added typeahead / autocomplete to influxdb series name, #103
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -569,4 +569,5 @@ div.flot-text {
|
||||
td {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -149,7 +149,7 @@
|
||||
@dropdownLinkColorHover: @white;
|
||||
@dropdownLinkColorActive: @white;
|
||||
|
||||
@dropdownLinkBackgroundActive: @linkColor;
|
||||
@dropdownLinkBackgroundActive: @blue;
|
||||
@dropdownLinkBackgroundHover: @blue;
|
||||
|
||||
|
||||
|
||||
@@ -152,7 +152,7 @@
|
||||
@dropdownLinkColorActive: @white;
|
||||
|
||||
@dropdownLinkBackgroundActive: @blue;
|
||||
@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive;
|
||||
@dropdownLinkBackgroundHover: @blue;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user