We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1847285 commit ebb44e4Copy full SHA for ebb44e4
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig
@@ -385,6 +385,18 @@
385
display: inline-block;
386
}
387
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
+
400
@media (min-width: 768px) {
401
402
.sf-toolbar-icon .sf-toolbar-label,
0 commit comments