diff gtk-3.20/gtk.scss @ 35:04dc05eaaa71

Fix background of menu button in top-left of title bar (Also, any other ".titlebar" buttons with popovers)
author IBBoard <dev@ibboard.co.uk>
date Sun, 01 Jan 2017 19:55:07 +0000
parents 309d91bf7213
children e6a354b1be3f
line wrap: on
line diff
--- a/gtk-3.20/gtk.scss	Sun Jan 01 19:30:59 2017 +0000
+++ b/gtk-3.20/gtk.scss	Sun Jan 01 19:55:07 2017 +0000
@@ -215,7 +215,7 @@
       text-shadow: none;
       -gtk-icon-shadow: none;
 
-      &:hover, &:active, &:backdrop {
+      &:hover, &:active, &:backdrop, &:checked {
         color: $title_fg;
       }
       &:backdrop {
@@ -234,7 +234,7 @@
     }
 
     &:active,
-    &:checked, &.titlebutton:active, &.titlebutton:active:backdrop {
+    &:checked, &.titlebutton:active, &.titlebutton:active:backdrop, &.titlebutton:checked, &.titlebutton:checked:backdrop {
       color: $title_fg;
       outline-color: $header_button_raised_gradient_color_a;
       border-color: $header_button_border;