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
b5beac87
Commit
b5beac87
authored
Feb 25, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'matt-tab-style-tweaks'
parents
e8b6995c
7ca8db15
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
14 deletions
+12
-14
public/sass/components/_navs.scss
+6
-8
public/sass/components/_tabbed_view.scss
+3
-2
public/sass/components/_tabs.scss
+3
-4
No files found.
public/sass/components/_navs.scss
View file @
b5beac87
...
...
@@ -55,16 +55,15 @@
// Actual tabs (as links)
.nav-tabs
>
li
>
a
{
color
:
$text-color
;
padding-top
:
8px
;
padding-bottom
:
8px
;
padding
:
0
.40rem
1rem
0
.35rem
1rem
;
margin-right
:
$spacer
/
2
;
line-height
:
$line-height-base
;
border
:
1px
solid
transparent
;
@include
border-radius
(
4px
4px
0
0
);
position
:
relative
;
&
:hover
,
&
:focus
{
border-color
:
$divider-border-color
;
color
:
$link-color
;
color
:
$link-hover-color
;
}
}
...
...
@@ -73,8 +72,7 @@
.nav-tabs
>
.active
>
a
:hover
,
.nav-tabs
>
.active
>
a
:focus
{
@include
border-radius
(
3px
);
border
:
1px
solid
$divider-border-color
;
background-color
:
transparent
;
border-color
:
$divider-border-color
;
border-bottom
:
1px
solid
$panel-bg
;
color
:
$link-color
;
}
...
...
public/sass/components/_tabbed_view.scss
View file @
b5beac87
...
...
@@ -25,9 +25,10 @@
}
.tabbed-view-title
{
margin-left
:
$spacer
*
2
;
margin-left
:
$spacer
*
1
.5
;
float
:
left
;
font-style
:
italic
;
padding-top
:
0
.2rem
;
}
.tabbed-view-close-btn
{
...
...
@@ -47,7 +48,7 @@
}
.tabbed-view-body
{
padding
:
$spacer
*
2
;
padding
:
$spacer
*
1
.5
;
min-height
:
250px
;
}
...
...
public/sass/components/_tabs.scss
View file @
b5beac87
...
...
@@ -44,19 +44,18 @@
}
.gf-tabs-link
{
padding
:
0
.
80rem
1rem
0
.6
0rem
1rem
;
padding
:
0
.
60rem
1rem
0
.5
0rem
1rem
;
margin-right
:
$spacer
/
2
;
line-height
:
$line-height-base
;
border
:
1px
solid
transparent
;
position
:
relative
;
top
:
3
px
;
top
:
5
px
;
@include
border-radius
(
2px
2px
0
0
);
&
:hover
,
&
:focus
{
border-color
:
rgba
(
216
,
131
,
40
,
0
.77
);
color
:
$link-color
;
color
:
$link-hover-color
;
}
&
.active
,
...
...
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