From 3b6d208d5d4b9bcfc60192f6d00918e921839a6a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 4 Dec 2013 15:36:55 +0100 Subject: fix invisible text under the cursor with theme-galaxy.css, text was rendered white on gray we need to prevent the default rule to be applied (which is useless for us anyway) since it's loaded after our own rules (gtknew('MDV_Notebook') => import_style_ressources()) and set our own colors for normal & hover states --- control-center.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'control-center.css') diff --git a/control-center.css b/control-center.css index e5ddf143..6ea3c0ad 100644 --- a/control-center.css +++ b/control-center.css @@ -32,3 +32,10 @@ GtkTextView, focus * { -GtkTreeView-focus-line-width: 0; } +#StepsLabel { + color: #FFFFFF +} + +#StepsLabel:hover { + color: #000000; +} -- cgit v1.2.1