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
05b82bed
Commit
05b82bed
authored
Jan 16, 2019
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More style tweaks to thresholds
parent
cc8b4507
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
16 deletions
+9
-16
packages/grafana-ui/src/components/ThresholdsEditor/_ThresholdsEditor.scss
+9
-16
No files found.
packages/grafana-ui/src/components/ThresholdsEditor/_ThresholdsEditor.scss
View file @
05b82bed
...
@@ -51,18 +51,6 @@
...
@@ -51,18 +51,6 @@
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
center
;
flex-direction
:
row
;
flex-direction
:
row
;
height
:
42px
;
}
.thresholds-row-input-inner
>
div
{
border-left
:
1px
solid
$input-label-border-color
;
border-top
:
1px
solid
$input-label-border-color
;
border-bottom
:
1px
solid
$input-label-border-color
;
}
.thresholds-row-input-inner
>
*
:nth-child
(
2
)
{
border-top-left-radius
:
$border-radius
;
border-bottom-left-radius
:
$border-radius
;
}
}
.thresholds-row-input-inner
>
*
:last-child
{
.thresholds-row-input-inner
>
*
:last-child
{
...
@@ -80,9 +68,11 @@
...
@@ -80,9 +68,11 @@
}
}
.thresholds-row-input-inner-value
>
input
{
.thresholds-row-input-inner-value
>
input
{
height
:
100%
;
height
:
$gf-form-input-height
;
padding
:
8px
10p
x
;
padding
:
$input-padding-y
$input-padding-
x
;
width
:
150px
;
width
:
150px
;
border-top
:
1px
solid
$input-label-border-color
;
border-bottom
:
1px
solid
$input-label-border-color
;
}
}
.thresholds-row-input-inner-color
{
.thresholds-row-input-inner-color
{
...
@@ -91,6 +81,7 @@
...
@@ -91,6 +81,7 @@
align-items
:
center
;
align-items
:
center
;
justify-content
:
center
;
justify-content
:
center
;
background-color
:
$input-bg
;
background-color
:
$input-bg
;
border
:
1px
solid
$input-label-border-color
;
}
}
.thresholds-row-input-inner-color-colorpicker
{
.thresholds-row-input-inner-color-colorpicker
{
...
@@ -105,8 +96,10 @@
...
@@ -105,8 +96,10 @@
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
justify-content
:
center
;
justify-content
:
center
;
height
:
42px
;
height
:
$gf-form-input-height
;
padding
:
$input-padding-y
$input-padding-x
;
width
:
42px
;
width
:
42px
;
background-color
:
$input-label-border-color
;
background-color
:
$input-label-bg
;
border
:
1px
solid
$input-label-border-color
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
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