more work on dashboard tags / search (#86)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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%);
|
||||
}
|
||||
Reference in New Issue
Block a user