From 113dcc9b377a2969cf1386f913d0d390097bd61c Mon Sep 17 00:00:00 2001 From: Josh Betz Date: Sat, 17 Nov 2012 10:41:48 -0600 Subject: [PATCH] Reset the profiler bar We want to reset the profiler bar so that it's still readable even if the page's font color is light or borders are added to links. --- laravel/profiling/profiler.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/laravel/profiling/profiler.css b/laravel/profiling/profiler.css index 63fc7658..cbc96429 100755 --- a/laravel/profiling/profiler.css +++ b/laravel/profiling/profiler.css @@ -1,3 +1,8 @@ +.anbu * { + color: black; + border: 0 !important; +} + .anbu { font-family:Helvetica, "Helvetica Neue", Arial, sans-serif !important;