diff options
author | Mate <[email protected]> | 2021-06-24 10:25:19 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-02 23:56:01 +0200 |
commit | bac22db189cfd81f15b3ae1b2970be87333860cb (patch) | |
tree | 497fa90cd62785e4c9a522d265f323598fe575d8 /desktop-themes/YaruGreen | |
parent | 7ce90f20992c6511cec4fed1d420f2a4f8af5bab (diff) | |
download | mate-themes-bac22db189cfd81f15b3ae1b2970be87333860cb.tar.bz2 mate-themes-bac22db189cfd81f15b3ae1b2970be87333860cb.tar.xz |
fix mate-calc.
Diffstat (limited to 'desktop-themes/YaruGreen')
-rw-r--r-- | desktop-themes/YaruGreen/gtk-3.0/gtk.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop-themes/YaruGreen/gtk-3.0/gtk.css b/desktop-themes/YaruGreen/gtk-3.0/gtk.css index ae43711d..e65a7f8b 100644 --- a/desktop-themes/YaruGreen/gtk-3.0/gtk.css +++ b/desktop-themes/YaruGreen/gtk-3.0/gtk.css @@ -2425,6 +2425,8 @@ window#Main.background #search { background: #ffffff; color: #000000; box-shadow window#Main.background #search entry { border-color: #94908c; } +window > box.vertical > box.vertical > box.vertical button.text-button { padding-left: 0px; padding-right: 0px; min-width: 2px; margin: 0px; } + MatePanelAppletFrameDBus > MatePanelAppletFrameDBus { background-image: -gtk-scaled(url("assets/panel-grid.svg")); background-color: transparent; color: #8f8f8f; background-repeat: no-repeat; background-position: left; } /* for firefox and probably other apps */ |