From c89495d014773aec0795cbf510d102c20f3331b0 Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Thu, 8 Aug 2013 14:11:00 +0800 Subject: [PATCH] Darker toolbar group border Roan and I think this is way too light. The only way I can tell it's a group is by mousing over all of the icons back and forth really quickly :) Increasing to 10% alpha. Change-Id: Iab55bf64921de5247d10d611318e545efe74fe4a --- modules/ve/ui/styles/ve.ui.Tool.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ve/ui/styles/ve.ui.Tool.css b/modules/ve/ui/styles/ve.ui.Tool.css index ac8365026c..80bde5503f 100644 --- a/modules/ve/ui/styles/ve.ui.Tool.css +++ b/modules/ve/ui/styles/ve.ui.Tool.css @@ -35,7 +35,7 @@ } .ve-ui-toolGroup:hover { - border-color: rgba(0,0,0,0.05); + border-color: rgba(0,0,0,0.1); } .ve-ui-toolGroup .ve-ui-labeledWidget-label {