diff options
Diffstat (limited to 'debug_toolbar/media/debug_toolbar/toolbar.css')
| -rw-r--r-- | debug_toolbar/media/debug_toolbar/toolbar.css | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/debug_toolbar/media/debug_toolbar/toolbar.css b/debug_toolbar/media/debug_toolbar/toolbar.css index 1e6f62a..0f65c9c 100644 --- a/debug_toolbar/media/debug_toolbar/toolbar.css +++ b/debug_toolbar/media/debug_toolbar/toolbar.css @@ -134,8 +134,8 @@ overflow:auto; } -#djDebug tr.djDebugOdd pre { - background-color:#eeeeee; +#djDebug tr.djDebugOdd { + background-color:#f5f5f5; } #djDebug .panelContent { @@ -211,11 +211,9 @@ } #djDebug .panelContent thead th { padding:1px 6px 1px 3px; - background:#fefefe; text-align:left; - font-weight:normal; - font-size:11px; - border:1px solid #ddd; + font-weight:bold; + font-size:14px; } #djDebug .panelContent tbody th { width:12em; |
