Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
d379b501
Commit
d379b501
authored
Dec 12, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux: search look update
parent
df25c9f0
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
6 deletions
+8
-6
public/app/features/dashboard/settings/settings.html
+1
-1
public/sass/components/_dashboard_settings.scss
+1
-0
public/sass/components/_search.scss
+4
-5
public/sass/components/_switch.scss
+2
-0
No files found.
public/app/features/dashboard/settings/settings.html
View file @
d379b501
...
...
@@ -23,7 +23,7 @@
</aside>
<div
class=
"dashboard-settings__content"
ng-if=
"ctrl.viewId === 'settings'"
>
<h3
class=
"dashboard-settings__header
m-b-1
"
>
<h3
class=
"dashboard-settings__header"
>
General
</h3>
...
...
public/sass/components/_dashboard_settings.scss
View file @
d379b501
...
...
@@ -49,6 +49,7 @@
.dashboard-settings__header
{
font-size
:
$font-size-h3
;
margin-bottom
:
$spacer
*
2
;
}
.dashboard-settings__nav-item
{
...
...
public/sass/components/_search.scss
View file @
d379b501
...
...
@@ -116,14 +116,14 @@
.search-section
{
background
:
$panel-bg
;
border
:
$panel-border
;
padding
:
$panel-padding
;
padding
:
0px
10px
2px
10px
;
margin-bottom
:
3px
;
border-radius
:
5px
;
}
.search-section__header
{
font-size
:
$font-size-h6
;
padding
:
8px
0
2
px
0
;
padding
:
6px
0
4
px
0
;
color
:
$text-color-weak
;
display
:
flex
;
flex-grow
:
1
;
...
...
@@ -139,7 +139,7 @@
}
.search-section__header__icon
{
padding
:
2
px
10px
;
padding
:
5
px
10px
;
width
:
35px
;
}
...
...
@@ -149,11 +149,11 @@
.search-section__header__text
{
flex-grow
:
1
;
line-height
:
24px
;
}
.search-item
{
@include
list-item
();
@include
left-brand-border
();
display
:
flex
;
flex-grow
:
1
;
...
...
@@ -162,7 +162,6 @@
padding
:
0px
;
&
:hover
,
&
.selected
{
@include
left-brand-border-gradient
();
background
:
$list-item-hover-bg
;
}
}
...
...
public/sass/components/_switch.scss
View file @
d379b501
...
...
@@ -104,10 +104,12 @@
.gf-form-switch--transparent
{
input
+
label
{
background
:
transparent
;
border
:
none
;
}
input
+
label
:
:
before
,
input
+
label
::
after
{
background
:
transparent
;
border
:
none
;
}
&
:hover
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment