small css fix to light theme

This commit is contained in:
Torkel Ödegaard 2014-02-15 10:23:05 +01:00
parent 6f0ce35ca2
commit 207bf183c8
3 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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;
}