more work on dashboard tags / search (#86)

This commit is contained in:
Torkel Ödegaard
2014-02-12 20:15:00 +01:00
parent 123f90d24d
commit e9b1c92911
7 changed files with 91 additions and 22 deletions
+18
View File
@@ -12,6 +12,8 @@
}
}
// Search
.grafana-search-panel {
padding: 6px 10px;
@@ -37,6 +39,20 @@
color: white;
}
}
.selected-tag .label-tag {
background-color: @blue;
}
}
.search-tagview-switch {
position: absolute;
top: 15px;
right: 180px;
color: darken(@linkColor, 30%);
&.active {
color: @linkColor;
}
}
.row-button {
@@ -417,3 +433,5 @@ input[type=text].func-param {
.sp-palette-container, .sp-picker-container {
border: none;
}
+6 -1
View File
@@ -555,7 +555,12 @@ div.flot-text {
// Labels & Badges
.label-tag, .label-tag:hover {
.label-tag {
background-color: @purple;
color: @linkColor;
}
.label-tag:hover {
background-color: darken(@purple, 10%);
color: lighten(@linkColor, 5%);
}