diff options
-rw-r--r-- | desktop-themes/YaruOk/gtk-3.0/_apps.scss | 18 | ||||
-rw-r--r-- | desktop-themes/YaruOk/gtk-3.0/gtk.css | 5 |
2 files changed, 23 insertions, 0 deletions
diff --git a/desktop-themes/YaruOk/gtk-3.0/_apps.scss b/desktop-themes/YaruOk/gtk-3.0/_apps.scss index 88f55f12..ce947898 100644 --- a/desktop-themes/YaruOk/gtk-3.0/_apps.scss +++ b/desktop-themes/YaruOk/gtk-3.0/_apps.scss @@ -1123,3 +1123,21 @@ window#Main.background { } + + +MatePanelAppletFrameDBus > MatePanelAppletFrameDBus { + background-image: -gtk-scaled(url("assets/panel-grid.svg")); + background-color: transparent; + color: #bebebe; + background-repeat: no-repeat; + background-position: left; +} + +/* for firefox and probably other apps */ +label:selected, +label selection, +label selection:focus, +label selection:hover { + color: $selected_fg_color; +} + diff --git a/desktop-themes/YaruOk/gtk-3.0/gtk.css b/desktop-themes/YaruOk/gtk-3.0/gtk.css index b634a358..bf161714 100644 --- a/desktop-themes/YaruOk/gtk-3.0/gtk.css +++ b/desktop-themes/YaruOk/gtk-3.0/gtk.css @@ -2429,6 +2429,11 @@ window#Main.background #search { background: #ffffff; color: #000000; box-shadow window#Main.background #search entry { border-color: #a29e9b; } +MatePanelAppletFrameDBus > MatePanelAppletFrameDBus { background-image: -gtk-scaled(url("assets/panel-grid.svg")); background-color: transparent; color: #bebebe; background-repeat: no-repeat; background-position: left; } + +/* for firefox and probably other apps */ +label:selected, label selection, label selection:focus, label selection:hover { color: #ffffff; } + headerbar *, button * { text-shadow: none; } spinner:not(:backdrop) { color: #19B6EE; } |