diff options
author | Mate <[email protected]> | 2021-06-13 07:48:56 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-02 23:56:01 +0200 |
commit | 2ccd66bab18f0ba174f7bdbed45b7b94828ba783 (patch) | |
tree | 938e053cfc1cc861c4c32bc2d8fc232d686c6674 /desktop-themes | |
parent | 17d1f5fb5ff228bf9ea59a781eb3ff104e142ecb (diff) | |
download | mate-themes-2ccd66bab18f0ba174f7bdbed45b7b94828ba783.tar.bz2 mate-themes-2ccd66bab18f0ba174f7bdbed45b7b94828ba783.tar.xz |
addpanel_gripper_to yaru
Diffstat (limited to 'desktop-themes')
-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; } |