File tree Expand file tree Collapse file tree 1 file changed +19
-7
lines changed Expand file tree Collapse file tree 1 file changed +19
-7
lines changed Original file line number Diff line number Diff line change @@ -810,15 +810,27 @@ tr.table-layout.selected.current {
810
810
/* DARK MODE */
811
811
@media (prefers-color-scheme : dark) {
812
812
813
- @media (-moz-platform : windows) {
814
- /* Replace the maximize icon with custom SVG */
815
- .titlebar-max {
816
- -moz-default-appearance : -moz-window-button-maximize;
817
- list-style-image : url ("Titlebar_Icons/maximize-dark.png" ) !important ;
818
- opacity : 0.9 !important ;
813
+ @media (-moz-platform : windows) {
814
+
815
+ /* Replace the maximize icon with custom SVG */
816
+ .titlebar-max {
817
+ -moz-default-appearance : -moz-window-button-maximize;
818
+ list-style-image : url ("Titlebar_Icons/maximize-dark.png" ) !important ;
819
+ opacity : 0.9 !important ;
819
820
821
+ }
822
+ }
823
+
824
+ .notification-button .button-text ,
825
+ .notification-button .button-icon {
826
+ color : black !important ;
827
+ fill : black !important ;
828
+ filter : none !important ;
829
+ opacity : 1 !important ;
830
+ }
831
+ .notification-button .button-menu-list {
832
+ stroke : # 000 !important ;
820
833
}
821
- }
822
834
823
835
824
836
: is (ul , ol )[role = "tree" ] li .selected .current > .container {
You can’t perform that action at this time.
0 commit comments