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.14/gtk-contained-dark.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/gtk-3.0/3.14/gtk-contained-dark.css') diff --git a/common/gtk-3.0/3.14/gtk-contained-dark.css b/common/gtk-3.0/3.14/gtk-contained-dark.css index 3c3c731..5e5e9be 100644 --- a/common/gtk-3.0/3.14/gtk-contained-dark.css +++ b/common/gtk-3.0/3.14/gtk-contained-dark.css @@ -282,6 +282,10 @@ GtkFlowBox .grid-child { border-color: #5294E2; background-color: #5294E2; transition-duration: 50ms; } + .button:active { + color: #D3DAE3; } + .button:active:hover, .button:checked { + color: #ffffff; } .button.flat:insensitive { border-color: transparent; background-color: transparent; -- cgit v1.2.3