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
058c9054
Commit
058c9054
authored
Feb 16, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(sass): variable renaming
parent
41b77556
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
96 additions
and
97 deletions
+96
-97
public/sass/_variables.dark.scss
+37
-37
public/sass/_variables.light.scss
+29
-30
public/sass/base/_forms.scss
+2
-2
public/sass/base/_type.scss
+7
-7
public/sass/components/_alerts.scss
+1
-1
public/sass/components/_buttons.scss
+1
-1
public/sass/components/_dashboard.scss
+2
-2
public/sass/components/_dropdown.scss
+1
-1
public/sass/components/_gfbox.scss
+1
-1
public/sass/components/_navs.scss
+6
-6
public/sass/components/_pagination.scss
+2
-2
public/sass/components/_submenu.scss
+1
-1
public/sass/components/_tags.scss
+3
-3
public/sass/pages/_login.scss
+3
-3
No files found.
public/sass/_variables.dark.scss
View file @
058c9054
...
...
@@ -6,17 +6,17 @@
// -------------------------
$black
:
#000
;
$gray
:
#bbb
;
$gray
D
ark
:
#262626
;
$gray
D
arker
:
#1f1f1f
;
$gray
-d
ark
:
#262626
;
$gray
-d
arker
:
#1f1f1f
;
$gray
L
ight
:
#ADAFAE
;
$gray
L
ighter
:
#BBBFC2
;
$gray
-l
ight
:
#ADAFAE
;
$gray
-l
ighter
:
#BBBFC2
;
$white
:
#fff
;
// Accent colors
// -------------------------
$blue
:
#33B5E5
;
$blue
D
ark
:
#005f81
;
$blue
-d
ark
:
#005f81
;
$green
:
#669900
;
$red
:
#CC3900
;
$yellow
:
#ECBB13
;
...
...
@@ -33,13 +33,13 @@ $critical: #ed2e18;
// grafana Variables
// -------------------------
$grafanaPanelBackground
:
$gray
D
arker
;
$grafanaPanelBorder
:
solid
1px
$gray
D
ark
;
$grafanaPanelBackground
:
$gray
-d
arker
;
$grafanaPanelBorder
:
solid
1px
$gray
-d
ark
;
$grafanaTriggerBorder
:
solid
1px
#555
;
// Graphite Target Editor
$grafanaTargetBorder
:
$black
;
$grafanaTargetBackground
:
$gray
D
ark
;
$grafanaTargetBackground
:
$gray
-d
ark
;
$grafanaTargetColor
:
#c8c8c8
;
$grafanaTargetColorHide
:
darken
(
#c8c8c8
,
25%
);
$grafanaTargetSegmentBorder
:
#050505
;
...
...
@@ -55,8 +55,8 @@ $codeTagBackground: #444;
// Scaffolding
// -------------------------
$bodyBackground
:
rgb
(
20
,
20
,
20
);
$pageBackground
:
$gray
D
arker
;
$textColor
:
$gray
L
ighter
;
$pageBackground
:
$gray
-d
arker
;
$textColor
:
$gray
-l
ighter
;
// Links
// -------------------------
...
...
@@ -82,7 +82,7 @@ $headingsFontFamily: inherit; // empty to use BS default, $baseFontFamily
$headingsFontWeight
:
400
;
// instead of browser default, bold
$headingsFontStyle
:
normal
;
$headingsColor
:
darken
(
$white
,
11%
);
// empty to use BS default, $textColor
$inputText
:
$gray
L
ight
;
$inputText
:
$gray
-l
ight
;
// Component sizing
...
...
@@ -102,9 +102,9 @@ $borderRadiusLarge: 4px;
$borderRadiusSmall
:
2px
;
// Lists
$grafanaListBackground
:
$gray
D
ark
;
$grafanaListAccent
:
lighten
(
$gray
D
arker
,
2%
);
$grafanaListBorderTop
:
$gray
D
ark
;
$grafanaListBackground
:
$gray
-d
ark
;
$grafanaListAccent
:
lighten
(
$gray
-d
arker
,
2%
);
$grafanaListBorderTop
:
$gray
-d
ark
;
$grafanaListBorderBottom
:
$black
;
$grafanaListHighlight
:
#333
;
$grafanaListMainLinkColor
:
$textColor
;
...
...
@@ -118,18 +118,18 @@ $scrollbarBorder: black;
// -------------------------
$tableBackground
:
transparent
;
// overall background-color
$tableBackgroundAccent
:
rgba
(
100
,
100
,
100
,
0
.3
);
// for striping
$tableBackgroundHover
:
$gray
D
ark
;
// for hover
$tableBorder
:
$gray
D
ark
;
// table and cell border
$tableBackgroundHover
:
$gray
-d
ark
;
// for hover
$tableBorder
:
$gray
-d
ark
;
// table and cell border
// Buttons
// -------------------------
$btnBackground
:
$gray
D
ark
;
$btnBackgroundHighlight
:
darken
(
$gray
L
ight
,
15%
);
$btnBackgroundShadow
:
darken
(
$gray
L
ight
,
15%
);
$btnBackground
:
$gray
-d
ark
;
$btnBackgroundHighlight
:
darken
(
$gray
-l
ight
,
15%
);
$btnBackgroundShadow
:
darken
(
$gray
-l
ight
,
15%
);
$btnBorder
:
#bbb
;
$btnPrimaryBackground
:
$blue
D
ark
;
$btnPrimaryBackgroundHighlight
:
lighten
(
$blue
D
ark
,
5%
);
$btnPrimaryBackground
:
$blue
-d
ark
;
$btnPrimaryBackgroundHighlight
:
lighten
(
$blue
-d
ark
,
5%
);
$btnInfoBackground
:
lighten
(
$purple
,
3%
);
$btnInfoBackgroundHighlight
:
darken
(
$purple
,
3%
);
...
...
@@ -143,8 +143,8 @@ $btnWarningBackgroundHighlight: darken($orange, 3%);
$btnDangerBackground
:
lighten
(
$red
,
3%
);
$btnDangerBackgroundHighlight
:
darken
(
$red
,
3%
);
$btnInverseBackground
:
$gray
D
ark
;
$btnInverseBackgroundHighlight
:
lighten
(
$gray
D
ark
,
1%
);
$btnInverseBackground
:
$gray
-d
ark
;
$btnInverseBackgroundHighlight
:
lighten
(
$gray
-d
ark
,
1%
);
$btnInverseText
:
$textColor
;
$btnInverseBorder
:
#333
;
...
...
@@ -157,19 +157,19 @@ $iconContainerShadow: 0 0 14px 2px rgba(255,255,255, 0.05);
// Hero unit
// -------------------------
$heroUnitBackground
:
$gray
D
ark
;
$heroUnitBackground
:
$gray
-d
ark
;
$heroUnitHeadingColor
:
inherit
;
$heroUnitLeadColor
:
inherit
;
// Forms
// -------------------------
$inputBackground
:
lighten
(
$gray
D
ark
,
5%
);
$inputBorder
:
lighten
(
$gray
D
ark
,
5%
);
$inputBackground
:
lighten
(
$gray
-d
ark
,
5%
);
$inputBorder
:
lighten
(
$gray
-d
ark
,
5%
);
$inputBorderRadius
:
$baseBorderRadius
;
$inputDisabledBackground
:
#555
;
$formActionsBackground
:
transparent
;
$inputHeight
:
$baseLineHeight
+
10px
;
// base line-height + 8px vertical padding + 2px top/bottom border
$labelBackground
:
$gray
D
ark
;
$labelBackground
:
$gray
-d
ark
;
// Search
...
...
@@ -188,8 +188,8 @@ $dropdownLinkColor: $textColor;
$dropdownLinkColorHover
:
$white
;
$dropdownLinkColorActive
:
$white
;
$dropdownLinkBackgroundActive
:
$blue
D
ark
;
$dropdownLinkBackgroundHover
:
$blue
D
ark
;
$dropdownLinkBackgroundActive
:
$blue
-d
ark
;
$dropdownLinkBackgroundHover
:
$blue
-d
ark
;
// COMPONENT VARIABLES
...
...
@@ -213,7 +213,7 @@ $placeholderText: darken($textColor, 25%);
// Hr border color
// -------------------------
$hrBorder
:
$gray
D
ark
;
$hrBorder
:
$gray
-d
ark
;
// Horizontal forms & lists
...
...
@@ -226,12 +226,12 @@ $horizontalComponentOffset: 180px;
$wellBackground
:
#131517
;
$navbarHeight
:
52px
;
$navbarBackgroundHighlight
:
$gray
D
ark
;
$navbarBackground
:
$gray
D
ark
;
$navbarBackgroundHighlight
:
$gray
-d
ark
;
$navbarBackground
:
$gray
-d
ark
;
$navbarBorder
:
1px
solid
$bodyBackground
;
$navbarText
:
$gray
L
ight
;
$navbarLinkColor
:
$gray
L
ight
;
$navbarText
:
$gray
-l
ight
;
$navbarLinkColor
:
$gray
-l
ight
;
$navbarLinkColorHover
:
$white
;
$navbarLinkColorActive
:
$navbarLinkColorHover
;
$navbarLinkBackgroundHover
:
transparent
;
...
...
@@ -245,8 +245,8 @@ $navbarButtonBackgroundHighlight: lighten($navbarBackground, 5%);
// Sidemenu
// -------------------------
$sideMenuTopShadow
:
$navbarDropdownShadow
;
$sideMenuBackground
:
$gray
D
ark
;
$sideMenuBackgroundHighlight
:
lighten
(
$gray
D
ark
,
4%
);
$sideMenuBackground
:
$gray
-d
ark
;
$sideMenuBackgroundHighlight
:
lighten
(
$gray
-d
ark
,
4%
);
$sideMenuShadow
:
0
0
35px
0
$bodyBackground
;
// Pagination
...
...
@@ -266,7 +266,7 @@ $errorBackground: $btnDangerBackground;
$successText
:
#468847
;
$successBackground
:
$btnSuccessBackground
;
$infoText
:
$blue
D
ark
;
$infoText
:
$blue
-d
ark
;
$infoBackground
:
$btnInfoBackground
;
// Tooltips and popovers
...
...
public/sass/_variables.light.scss
View file @
058c9054
...
...
@@ -10,19 +10,18 @@
// Grays
// -------------------------
$black
:
#000
;
$gray
D
arker
:
lighten
(
#000
,
11
.5%
);
// #222
$gray
D
ark
:
lighten
(
#000
,
20%
);
// #333
$gray
-d
arker
:
lighten
(
#000
,
11
.5%
);
// #222
$gray
-d
ark
:
lighten
(
#000
,
20%
);
// #333
$gray
:
lighten
(
#000
,
33
.5%
);
// #555
$gray
L
ight
:
lighten
(
#000
,
60%
);
// #999
$gray
L
ighter
:
lighten
(
#000
,
97
.5%
);
// #eee
$gray
-l
ight
:
lighten
(
#000
,
60%
);
// #999
$gray
-l
ighter
:
lighten
(
#000
,
97
.5%
);
// #eee
$white
:
#fff
;
// Accent colors
// -------------------------
$blueOrig
:
#007FFF
;
$blue
:
#2AB2E4
;
$blue
D
ark
:
#75CAEB
;
$blue
-d
ark
:
#75CAEB
;
$green
:
#28B62C
;
$red
:
#FF4136
;
$yellow
:
#FF851B
;
...
...
@@ -39,9 +38,9 @@ $critical: #EC2128;
// grafana Variables
// -------------------------
$grafanaPanelBackground
:
$gray
L
ighter
;
$grafanaPanelBackground
:
$gray
-l
ighter
;
$grafanaPanelBorder
:
solid
1px
#ddd
;
$grafanaTriggerBorder
:
solid
1px
$gray
L
ight
;
$grafanaTriggerBorder
:
solid
1px
$gray
-l
ight
;
// Scaffolding
// -------------------------
...
...
@@ -110,11 +109,11 @@ $borderRadiusLarge: 4px;
$borderRadiusSmall
:
2px
;
// Lists
$grafanaListBackground
:
darken
(
$gray
L
ighter
,
5%
);
$grafanaListAccent
:
darken
(
$gray
L
ighter
,
8%
);
$grafanaListBackground
:
darken
(
$gray
-l
ighter
,
5%
);
$grafanaListAccent
:
darken
(
$gray
-l
ighter
,
8%
);
$grafanaListBorderTop
:
#eee
;
$grafanaListBorderBottom
:
#eee
;
$grafanaListHighlight
:
darken
(
$gray
L
ighter
,
10%
);
$grafanaListHighlight
:
darken
(
$gray
-l
ighter
,
10%
);
$grafanaListHighlightContrast
:
#ddd
;
$grafanaListMainLinkColor
:
$textColor
;
...
...
@@ -127,14 +126,14 @@ $tableBackgroundHover: #E8F8FD; // for hover
$tableBorder
:
#ddd
;
// table and cell border
// Scrollbars
$scrollbarBackground
:
$gray
L
ighter
;
$scrollbarBackground2
:
$gray
L
ighter
;
$scrollbarBorder
:
$gray
L
ight
;
$scrollbarBackground
:
$gray
-l
ighter
;
$scrollbarBackground2
:
$gray
-l
ighter
;
$scrollbarBorder
:
$gray
-l
ight
;
// Buttons
// -------------------------
$btnBackground
:
$gray
L
ighter
;
$btnBackgroundHighlight
:
darken
(
$gray
L
ighter
,
15%
);
$btnBackground
:
$gray
-l
ighter
;
$btnBackgroundHighlight
:
darken
(
$gray
-l
ighter
,
15%
);
$btnBorder
:
#bbb
;
$btnPrimaryBackground
:
lighten
(
$blue
,
3%
);
...
...
@@ -152,12 +151,12 @@ $btnWarningBackgroundHighlight: darken($orange, 3%);
$btnDangerBackground
:
lighten
(
$red
,
3%
);
$btnDangerBackgroundHighlight
:
darken
(
$red
,
3%
);
$btnInverseBackground
:
$gray
L
ighter
;
$btnInverseBackgroundHighlight
:
darken
(
$gray
L
ighter
,
5%
);
$btnInverseBackground
:
$gray
-l
ighter
;
$btnInverseBackgroundHighlight
:
darken
(
$gray
-l
ighter
,
5%
);
$btnInverseText
:
$black
;
$btnInverseBorder
:
$gray
L
ight
;
$btnInverseBorder
:
$gray
-l
ight
;
$btnText
:
$gray
L
ighter
;
$btnText
:
$gray
-l
ighter
;
$iconContainerBackground
:
$white
;
$iconContainerBackgroundHighlight
:
lighten
(
$white
,
5%
);
...
...
@@ -168,9 +167,9 @@ $iconContainerShadow: 0 0 14px 2px rgba(0,0,0, 0.05);
// Forms
// -------------------------
$inputBackground
:
$white
;
$inputBorder
:
$gray
L
ighter
;
$inputBorder
:
$gray
-l
ighter
;
$inputBorderRadius
:
$baseBorderRadius
;
$inputDisabledBackground
:
$gray
L
ighter
;
$inputDisabledBackground
:
$gray
-l
ighter
;
$formActionsBackground
:
#f5f5f5
;
$inputHeight
:
$baseLineHeight
+
10px
;
// base line-height + 8px vertical padding + 2px top/bottom border
$inputText
:
#020202
;
...
...
@@ -183,7 +182,7 @@ $sideMenuBackground: $grafanaPanelBackground;
$sideMenuBackgroundHighlight
:
darken
(
$sideMenuBackground
,
4%
);
// search
$searchShadow
:
0
5px
30px
0
lighten
(
$gray
L
ight
,
30%
);
$searchShadow
:
0
5px
30px
0
lighten
(
$gray
-l
ight
,
30%
);
// Dropdowns
// -------------------------
...
...
@@ -194,7 +193,7 @@ $dropdownDividerBottom: $white;
$dropdownDivider
:
$dropdownDividerTop
;
$dropdownTitle
:
#333
;
$dropdownLinkColor
:
$gray
D
ark
;
$dropdownLinkColor
:
$gray
-d
ark
;
$dropdownLinkColorHover
:
$white
;
$dropdownLinkColorActive
:
$white
;
...
...
@@ -220,12 +219,12 @@ $zindexModal: 1050;
// Input placeholder text color
// -------------------------
$placeholderText
:
$gray
L
ight
;
$placeholderText
:
$gray
-l
ight
;
// Hr border color
// -------------------------
$hrBorder
:
$gray
L
ighter
;
$hrBorder
:
$gray
-l
ighter
;
// Horizontal forms & lists
...
...
@@ -235,7 +234,7 @@ $horizontalComponentOffset: 180px;
// Wells
// -------------------------
$wellBackground
:
$gray
L
ighter
;
$wellBackground
:
$gray
-l
ighter
;
// Navbar
...
...
@@ -262,14 +261,14 @@ $navbarButtonBackgroundHighlight: lighten($navbarBackground, 5%);
// Pagination
// -------------------------
$paginationBackground
:
$gray
L
ight
;
$paginationBackground
:
$gray
-l
ight
;
$paginationBorder
:
transparent
;
$paginationActiveBackground
:
$blue
;
// Hero unit
// -------------------------
$heroUnitBackground
:
$gray
L
ighter
;
$heroUnitBackground
:
$gray
-l
ighter
;
$heroUnitHeadingColor
:
inherit
;
$heroUnitLeadColor
:
inherit
;
...
...
@@ -296,7 +295,7 @@ $infoBorder: transparent;
// Tooltips and popovers
// -------------------------
$tooltipColor
:
$white
;
$tooltipBackground
:
$gray
D
ark
;
$tooltipBackground
:
$gray
-d
ark
;
$tooltipArrowWidth
:
5px
;
$tooltipArrowColor
:
$tooltipBackground
;
$tooltipLinkColor
:
darken
(
$white
,
11%
);
...
...
public/sass/base/_forms.scss
View file @
058c9054
...
...
@@ -25,14 +25,14 @@ legend {
margin-bottom
:
$baseLineHeight
;
font-size
:
$baseFontSize
*
1
.5
;
line-height
:
$baseLineHeight
*
2
;
color
:
$gray
D
ark
;
color
:
$gray
-d
ark
;
border
:
0
;
border-bottom
:
1px
solid
#e5e5e5
;
// Small
small
{
font-size
:
$baseLineHeight
*
.75
;
color
:
$gray
L
ight
;
color
:
$gray
-l
ight
;
}
}
...
...
public/sass/base/_type.scss
View file @
058c9054
...
...
@@ -29,9 +29,9 @@ em { font-style: italic; color: $headingsColor; }
cite
{
font-style
:
normal
;
}
// Utility classes
.muted
{
color
:
$gray
L
ight
;
}
.muted
{
color
:
$gray
-l
ight
;
}
a
.muted
:hover
,
a
.muted
:focus
{
color
:
darken
(
$gray
L
ight
,
10%
);
}
a
.muted
:focus
{
color
:
darken
(
$gray
-l
ight
,
10%
);
}
.text-warning
{
color
:
$warningText
;
}
a
.text-warning
:hover
,
...
...
@@ -69,7 +69,7 @@ h1, h2, h3, h4, h5, h6 {
small
{
font-weight
:
normal
;
line-height
:
1
;
color
:
$gray
L
ight
;
color
:
$gray
-l
ight
;
}
}
...
...
@@ -172,7 +172,7 @@ abbr[title],
//
Added
data-
*
attribute
to
help
out
our
tooltip
plugin
,
per
https
:
//
github
.
com
/
twbs
/
bootstrap
/
issues
/
5257
abbr
[
data-original-title
]
{
cursor
:
help
;
border-bottom
:
1px
dotted
$gray
L
ight
;
border-bottom
:
1px
dotted
$gray
-l
ight
;
}
abbr
.initialism
{
font-size
:
90%
;
...
...
@@ -183,7 +183,7 @@ abbr.initialism {
blockquote
{
padding
:
0
0
0
15px
;
margin
:
0
0
$baseLineHeight
;
border-left
:
5px
solid
$gray
L
ighter
;
border-left
:
5px
solid
$gray
-l
ighter
;
p
{
margin-bottom
:
0
;
font-size
:
$baseFontSize
*
1
.25
;
...
...
@@ -193,7 +193,7 @@ blockquote {
small
{
display
:
block
;
line-height
:
$baseLineHeight
;
color
:
$gray
L
ight
;
color
:
$gray
-l
ight
;
&
:before
{
content
:
'\2014 \00A0'
;
}
...
...
@@ -204,7 +204,7 @@ blockquote {
float
:
right
;
padding-right
:
15px
;
padding-left
:
0
;
border-right
:
5px
solid
$gray
L
ighter
;
border-right
:
5px
solid
$gray
-l
ighter
;
border-left
:
0
;
p
,
small
{
...
...
public/sass/components/_alerts.scss
View file @
058c9054
...
...
@@ -55,7 +55,7 @@
border-radius
:
50%
;
border
:
none
;
font-size
:
1
.1rem
;
color
:
$gray
D
arker
;
color
:
$gray
-d
arker
;
.fa
{
position
:
relative
;
top
:
-2px
;
...
...
public/sass/components/_buttons.scss
View file @
058c9054
...
...
@@ -17,7 +17,7 @@
cursor
:
pointer
;
border
:
none
;
@include
buttonBackground
(
$btnBackground
,
$btnBackgroundHighlight
,
$gray
D
ark
,
0
1px
1px
rgba
(
255
,
255
,
255
,.
75
));
@include
buttonBackground
(
$btnBackground
,
$btnBackgroundHighlight
,
$gray
-d
ark
,
0
1px
1px
rgba
(
255
,
255
,
255
,.
75
));
@include
box-shadow
(
"inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05)"
);
// Hover/focus state
...
...
public/sass/components/_dashboard.scss
View file @
058c9054
...
...
@@ -31,7 +31,7 @@
float
:
left
;
cursor
:
pointer
;
line-height
:
31px
;
background-color
:
$blue
D
ark
;
background-color
:
$blue
-d
ark
;
}
.row-text
{
...
...
@@ -245,7 +245,7 @@ div.flot-text {
.panel-drop-zone
{
display
:
none
;
.panel-container
{
border
:
1px
solid
$gray
D
ark
;
border
:
1px
solid
$gray
-d
ark
;
}
}
...
...
public/sass/components/_dropdown.scss
View file @
058c9054
...
...
@@ -112,7 +112,7 @@
.dropdown-menu
>
.disabled
>
a
,
.dropdown-menu
>
.disabled
>
a
:hover
,
.dropdown-menu
>
.disabled
>
a
:focus
{
color
:
$gray
L
ight
;
color
:
$gray
-l
ight
;
}
// Nuke hover/focus effects
.dropdown-menu
>
.disabled
>
a
:hover
,
...
...
public/sass/components/_gfbox.scss
View file @
058c9054
...
...
@@ -28,7 +28,7 @@
.gf-box-header-save-btn
{
padding
:
7px
0
;
float
:
right
;
color
:
$gray
L
ight
;
color
:
$gray
-l
ight
;
font-style
:
italic
;
}
...
...
public/sass/components/_navs.scss
View file @
058c9054
...
...
@@ -19,7 +19,7 @@
.nav
>
li
>
a
:hover
,
.nav
>
li
>
a
:focus
{
text-decoration
:
none
;
background-color
:
$gray
L
ighter
;
background-color
:
$gray
-l
ighter
;
}
// Redeclare pull classes because of specifity
...
...
@@ -34,7 +34,7 @@
font-size
:
11px
;
font-weight
:
bold
;
line-height
:
$baseLineHeight
;
color
:
$gray
L
ight
;
color
:
$gray
-l
ight
;
text-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,.
5
);
text-transform
:
uppercase
;
}
...
...
@@ -114,7 +114,7 @@
@include
border-radius
(
4px
4px
0
0
);
&
:hover
,
&
:focus
{
border-color
:
$gray
Lighter
$grayL
ighter
#ddd
;
border-color
:
$gray
-lighter
$gray-l
ighter
#ddd
;
}
}
// Active state, and it's :hover/:focus to override normal :hover/:focus
...
...
@@ -172,8 +172,8 @@
.nav
>
li
.dropdown.open.active
>
a
:hover
,
.nav
>
li
.dropdown.open.active
>
a
:focus
{
color
:
$white
;
background-color
:
$gray
L
ight
;
border-color
:
$gray
L
ight
;
background-color
:
$gray
-l
ight
;
border-color
:
$gray
-l
ight
;
}
.nav
li
.dropdown.open
.caret
,
.nav
li
.dropdown.open.active
.caret
,
...
...
@@ -187,7 +187,7 @@
// Dropdowns in stacked tabs
.tabs-stacked
.open
>
a
:hover
,
.tabs-stacked
.open
>
a
:focus
{
border-color
:
$gray
L
ight
;
border-color
:
$gray
-l
ight
;
}
// Show/hide tabbable areas
...
...
public/sass/components/_pagination.scss
View file @
058c9054
...
...
@@ -29,14 +29,14 @@
}
.pagination
ul
>
.active
>
a
,
.pagination
ul
>
.active
>
span
{
color
:
$gray
L
ight
;
color
:
$gray
-l
ight
;
cursor
:
default
;
}
.pagination
ul
>
.disabled
>
span
,
.pagination
ul
>
.disabled
>
a
,
.pagination
ul
>
.disabled
>
a
:hover
,
.pagination
ul
>
.disabled
>
a
:focus
{
color
:
$gray
L
ight
;
color
:
$gray
-l
ight
;
background-color
:
transparent
;
cursor
:
default
;
}
...
...
public/sass/components/_submenu.scss
View file @
058c9054
...
...
@@ -122,7 +122,7 @@
.variable-option
{
&
:hover
,
&
.highlighted
{
background-color
:
$blue
D
ark
;
background-color
:
$blue
-d
ark
;
}
}
...
...
public/sass/components/_tags.scss
View file @
058c9054
...
...
@@ -10,7 +10,7 @@
vertical-align
:
baseline
;
white-space
:
nowrap
;
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,.
25
);
background-color
:
$gray
L
ight
;
background-color
:
$gray
-l
ight
;
}
...
...
@@ -55,6 +55,6 @@
&
-info
{
background-color
:
$infoText
;
}
&
-info
[
href
]
{
background-color
:
darken
(
$infoText
,
10%
);
}
// Inverse (black)
&
-inverse
{
background-color
:
$gray
D
ark
;
}
&
-inverse
[
href
]
{
background-color
:
darken
(
$gray
D
ark
,
10%
);
}
&
-inverse
{
background-color
:
$gray
-d
ark
;
}
&
-inverse
[
href
]
{
background-color
:
darken
(
$gray
-d
ark
,
10%
);
}
}
public/sass/pages/_login.scss
View file @
058c9054
...
...
@@ -106,7 +106,7 @@
margin-top
:
10px
;
padding
:
10px
;
a
{
color
:
$gray
L
ight
;
color
:
$gray
-l
ight
;
}
}
...
...
@@ -121,8 +121,8 @@
border-bottom
:
1px
solid
$gray
;
.login-divider-text
{
background-color
:
$gray
D
arker
;
color
:
$gray
L
ight
;
background-color
:
$gray
-d
arker
;
color
:
$gray
-l
ight
;
padding
:
0
10px
;
}
}
...
...
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