Skip to content

Commit ebb44e4

Browse files
committed
Added some styles to make old panels look better in the new design
1 parent 1847285 commit ebb44e4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,18 @@
385385
display: inline-block;
386386
}
387387

388+
/* Legacy Design - these styles are maintained to make old panels look
389+
a bit better on the new toolbar */
390+
.sf-toolbar-block .sf-toolbar-info-piece-additional-detail {
391+
color: #AAA;
392+
font-size: 12px;
393+
}
394+
.sf-toolbar-status-green .sf-toolbar-info-piece-additional-detail,
395+
.sf-toolbar-status-yellow .sf-toolbar-info-piece-additional-detail,
396+
.sf-toolbar-status-red .sf-toolbar-info-piece-additional-detail {
397+
color: #FFF;
398+
}
399+
388400
@media (min-width: 768px) {
389401

390402
.sf-toolbar-icon .sf-toolbar-label,

0 commit comments

Comments
 (0)