diff --git a/system/assets/debugger.css b/system/assets/debugger.css index a53eff71e..d56660c9c 100644 --- a/system/assets/debugger.css +++ b/system/assets/debugger.css @@ -39,7 +39,9 @@ div.phpdebugbar { font-size: 12px; } - +ul.phpdebugbar-widgets-timeline li span.phpdebugbar-widgets-label { + text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; +} .phpdebugbar pre, .phpdebugbar code { margin: 0;