diff options
Diffstat (limited to 'debug_toolbar/media/toolbar.css')
| -rw-r--r-- | debug_toolbar/media/toolbar.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debug_toolbar/media/toolbar.css b/debug_toolbar/media/toolbar.css index 7c765da..c0a6e1a 100644 --- a/debug_toolbar/media/toolbar.css +++ b/debug_toolbar/media/toolbar.css @@ -103,7 +103,7 @@ background-color: #ffffff; } -#djDebug tr.odd pre { +#djDebug tr.djDebugOdd pre { background-color: #eeeeee; } @@ -173,7 +173,7 @@ color: #000; vertical-align: top; } -#djDebug .panelContent table tr.odd td { +#djDebug .panelContent table tr.djDebugOdd td { background: #eee; } |
