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/YaruOk/gtk-3.0/_apps.scss | |
parent | 17d1f5fb5ff228bf9ea59a781eb3ff104e142ecb (diff) | |
download | mate-themes-2ccd66bab18f0ba174f7bdbed45b7b94828ba783.tar.bz2 mate-themes-2ccd66bab18f0ba174f7bdbed45b7b94828ba783.tar.xz |
addpanel_gripper_to yaru
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; +} + |