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
9c47fdeb
Commit
9c47fdeb
authored
Feb 21, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(): tweaks to light theme
parent
808ac2ce
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
8 deletions
+7
-8
public/app/plugins/datasource/elasticsearch/partials/config.html
+1
-1
public/sass/_variables.light.scss
+2
-3
public/sass/components/_gf-form.scss
+3
-3
public/sass/layout/_page.scss
+1
-1
No files found.
public/app/plugins/datasource/elasticsearch/partials/config.html
View file @
9c47fdeb
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<div
class=
"gf-form-group"
>
<div
class=
"gf-form-group"
>
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form max-width-
28
"
>
<div
class=
"gf-form max-width-
19
"
>
<span
class=
"gf-form-label width-9"
>
Index name
</span>
<span
class=
"gf-form-label width-9"
>
Index name
</span>
<input
class=
"gf-form-input"
type=
"text"
ng-model=
'ctrl.current.database'
placeholder=
""
required
></input>
<input
class=
"gf-form-input"
type=
"text"
ng-model=
'ctrl.current.database'
placeholder=
""
required
></input>
</div>
</div>
...
...
public/sass/_variables.light.scss
View file @
9c47fdeb
...
@@ -156,7 +156,7 @@ $input-box-shadow: none;
...
@@ -156,7 +156,7 @@ $input-box-shadow: none;
$input-border-focus
:
$blue
!
default
;
$input-border-focus
:
$blue
!
default
;
$input-box-shadow-focus
:
$blue
!
default
;
$input-box-shadow-focus
:
$blue
!
default
;
$input-color-placeholder
:
$gray-4
!
default
;
$input-color-placeholder
:
$gray-4
!
default
;
$input-label-bg
:
$gray-
5
;
$input-label-bg
:
$gray-
6
;
// Sidemenu
// Sidemenu
// -------------------------
// -------------------------
...
@@ -274,4 +274,4 @@ $popoverArrowOuterWidth: $popoverArrowWidth + 1;
...
@@ -274,4 +274,4 @@ $popoverArrowOuterWidth: $popoverArrowWidth + 1;
$popoverArrowOuterColor
:
rgba
(
0
,
0
,
0
,.
25
);
$popoverArrowOuterColor
:
rgba
(
0
,
0
,
0
,.
25
);
// images
// images
$checkboxImageUrl
:
'../img/checkbox_white.png'
;
$checkboxImageUrl
:
'../img/checkbox_white.png'
;
\ No newline at end of file
public/sass/components/_gf-form.scss
View file @
9c47fdeb
$gf-form-margin
:
0
.2rem
;
$gf-form-margin
:
0
.2
5
rem
;
$gf-form-label-margin
:
0
.2rem
;
$gf-form-label-margin
:
0
.2
5
rem
;
.gf-form
{
.gf-form
{
margin-bottom
:
$gf-form-margin
;
margin-bottom
:
$gf-form-margin
;
...
@@ -70,7 +70,7 @@ $gf-form-label-margin: 0.2rem;
...
@@ -70,7 +70,7 @@ $gf-form-label-margin: 0.2rem;
background-color
:
$input-bg
;
background-color
:
$input-bg
;
background-image
:
none
;
background-image
:
none
;
background-clip
:
padding-box
;
background-clip
:
padding-box
;
border
:
$input-btn-border-width
solid
$input-b
g
;
border
:
$input-btn-border-width
solid
$input-b
order-color
;
@include
border-radius
(
$input-border-radius-sm
);
@include
border-radius
(
$input-border-radius-sm
);
@include
box-shadow
(
$input-box-shadow
);
@include
box-shadow
(
$input-box-shadow
);
transition
:
border-color
ease-in-out
.15s
,
box-shadow
ease-in-out
.15s
;
transition
:
border-color
ease-in-out
.15s
,
box-shadow
ease-in-out
.15s
;
...
...
public/sass/layout/_page.scss
View file @
9c47fdeb
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
max-width
:
1060px
;
max-width
:
1060px
;
min-height
:
calc
(
100%
-
54px
);
min-height
:
calc
(
100%
-
54px
);
padding-bottom
:
$spacer
*
5
;
padding-bottom
:
$spacer
*
5
;
background-image
:
linear-gradient
(
60deg
,
rgba
(
0
,
0
,
0
,
0
)
0%
,
lighten
(
$page-bg
,
4%
)
98%
);
background-image
:
linear-gradient
(
60deg
,
transparent
70%
,
darken
(
$page-bg
,
4%
)
98%
)
}
}
.page-header
{
.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