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
9ae050f0
Commit
9ae050f0
authored
Feb 20, 2016
by
Matt
Browse files
Options
Browse Files
Download
Plain Diff
Trying to fix gf-form styles
parents
0f7d6a78
c77f9121
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
14 deletions
+12
-14
public/sass/_variables.dark.scss
+7
-7
public/sass/_variables.light.scss
+3
-3
public/sass/components/_gf-form.scss
+0
-1
public/sass/components/_search.scss
+1
-1
public/sass/layout/_page.scss
+1
-2
No files found.
public/sass/_variables.dark.scss
View file @
9ae050f0
...
...
@@ -10,8 +10,8 @@ $black: #000;
$black
:
#000
;
$dark-1
:
#141414
;
$dark-2
:
#1f1d1d
;
$dark-3
:
#2
62626
;
$dark-4
:
#3
33333
;
$dark-3
:
#2
92929
;
$dark-4
:
#3
73737
;
$dark-5
:
#444444
;
$gray-1
:
#555555
;
$gray-2
:
#7B7B7B
;
...
...
@@ -139,19 +139,19 @@ $iconContainerBackground: $black;
// Forms
// -------------------------
$input-bg
:
lighten
(
$dark-3
,
5%
)
;
$input-bg-disabled
:
#555
;
$input-bg
:
$dark-4
;
$input-bg-disabled
:
$dark-3
;
$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-border-focus
:
$input-border-color
!
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
;
// Search
$search
S
hadow
:
0
0
35px
0
$body-bg
;
$search
-s
hadow
:
0
0
35px
0
$body-bg
;
// Dropdowns
// -------------------------
...
...
public/sass/_variables.light.scss
View file @
9ae050f0
...
...
@@ -15,8 +15,8 @@ $black: #000;
$black
:
#000
;
$dark-1
:
#141414
;
$dark-2
:
#1f1d1d
;
$dark-3
:
#2
62626
;
$dark-4
:
#3
33333
;
$dark-3
:
#2
92929
;
$dark-4
:
#3
73737
;
$dark-5
:
#444444
;
$gray-1
:
#555555
;
$gray-2
:
#7B7B7B
;
...
...
@@ -164,7 +164,7 @@ $side-menu-bg: $body-bg;
$side-menu-item-hover-bg
:
$gray-6
;
// search
$search
S
hadow
:
0
5px
30px
0
lighten
(
$gray-2
,
30%
);
$search
-s
hadow
:
0
5px
30px
0
lighten
(
$gray-2
,
30%
);
// Dropdowns
// -------------------------
...
...
public/sass/components/_gf-form.scss
View file @
9ae050f0
...
...
@@ -86,7 +86,6 @@ $gf-form-label-margin: 0.2rem;
// Placeholder
&
:
:
placeholder
{
color
:
$input-color-placeholder
;
// Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526.
opacity
:
1
;
}
...
...
public/sass/components/_search.scss
View file @
9ae050f0
...
...
@@ -5,7 +5,7 @@
z-index
:
1000
;
position
:
absolute
;
width
:
700px
;
box-shadow
:
$search
S
hadow
;
box-shadow
:
$search
-s
hadow
;
padding
:
10px
;
background-color
:
$panel-bg
;
border
:
$panel-border
;
...
...
public/sass/layout/_page.scss
View file @
9ae050f0
...
...
@@ -18,7 +18,6 @@
}
}
$color-page-hero-bg
:
#2e2e2e
;
.page-container
{
background-color
:
$page-bg
;
background-position
:
left
;
...
...
@@ -30,7 +29,7 @@ $color-page-hero-bg: #2e2e2e;
margin-left
:
0
;
min-height
:
calc
(
100%
-
54px
);
padding-bottom
:
$spacer
*
5
;
background-image
:
linear-gradient
(
60deg
,
rgba
(
0
,
0
,
0
,
0
)
0%
,
lighten
(
$page-bg
,
5
%
)
98%
);
background-image
:
linear-gradient
(
60deg
,
rgba
(
0
,
0
,
0
,
0
)
0%
,
lighten
(
$page-bg
,
4
%
)
98%
);
}
.page-header
{
...
...
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