[gnome-sound-recorder] application.css: make the list button color white when the window is unfocused



commit 437a9b19803795a26decd8ead7d9edf7ad315271
Author: Meg Ford <meg387 gmail com>
Date:   Sat Feb 15 17:44:57 2014 -0600

    application.css: make the list button color white when the window is unfocused

 data/application.css |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/data/application.css b/data/application.css
index c48c23b..c8ff35e 100644
--- a/data/application.css
+++ b/data/application.css
@@ -1,7 +1,8 @@
 .view .button {
-  background-color: shade(@theme_selected_bg_color, 1.3);
+  background-color: shade(@theme_selected_bg_color, 1.1);
   background-image: none;
-  border: none; 
+  border: none;
+  color: rgba(255,255,255,0.45);
   border-radius: 0px; 
   margin: 0; 
 }
@@ -32,7 +33,7 @@
 .view .toolbarSecond:hover {
   border-right: rgba(255,255,255,0.45) 1px solid;
   transition: 200ms linear; 
-} 
+}
 
 .emptyGrid {
    background-color: @theme_bg_color;


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