[WebProfilerBundle] Always use the default background color for counters

This commit is contained in:
Victor Berchet 2011-03-09 17:25:28 +01:00
parent 62341e5ad6
commit 95d3fd2fdb
2 changed files with 1 additions and 5 deletions

View File

@ -274,10 +274,6 @@ li
font-size: 11px;
}
.menu_profiler span.count span.error {
background-color: #f66;
}
.resume
{
background-color:#f6f6f6;

View File

@ -13,7 +13,7 @@
<strong>Logs</strong>
{% if collector.counterrors %}
<span class="count">
<span class="error">{{ collector.counterrors }}</span>
<span>{{ collector.counterrors }}</span>
</span>
{% endif %}
</span>