mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
UI improvements to search result list (larger click are for dashboard title link, plus UI look polish), Closes #709
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
|
||||
// Links
|
||||
// -------------------------
|
||||
@linkColor: darken(@white,5%);
|
||||
@linkColor: darken(@white,11%);
|
||||
@linkColorHover: @white;
|
||||
|
||||
|
||||
@@ -93,6 +93,14 @@
|
||||
@borderRadiusLarge: 4px;
|
||||
@borderRadiusSmall: 2px;
|
||||
|
||||
// Lists
|
||||
@grafanaListBackground: transparent;
|
||||
@grafanaListAccent: #232323;
|
||||
@grafanaListBorderTop: #3E3E3E;
|
||||
@grafanaListBorderBottom: #1c1919;
|
||||
@grafanaListHighlight: @blue;
|
||||
@grafanaListHighlightContrast: #4F4F4F;
|
||||
@grafanaListMainLinkColor: @linkColor;
|
||||
|
||||
// Tables
|
||||
// -------------------------
|
||||
|
||||
Reference in New Issue
Block a user