[polari] style: Fix room highlights in backdrop state



commit b8f98159bd5055a955f4473b9bcb3f3cfe1ac49e
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Apr 21 12:38:09 2016 +0200

    style: Fix room highlights in backdrop state

 data/resources/application.css |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/data/resources/application.css b/data/resources/application.css
index 0ff7913..ca66f67 100644
--- a/data/resources/application.css
+++ b/data/resources/application.css
@@ -61,21 +61,21 @@
     padding-left: 8px;
 }
 
-.polari-room-list row.inactive,
-.polari-room-list row.inactive:backdrop {
+.polari-room-list row.inactive *,
+.polari-room-list row.inactive:backdrop * {
     color: mix(@theme_fg_color, @theme_base_color, 0.3);
 }
 
-.polari-room-list row.inactive:selected,
-.polari-room-list row.inactive:selected:backdrop {
+.polari-room-list row.inactive:selected *,
+.polari-room-list row.inactive:selected:backdrop * {
     color: mix(@theme_selected_fg_color, @theme_base_color, 0.3);
 }
 
-.polari-room-list row:backdrop {
+.polari-room-list row:backdrop * {
     color: @theme_fg_color;
 }
 
-.polari-room-list row:backdrop:selected {
+.polari-room-list row:backdrop:selected * {
     color: @theme_selected_fg_color;
 }
 


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