[polari] css: Fix backdrop states



commit 9809eccd31cfd58962bc9926d8c9558ae1a6ce86
Author: Florian Müllner <florian muellner gmail com>
Date:   Sun Jul 21 20:32:46 2013 +0200

    css: Fix backdrop states

 data/resources/application.css |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/data/resources/application.css b/data/resources/application.css
index 72ae38b..904b20b 100644
--- a/data/resources/application.css
+++ b/data/resources/application.css
@@ -19,6 +19,11 @@
     color: @theme_text_color;
 }
 
+.polari-room-list .list-row:selected:backdrop {
+    background-color: @theme_unfocused_selected_bg_color;
+    color: @theme_unfocused_text_color;
+}
+
 .polari-room-list .list-row .pending-messages-count {
     color: @theme_selected_fg_color;
     background-color: mix(@theme_selected_bg_color, @theme_selected_fg_color, 0.3);
@@ -27,6 +32,15 @@
     padding: 0px 4px;
 }
 
+.polari-room-list .list-row .pending-messages-count:backdrop {
+    color: @theme_unfocused_selected_fg_color;
+    background-color: mix(@theme_unfocused_selected_bg_color, @theme_unfocused_selected_fg_color, 0.1);
+}
+
 .polari-chat-stack {
     background-color: @theme_base_color;
 }
+
+.polari-chat-stack:backdrop {
+    background-color: @theme_unfocused_base_color;
+}


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