[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; font-size: 11px;
} }
.menu_profiler span.count span.error {
background-color: #f66;
}
.resume .resume
{ {
background-color:#f6f6f6; background-color:#f6f6f6;

View File

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