mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
small css fix to light theme
This commit is contained in:
parent
6f0ce35ca2
commit
207bf183c8
2
src/css/bootstrap.dark.min.css
vendored
2
src/css/bootstrap.dark.min.css
vendored
File diff suppressed because one or more lines are too long
2
src/css/bootstrap.light.min.css
vendored
2
src/css/bootstrap.light.min.css
vendored
File diff suppressed because one or more lines are too long
@ -173,7 +173,7 @@
|
||||
}
|
||||
.close {
|
||||
margin-right: 5px;
|
||||
color: white;
|
||||
color: @linkColor;
|
||||
opacity: 0.7;
|
||||
text-shadow: none;
|
||||
}
|
||||
@ -310,7 +310,7 @@
|
||||
|
||||
input[type=text].grafana-target-text-input {
|
||||
padding: 5px 7px;
|
||||
border: 1px solid #050505;
|
||||
border: 1px solid @grafanaTargetSegmentBorder;
|
||||
margin: 0px;
|
||||
background: transparent;
|
||||
width: 80%;
|
||||
@ -341,9 +341,9 @@ input[type=text].func-param {
|
||||
.grafana-func-editor {
|
||||
min-width: 140px;
|
||||
.grafana-func-editor-header {
|
||||
background: #41474c;
|
||||
background: @grafanaTargetFuncHightlight;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #353a3e;
|
||||
border-bottom: 1px solid @grafanaTargetFuncBackground;
|
||||
padding: 3px 5px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user