UI improvements to search result list (larger click are for dashboard title link, plus UI look polish), Closes #709

This commit is contained in:
Torkel Ödegaard
2014-08-18 16:38:04 +02:00
parent 1a3dac0c17
commit a64604de6b
9 changed files with 109 additions and 59 deletions
+10 -1
View File
@@ -20,7 +20,7 @@
// Accent colors
// -------------------------
@blue: #01A6E6;
@blue: #007FFF;
@blueDark: #75CAEB;
@green: #28B62C;
@red: #FF4136;
@@ -97,6 +97,15 @@
@borderRadiusLarge: 4px;
@borderRadiusSmall: 2px;
// Lists
@grafanaListBackground: transparent;
@grafanaListAccent: #f9f9f9;
@grafanaListBorderTop: #eee;
@grafanaListBorderBottom: #efefef;
@grafanaListHighlight: @blue;
@grafanaListHighlightContrast: #ddd;
@grafanaListMainLinkColor: @textColor;
// Tables
// -------------------------