Moved search results from fixed dropdown to edit pane

This commit is contained in:
Torkel Ödegaard
2014-08-26 16:42:15 +02:00
parent fdffb03eba
commit 6502cff8fe
12 changed files with 91 additions and 73 deletions

View File

@@ -92,9 +92,9 @@
// Lists
@grafanaListBackground: transparent;
@grafanaListAccent: #232323;
@grafanaListBorderTop: #3E3E3E;
@grafanaListBorderBottom: #1c1919;
@grafanaListAccent: @grayDark;
@grafanaListBorderTop: @grayDark;
@grafanaListBorderBottom: @black;
@grafanaListHighlight: @blue;
@grafanaListHighlightContrast: #4F4F4F;
@grafanaListMainLinkColor: @linkColor;