UI improvements to search result list (larger click are for dashboard title link, plus UI look polish), Closes #709
This commit is contained in:
@@ -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
|
||||
// -------------------------
|
||||
|
||||
Reference in New Issue
Block a user