From e6bf5d9ea52808d2bd5a4ede2e24cbd6ffc01e23 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Sun, 19 Oct 2014 18:21:21 -0700 Subject: [PATCH] css text outline fix --- system/assets/debugger.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;