Browse Source

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.
Josh Betz 12 years ago
parent
commit
113dcc9b37
1 changed files with 5 additions and 0 deletions
  1. 5 0
      laravel/profiling/profiler.css

+ 5 - 0
laravel/profiling/profiler.css

@@ -1,3 +1,8 @@
+.anbu * {
+	color: black;
+	border: 0 !important;
+}
+
 .anbu
 {
 	font-family:Helvetica, "Helvetica Neue", Arial, sans-serif !important;