diff options
| author | Rob Hudson | 2009-08-21 08:06:39 -0700 |
|---|---|---|
| committer | Rob Hudson | 2009-08-21 08:06:39 -0700 |
| commit | 105152318f49c077c879a1b1ed9fc37e45b90c69 (patch) | |
| tree | 45ca31f4e667a3a8c4e82177f361e018f9978d34 | |
| parent | 94a64b13ec3770ae7e8e378ce2ddcc489766bd0a (diff) | |
| download | django-debug-toolbar-105152318f49c077c879a1b1ed9fc37e45b90c69.tar.bz2 | |
Remove added border on hover which was causing flicker and scrollbars to
appear.
| -rw-r--r-- | debug_toolbar/media/debug_toolbar/toolbar.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debug_toolbar/media/debug_toolbar/toolbar.css b/debug_toolbar/media/debug_toolbar/toolbar.css index 676969c..6156fb7 100644 --- a/debug_toolbar/media/debug_toolbar/toolbar.css +++ b/debug_toolbar/media/debug_toolbar/toolbar.css @@ -69,7 +69,6 @@ #djDebugToolbarHandle ul li a:hover { color: #111; background-color: #9fbb54; - border: 1px solid #111; } #djDebugToolbar ul { |
