From fb49e448bfa89edcd2eee9518716cce867e2d7a9 Mon Sep 17 00:00:00 2001 From: Idan Gazit Date: Tue, 25 Aug 2009 02:34:11 +0300 Subject: toolbar handle padding made orange on hover --- debug_toolbar/media/debug_toolbar/toolbar.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debug_toolbar') diff --git a/debug_toolbar/media/debug_toolbar/toolbar.css b/debug_toolbar/media/debug_toolbar/toolbar.css index ca3e309..f58899a 100644 --- a/debug_toolbar/media/debug_toolbar/toolbar.css +++ b/debug_toolbar/media/debug_toolbar/toolbar.css @@ -128,9 +128,9 @@ #djDebug a#djShowToolBarButton:hover { background-color:#111; padding-right:6px; - border-top-color:#ffc; - border-left-color:#ffc; - border-bottom-color:#ffc; + border-top-color:#FFE761; + border-left-color:#FFE761; + border-bottom-color:#FFE761; opacity:1.0; } -- cgit v1.2.3