Final tweaks to light theme (Closes #77)

This commit is contained in:
Torkel Ödegaard 2014-02-14 08:10:26 +01:00
parent 75e493363d
commit 39bbd5604d
5 changed files with 12 additions and 13 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

@ -214,23 +214,22 @@
} }
} }
.grafana-target:last-child {
border-bottom: 1px solid @grafanaTargetBorder;
}
.grafana-target-inner-wrapper { .grafana-target-inner-wrapper {
width: 100%; width: 100%;
} }
.grafana-target-inner { .grafana-target-inner {
border-top: 2px solid @grafanaTargetBorder; border-top: 1px solid @grafanaTargetBorder;
border-left: 2px solid @grafanaTargetBorder; border-left: 1px solid @grafanaTargetBorder;
border-right: 2px solid @grafanaTargetBorder; border-right: 1px solid @grafanaTargetBorder;
background: @grafanaTargetBackground; background: @grafanaTargetBackground;
width: 100%; width: 100%;
} }
.grafana-target-inner:last-child {
border-bottom: 2px solid @grafanaTargetBorder;
}
.grafana-target-onoff { .grafana-target-onoff {
display: inline-block; display: inline-block;
padding: 5px 7px; padding: 5px 7px;
@ -251,7 +250,7 @@
padding: 5px 7px; padding: 5px 7px;
display: inline-block; display: inline-block;
font-weight: normal; font-weight: normal;
border-right: 2px solid @grafanaTargetSegmentBorder; border-right: 1px solid @grafanaTargetSegmentBorder;
color: @grafanaTargetColor; color: @grafanaTargetColor;
display: inline-block; display: inline-block;

View File

@ -557,12 +557,12 @@ div.flot-text {
.label-tag { .label-tag {
background-color: @purple; background-color: @purple;
color: @linkColor; color: darken(@white, 5%);
} }
.label-tag:hover { .label-tag:hover {
background-color: darken(@purple, 10%); background-color: darken(@purple, 10%);
color: lighten(@linkColor, 5%); color: @white;
} }
// Filter submenu // Filter submenu

View File

@ -20,7 +20,7 @@
// Accent colors // Accent colors
// ------------------------- // -------------------------
@blue: #158CBA; @blue: #01A6E6;
@blueDark: #75CAEB; @blueDark: #75CAEB;
@green: #28B62C; @green: #28B62C;
@red: #FF4136; @red: #FF4136;