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
56118b9f
Commit
56118b9f
authored
Nov 20, 2017
by
Trent White
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweak tabs:
parent
8fe8a626
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
public/sass/_variables.dark.scss
+2
-2
public/sass/components/_tabbed_view.scss
+1
-1
public/sass/components/_tabs.scss
+1
-1
No files found.
public/sass/_variables.dark.scss
View file @
56118b9f
...
...
@@ -63,8 +63,8 @@ $text-shadow-faint: 1px 1px 4px rgb(45, 45, 45);
// gradients
$brand-gradient
:
linear-gradient
(
to
right
,
rgba
(
255
,
213
,
0
,
0
.7
)
0%
,
rgba
(
255
,
68
,
0
,
0
.7
)
99%
,
rgba
(
255
,
68
,
0
,
0
.7
)
100%
);
$page-gradient
:
linear-gradient
(
180deg
,
rgb
(
36
,
36
,
38
)
40px
,
rgba
(
178
,
31
,
33
,
0
.03
)
100px
,
rgba
(
253
,
187
,
47
,
0
.03
));
$dashboard-gradient
:
linear-gradient
(
180deg
,
#222426
10px
,
rgba
(
15
,
15
,
16
,
1
)
100px
,
rgb
(
10
,
10
,
11
));
$page-gradient
:
linear-gradient
(
180deg
,
#222426
10px
,
rgba
(
15
,
15
,
16
,
.03
)
100px
,
rgba
(
10
,
10
,
11
,
.03
));
$dashboard-gradient
:
linear-gradient
(
180deg
,
#222426
10px
,
rgba
(
15
,
15
,
16
,
0
.3
)
100px
,
rgb
(
10
,
10
,
0
.3
));
// Links
// -------------------------
...
...
public/sass/components/_tabbed_view.scss
View file @
56118b9f
...
...
@@ -10,7 +10,7 @@
}
.gf-tabs-link.active
{
background-color
:
$panel-bg
;
background-color
:
#0a0a0a
;
}
.tabbed-view-body
{
min-height
:
200px
;
...
...
public/sass/components/_tabs.scss
View file @
56118b9f
...
...
@@ -62,7 +62,7 @@
&
.active
:focus
{
@include
border-radius
(
3px
);
border-color
:
rgba
(
216
,
131
,
40
,
0
.77
);
border-bottom
:
2px
solid
$panel-bg
;
border-bottom
:
2px
solid
#0a0a0a
;
color
:
$link-color
;
position
:
relative
;
top
:
1px
;
...
...
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