aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar
diff options
context:
space:
mode:
authorIdan Gazit2009-08-25 02:34:11 +0300
committerIdan Gazit2009-08-25 02:34:11 +0300
commitfb49e448bfa89edcd2eee9518716cce867e2d7a9 (patch)
tree88c4fad7692964fa4be6a68e2fc66dd1bd541459 /debug_toolbar
parent5c217d36a1ba1604dc5450351f4f090d71572d85 (diff)
downloaddjango-debug-toolbar-fb49e448bfa89edcd2eee9518716cce867e2d7a9.tar.bz2
toolbar handle padding made orange on hover
Diffstat (limited to 'debug_toolbar')
-rw-r--r--debug_toolbar/media/debug_toolbar/toolbar.css6
1 files changed, 3 insertions, 3 deletions
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;
}