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
5a67ca25
Commit
5a67ca25
authored
Feb 16, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(): fixes to light theme
parent
c97dbf39
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
8 deletions
+9
-8
public/app/features/dashboard/timepicker/timepicker.html
+1
-1
public/sass/_variables.light.scss
+6
-5
public/sass/_variables.scss
+1
-1
public/sass/base/_type.scss
+1
-1
No files found.
public/app/features/dashboard/timepicker/timepicker.html
View file @
5a67ca25
<ul
class=
"nav gf-timepicker-nav"
>
<ul
class=
"nav gf-timepicker-nav"
>
<li
class=
"dashnav-zoom-out"
style=
"padding-top:
4
px"
>
<li
class=
"dashnav-zoom-out"
style=
"padding-top:
2
px"
>
<a
class=
'small'
ng-click=
'ctrl.zoom(2)'
>
<a
class=
'small'
ng-click=
'ctrl.zoom(2)'
>
Zoom Out
Zoom Out
</a>
</a>
...
...
public/sass/_variables.light.scss
View file @
5a67ca25
...
@@ -15,6 +15,7 @@ $gray-dark: lighten(#000, 20%); // #333
...
@@ -15,6 +15,7 @@ $gray-dark: lighten(#000, 20%); // #333
$gray
:
lighten
(
#000
,
33
.5%
);
// #555
$gray
:
lighten
(
#000
,
33
.5%
);
// #555
$gray-light
:
lighten
(
#000
,
60%
);
// #999
$gray-light
:
lighten
(
#000
,
60%
);
// #999
$gray-lighter
:
lighten
(
#000
,
97
.5%
);
// #eee
$gray-lighter
:
lighten
(
#000
,
97
.5%
);
// #eee
$gray-lightest
:
lighten
(
#000
,
98
.5%
);
// #eee
$white
:
#fff
;
$white
:
#fff
;
...
@@ -44,10 +45,10 @@ $critical: #EC2128;
...
@@ -44,10 +45,10 @@ $critical: #EC2128;
// Scaffolding
// Scaffolding
// -------------------------
// -------------------------
$body-bg
:
rgb
(
20
,
20
,
20
)
;
$body-bg
:
#EFEFEF
;
$page-bg
:
$gray-darker
;
$page-bg
:
$gray-lightest
;
$body-color
:
$gray
-lighter
;
$body-color
:
$gray
;
$text-color
:
$gray
-lighter
;
$text-color
:
$gray
;
// Links
// Links
// -------------------------
// -------------------------
...
@@ -73,7 +74,7 @@ $component-active-bg: $brand-primary !default;
...
@@ -73,7 +74,7 @@ $component-active-bg: $brand-primary !default;
// Panel
// Panel
// -------------------------
// -------------------------
$panel-bg
:
$gray-lighter
;
$panel-bg
:
$gray-lighter
;
$panel-border
:
solid
1px
#ddd
;
$panel-border
:
solid
1px
#ddd
;
$divider-border-color
:
$gray-light
;
$divider-border-color
:
$gray-light
;
...
...
public/sass/_variables.scss
View file @
5a67ca25
...
@@ -172,7 +172,7 @@ $table-sm-cell-padding: .3rem !default;
...
@@ -172,7 +172,7 @@ $table-sm-cell-padding: .3rem !default;
// Forms
// Forms
$input-padding-x
:
.75rem
!
default
;
$input-padding-x
:
.75rem
!
default
;
$input-padding-y
:
.6rem
!
default
;
$input-padding-y
:
.6rem
!
default
;
$input-line-height
:
1
.
2
5rem
!
default
;
$input-line-height
:
1
.
3
5rem
!
default
;
$input-border-radius
:
$border-radius
!
default
;
$input-border-radius
:
$border-radius
!
default
;
$input-border-radius-lg
:
$border-radius-lg
!
default
;
$input-border-radius-lg
:
$border-radius-lg
!
default
;
...
...
public/sass/base/_type.scss
View file @
5a67ca25
...
@@ -114,7 +114,7 @@ hr {
...
@@ -114,7 +114,7 @@ hr {
small
,
small
,
.small
{
.small
{
font-size
:
8
0
%
;
font-size
:
8
5
%
;
font-weight
:
normal
;
font-weight
:
normal
;
}
}
...
...
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