From b7caf374bf41814d1043410102dddfcb2b6a788c Mon Sep 17 00:00:00 2001 From: Grayson Koonce Date: Mon, 13 Aug 2012 12:02:28 -0700 Subject: [PATCH] Adding more specific debug bar reset CSS. This prevents frameworks like Foundation from getting past the reset. Fixes #5250 --- .../Resources/views/Profiler/toolbar_style.html.twig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_style.html.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_style.html.twig index a7801ac529..0564d8c8ae 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_style.html.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_style.html.twig @@ -17,6 +17,10 @@ bottom: 0; border-top: 1px solid #bbb; } + .sf-toolbarreset span, + .sf-toolbarreset div { + font-size: 11px; + } .sf-toolbarreset img { width: auto; display: inline; @@ -105,6 +109,11 @@ min-height: 13px; } + .sf-toolbar-block .sf-toolbar-status abbr { + color: #fff; + border-bottom: 1px dotted black; + } + .sf-toolbar-block .sf-toolbar-status-green { background-color: #759e1a; }