From 0a6208f3efaed9a401fd7514c24c820a998b41d6 Mon Sep 17 00:00:00 2001 From: coolmikkel Date: Tue, 25 Feb 2014 22:11:38 +0100 Subject: [PATCH] Name of Media items easyer to read The contrast between the text color and background was to low. The text color has to be darker - black would be the right one. --- src/Umbraco.Web.UI.Client/src/less/property-editors.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/less/property-editors.less b/src/Umbraco.Web.UI.Client/src/less/property-editors.less index 1f504e721a..6e198a4a8f 100644 --- a/src/Umbraco.Web.UI.Client/src/less/property-editors.less +++ b/src/Umbraco.Web.UI.Client/src/less/property-editors.less @@ -355,7 +355,7 @@ ul.color-picker li a { vertical-align: center; font-size: 12px; background: @grayLighter; - color: @grayLight; + color: @black; text-decoration: none; }