mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
fixed single mode oneshot indicator with some themes
This commit is contained in:
parent
1e5b894d82
commit
113d07a70a
@ -3463,7 +3463,7 @@ class PlaybackOptions(Gtk.ButtonBox):
|
||||
|
||||
# css
|
||||
self._provider=Gtk.CssProvider()
|
||||
self._provider.load_from_data(b"""image {-gtk-icon-shadow: 0 0 3px red;}""") # red glowing icon
|
||||
self._provider.load_from_data(b"""image {color: @error_color;}""") # red icon
|
||||
|
||||
# connect
|
||||
for name in ("repeat", "random", "consume"):
|
||||
|
Loading…
Reference in New Issue
Block a user