@@ -413,6 +413,11 @@ div.phpdebugbar-widgets-messages div.phpdebugbar-widgets-toolbar a.phpdebugbar-w
413
413
background-color : # 5896e2 ;
414
414
}
415
415
416
+ div .phpdebugbar-widgets-messages div .phpdebugbar-widgets-toolbar a .phpdebugbar-widgets-filter [rel = "success" ],
417
+ div .phpdebugbar-widgets-messages div .phpdebugbar-widgets-toolbar a .phpdebugbar-widgets-filter .phpdebugbar-widgets-excluded [rel = "success" ] {
418
+ background-color : # 45ab45 ;
419
+ }
420
+
416
421
div .phpdebugbar-widgets-messages div .phpdebugbar-widgets-toolbar a .phpdebugbar-widgets-filter [rel = "error" ],
417
422
div .phpdebugbar-widgets-messages div .phpdebugbar-widgets-toolbar a .phpdebugbar-widgets-filter .phpdebugbar-widgets-excluded [rel = "error" ] {
418
423
background-color : var (--color-red-vivid );
@@ -626,8 +631,9 @@ div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugb
626
631
font-family : PhpDebugbarFontAwesome;
627
632
content : "\f005" ;
628
633
color : # 333 ;
629
- font-size : 13 px ;
634
+ font-size : 15 px !important ;
630
635
margin-right : 8px ;
636
+ margin-top : -3px ;
631
637
float : left;
632
638
}
633
639
@@ -636,10 +642,13 @@ div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugb
636
642
}
637
643
638
644
div .phpdebugbar-widgets-messages li .phpdebugbar-widgets-list-item span .phpdebugbar-widgets-value .phpdebugbar-widgets-info : before {
639
- font-family : PhpDebugbarFontAwesome;
640
645
content : "\f05a" ;
641
646
color : # 5896e2 ;
642
- font-size : 15px ;
647
+ }
648
+
649
+ div .phpdebugbar-widgets-messages li .phpdebugbar-widgets-list-item span .phpdebugbar-widgets-value .phpdebugbar-widgets-success : before {
650
+ content : "\f058" ;
651
+ color : # 45ab45 ;
643
652
}
644
653
645
654
div .phpdebugbar-widgets-messages li .phpdebugbar-widgets-list-item span .phpdebugbar-widgets-value .phpdebugbar-widgets-error {
@@ -648,14 +657,9 @@ div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugb
648
657
649
658
div .phpdebugbar-widgets-messages li .phpdebugbar-widgets-list-item span .phpdebugbar-widgets-value .phpdebugbar-widgets-error : before {
650
659
color : var (--color-red-vivid );
651
- font-size : 15px ;
652
- }
653
-
654
- div .phpdebugbar-widgets-messages li .phpdebugbar-widgets-list-item span .phpdebugbar-widgets-value .phpdebugbar-widgets-warning : before {
655
- color : # FF9800 ;
656
- font-size : 13px ;
657
660
}
658
661
662
+ div .phpdebugbar-widgets-messages li .phpdebugbar-widgets-list-item span .phpdebugbar-widgets-value .phpdebugbar-widgets-warning : before ,
659
663
div .phpdebugbar-widgets-messages .phpdebugbar-widgets-value .phpdebugbar-widgets-warning {
660
664
color : # FF9800 ;
661
665
}
0 commit comments