diff options
author | Horst3180 | 2016-04-14 14:22:35 +0200 |
---|---|---|
committer | Horst3180 | 2016-04-14 14:22:35 +0200 |
commit | 2cf6296376f8115ae37826a3e2374fec6ecd2cf6 (patch) | |
tree | ec665b79f48f33b3885f5ffba5dd29f63fcd4f57 /common/gtk-3.0/3.14/gtk-dark.css | |
parent | bdcb2151db5d5090c4a085364458cbadadeb0428 (diff) | |
download | solarc-theme-2cf6296376f8115ae37826a3e2374fec6ecd2cf6.tar.gz solarc-theme-2cf6296376f8115ae37826a3e2374fec6ecd2cf6.tar.xz solarc-theme-2cf6296376f8115ae37826a3e2374fec6ecd2cf6.zip |
3.14: fix fallback menu button transition
Diffstat (limited to 'common/gtk-3.0/3.14/gtk-dark.css')
-rw-r--r-- | common/gtk-3.0/3.14/gtk-dark.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/gtk-3.0/3.14/gtk-dark.css b/common/gtk-3.0/3.14/gtk-dark.css index d66c8cd..185e859 100644 --- a/common/gtk-3.0/3.14/gtk-dark.css +++ b/common/gtk-3.0/3.14/gtk-dark.css @@ -2607,9 +2607,9 @@ GtkVolumeButton.button { .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop, .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover { - border-color: transparent; - background-color: transparent; - background-image: none; } + background-image: none; + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .header-bar .left GtkMenuButton.button.titlebutton:first-child:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, |