diff options
author | raveit65 <[email protected]> | 2019-10-09 16:11:08 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-10-09 17:07:06 +0200 |
commit | 6638fbc3e2df478334fda37e57d1cb9d833f478e (patch) | |
tree | ea06d59534285280ca489cba2893a7827e0c70bc /desktop-themes/Menta | |
parent | d4a2035aedcba72469332c38ff1f6d3aa749f012 (diff) | |
download | mate-themes-6638fbc3e2df478334fda37e57d1cb9d833f478e.tar.bz2 mate-themes-6638fbc3e2df478334fda37e57d1cb9d833f478e.tar.xz |
Menta: sync Menta with BlueMenta
Diffstat (limited to 'desktop-themes/Menta')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index 155af694..5f820b6c 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -254,11 +254,7 @@ toolbar .separator { } /* eg. atril, evince */ -.content-view { - transition: all 400ms ease-out; -} - -.content-view:backdrop { +.content-view:backdrop:not(:selected) { background-color: shade(@backdrop_color, 1.00); color: @theme_unfocused_fg_color; } |