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
2d2015d3
Commit
2d2015d3
authored
Nov 22, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux: tweaked panel color and dashboard background is same as page background
parent
c94331cd
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
12 deletions
+5
-12
public/sass/_variables.dark.scss
+3
-3
public/sass/components/_tabbed_view.scss
+0
-7
public/sass/components/_tabs.scss
+1
-1
public/sass/pages/_dashboard.scss
+1
-1
No files found.
public/sass/_variables.dark.scss
View file @
2d2015d3
...
@@ -90,11 +90,11 @@ $component-active-bg: $brand-primary !default;
...
@@ -90,11 +90,11 @@ $component-active-bg: $brand-primary !default;
// Panel
// Panel
// -------------------------
// -------------------------
$panel-bg
:
$dark-2
;
$panel-bg
:
#212124
;
$panel-border-color
:
$dark-
2
;
$panel-border-color
:
$dark-
1
;
$panel-border
:
solid
1px
$panel-border-color
;
$panel-border
:
solid
1px
$panel-border-color
;
$panel-drop-zone-bg
:
repeating-linear-gradient
(
-128deg
,
#111
,
#111
10px
,
#191919
10px
,
#222
20px
);
$panel-drop-zone-bg
:
repeating-linear-gradient
(
-128deg
,
#111
,
#111
10px
,
#191919
10px
,
#222
20px
);
$panel-header-hover-bg
:
$dark-
3
;
$panel-header-hover-bg
:
$dark-
4
;
$panel-header-menu-hover-bg
:
$dark-5
;
$panel-header-menu-hover-bg
:
$dark-5
;
$divider-border-color
:
#555
;
$divider-border-color
:
#555
;
...
...
public/sass/components/_tabbed_view.scss
View file @
2d2015d3
...
@@ -8,13 +8,6 @@
...
@@ -8,13 +8,6 @@
.tabbed-view-header
{
.tabbed-view-header
{
padding
:
1
.5em
1rem
0
1rem
;
padding
:
1
.5em
1rem
0
1rem
;
}
}
.gf-tabs-link.active
{
background-color
:
#0a0a0a
;
}
.tabbed-view-body
{
min-height
:
200px
;
}
}
}
}
}
...
...
public/sass/components/_tabs.scss
View file @
2d2015d3
...
@@ -62,7 +62,7 @@
...
@@ -62,7 +62,7 @@
&
.active
:focus
{
&
.active
:focus
{
@include
border-radius
(
3px
);
@include
border-radius
(
3px
);
border-color
:
rgba
(
216
,
131
,
40
,
0
.77
);
border-color
:
rgba
(
216
,
131
,
40
,
0
.77
);
border-bottom
:
2px
solid
#0a0a0a
;
border-bottom
:
1px
solid
$page-bg
;
color
:
$link-color
;
color
:
$link-color
;
position
:
relative
;
position
:
relative
;
top
:
1px
;
top
:
1px
;
...
...
public/sass/pages/_dashboard.scss
View file @
2d2015d3
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
padding
:
$dashboard-padding
;
padding
:
$dashboard-padding
;
width
:
100%
;
width
:
100%
;
min-height
:
100%
;
min-height
:
100%
;
background
:
$dashboard-gradient
;
//
background: $dashboard-gradient;
}
}
.template-variable
{
.template-variable
{
...
...
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