From 5ba146d937acad414ac4539f8cf12c4dedbf033c Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 15 Jul 2015 12:27:03 +0200 Subject: add workaround for unreadable webkit buttons --- common/gtk-3.0/3.16/_common.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'common/gtk-3.0/3.16/_common.scss') diff --git a/common/gtk-3.0/3.16/_common.scss b/common/gtk-3.0/3.16/_common.scss index 5a38722..444a4aa 100644 --- a/common/gtk-3.0/3.16/_common.scss +++ b/common/gtk-3.0/3.16/_common.scss @@ -417,6 +417,12 @@ $_dot_color: $selected_bg_color; @include button(active); transition-duration: 50ms; } + + //Webkitgtk workaround start + &:active { color: $fg_color; } + &:active:hover, &:checked { color: $selected_fg_color; } + //Webkitgtk workaround end + &.flat:insensitive { @include button(undecorated); } -- cgit v1.2.3