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
0b89f816
Commit
0b89f816
authored
Jan 07, 2019
by
Johannes Schill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: Light theme corner bg color update
parent
a6abe50d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
public/sass/_variables.dark.scss
+1
-0
public/sass/_variables.light.scss
+1
-0
public/sass/pages/_dashboard.scss
+2
-2
No files found.
public/sass/_variables.dark.scss
View file @
0b89f816
...
...
@@ -103,6 +103,7 @@ $panel-bg: #212124;
$panel-border-color
:
$dark-1
;
$panel-border
:
solid
1px
$panel-border-color
;
$panel-header-hover-bg
:
$dark-4
;
$panel-corner
:
$panel-bg
;
// page header
$page-header-bg
:
linear-gradient
(
90deg
,
#292a2d
,
black
);
...
...
public/sass/_variables.light.scss
View file @
0b89f816
...
...
@@ -102,6 +102,7 @@ $panel-bg: $white;
$panel-border-color
:
$gray-5
;
$panel-border
:
solid
1px
$panel-border-color
;
$panel-header-hover-bg
:
$gray-6
;
$panel-corner
:
$gray-4
;
// Page header
$page-header-bg
:
linear-gradient
(
90deg
,
$white
,
$gray-7
);
...
...
public/sass/pages/_dashboard.scss
View file @
0b89f816
...
...
@@ -214,7 +214,7 @@ div.flot-text {
&
--info
{
display
:
block
;
@include
panel-corner-color
(
lighten
(
$panel-
bg
,
4%
));
@include
panel-corner-color
(
lighten
(
$panel-
corner
,
4%
));
.fa
:before
{
content
:
'\f129'
;
}
...
...
@@ -222,7 +222,7 @@ div.flot-text {
&
--links
{
display
:
block
;
@include
panel-corner-color
(
lighten
(
$panel-
bg
,
4%
));
@include
panel-corner-color
(
lighten
(
$panel-
corner
,
4%
));
.fa
{
left
:
4px
;
}
...
...
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