diff options
Diffstat (limited to 'common/gtk-3.0/3.14/gtk-darker.css')
-rw-r--r-- | common/gtk-3.0/3.14/gtk-darker.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/gtk-3.0/3.14/gtk-darker.css b/common/gtk-3.0/3.14/gtk-darker.css index bd6c52e..99a0992 100644 --- a/common/gtk-3.0/3.14/gtk-darker.css +++ b/common/gtk-3.0/3.14/gtk-darker.css @@ -2610,9 +2610,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, |