[iagno] Bug #746210, second proposed fix.



commit 0d1168d639441034fee424fb0b73f0dc0e17e28d
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Sun Mar 15 05:41:52 2015 +0100

    Bug #746210, second proposed fix.

 data/iagno.css |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/data/iagno.css b/data/iagno.css
index 360e691..14d27e9 100644
--- a/data/iagno.css
+++ b/data/iagno.css
@@ -34,7 +34,10 @@ GtkListBox#themes-listbox GtkImage {
   transition-duration: 200ms;
   opacity: 0;
 }
-GtkListBox#themes-listbox GtkListBoxRow:selected GtkImage {
+
+/* if you removed the fix at the bottom of the CSS file,
+   replacing "*" by "GtkImage" makes bug #746210 appear */
+GtkListBox#themes-listbox GtkListBoxRow:selected * {
   opacity: 1;
   color:@theme_selected_fg_color;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]