Closed idontkn0w123 closed 4 years ago
Hey,
I like your theme very much, however one little thing that bothers me is the Multimedia OSD (think it's called that way, OSD when vol up/down) in Mate 1.18. The bar is not visible, for me all is black. Adding
MsdOsdWindow.background.osd .progressbar { background-color: @bg_color; }
to "gtk-3.20/gtk-contained.css" resolves that issue. In your "gtk-3.20/gtk-contained.css" at line 192 to 199 I was not able to achieve that result.
@idontkn0w123 thanks for the report, will try and push the fix soon
This is linked to the issue #118 too (global issue on MATE)
Hey,
I like your theme very much, however one little thing that bothers me is the Multimedia OSD (think it's called that way, OSD when vol up/down) in Mate 1.18. The bar is not visible, for me all is black. Adding
MsdOsdWindow.background.osd .progressbar { background-color: @bg_color; }
to "gtk-3.20/gtk-contained.css" resolves that issue. In your "gtk-3.20/gtk-contained.css" at line 192 to 199 I was not able to achieve that result.