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
1dbaabff
Commit
1dbaabff
authored
Feb 20, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(): dark shade / contrast mini tweak
parent
d42bfc25
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
13 deletions
+12
-13
public/sass/_variables.dark.scss
+8
-8
public/sass/_variables.light.scss
+3
-3
public/sass/components/_gf-form.scss
+1
-2
No files found.
public/sass/_variables.dark.scss
View file @
1dbaabff
...
@@ -8,10 +8,10 @@ $black: #000;
...
@@ -8,10 +8,10 @@ $black: #000;
// -------------------------
// -------------------------
$black
:
#000
;
$black
:
#000
;
$dark-1
:
#141414
;
$dark-1
:
#141414
;
$dark-2
:
#1f1d1d
;
$dark-2
:
#1f1d1d
;
$dark-3
:
#2
62626
;
$dark-3
:
#2
92929
;
$dark-4
:
#3
33333
;
$dark-4
:
#3
73737
;
$dark-5
:
#444444
;
$dark-5
:
#444444
;
$gray-1
:
#555555
;
$gray-1
:
#555555
;
$gray-2
:
#7B7B7B
;
$gray-2
:
#7B7B7B
;
...
@@ -139,16 +139,16 @@ $iconContainerBackground: $black;
...
@@ -139,16 +139,16 @@ $iconContainerBackground: $black;
// Forms
// Forms
// -------------------------
// -------------------------
$input-bg
:
lighten
(
$dark-3
,
5%
)
;
$input-bg
:
$dark-4
;
$input-bg-disabled
:
#555
;
$input-bg-disabled
:
$dark-3
;
$input-color
:
$gray-4
;
$input-color
:
$gray-4
;
$input-border-color
:
lighten
(
$dark-2
,
5%
)
;
$input-border-color
:
$dark-4
;
$input-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,.
075
)
!
default
;
$input-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,.
075
)
!
default
;
$input-border-focus
:
$input-border-color
!
default
;
$input-border-focus
:
$input-border-color
!
default
;
$input-box-shadow-focus
:
rgba
(
102
,
175
,
233
,.
6
)
!
default
;
$input-box-shadow-focus
:
rgba
(
102
,
175
,
233
,.
6
)
!
default
;
$input-color-placeholder
:
#999
!
default
;
$input-color-placeholder
:
$gray-1
!
default
;
$input-label-bg
:
$dark-3
;
$input-label-bg
:
$dark-3
;
// Search
// Search
$searchShadow
:
0
0
35px
0
$body-bg
;
$searchShadow
:
0
0
35px
0
$body-bg
;
...
...
public/sass/_variables.light.scss
View file @
1dbaabff
...
@@ -13,10 +13,10 @@ $black: #000;
...
@@ -13,10 +13,10 @@ $black: #000;
// -------------------------
// -------------------------
$black
:
#000
;
$black
:
#000
;
$dark-1
:
#141414
;
$dark-1
:
#141414
;
$dark-2
:
#1f1d1d
;
$dark-2
:
#1f1d1d
;
$dark-3
:
#2
62626
;
$dark-3
:
#2
92929
;
$dark-4
:
#3
33333
;
$dark-4
:
#3
73737
;
$dark-5
:
#444444
;
$dark-5
:
#444444
;
$gray-1
:
#555555
;
$gray-1
:
#555555
;
$gray-2
:
#7B7B7B
;
$gray-2
:
#7B7B7B
;
...
...
public/sass/components/_gf-form.scss
View file @
1dbaabff
$gf-form-margin
:
0
.
2
rem
;
$gf-form-margin
:
0
.
3
rem
;
.gf-form
{
.gf-form
{
margin-bottom
:
$gf-form-margin
;
margin-bottom
:
$gf-form-margin
;
...
@@ -84,7 +84,6 @@ $gf-form-margin: 0.2rem;
...
@@ -84,7 +84,6 @@ $gf-form-margin: 0.2rem;
// Placeholder
// Placeholder
&
:
:
placeholder
{
&
:
:
placeholder
{
color
:
$input-color-placeholder
;
color
:
$input-color-placeholder
;
// Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526.
opacity
:
1
;
opacity
:
1
;
}
}
...
...
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