[gnome-todo] theme: make DnD icon more proeminent



commit be3ac427b5eee63b38eff7d9e21cf4171ab015c4
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Apr 20 11:59:45 2017 -0300

    theme: make DnD icon more proeminent
    
    This style change makes the DnD icon more proeminent
    by making it darker.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=773847

 data/theme/Adwaita.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/Adwaita.css b/data/theme/Adwaita.css
index ab8ea74..e9d7363 100644
--- a/data/theme/Adwaita.css
+++ b/data/theme/Adwaita.css
@@ -45,6 +45,10 @@ task-list-view.dark overlay image {
     color: #eeeeec;
 }
 
+task-list-view taskrow image {
+    color: #333333;
+}
+
 task-list-view.dark taskrow:hover {
     background-color: alpha(#393f3f, 0.4);
 }


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