diff options
Diffstat (limited to 'desktop-themes/YaruOk/gtk-3.0/_apps.scss')
-rw-r--r-- | desktop-themes/YaruOk/gtk-3.0/_apps.scss | 18 |
1 files changed, 18 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; +} + |