[gnome-todo/wip/gbsneto/subtasks: 25/37] theme: more adjustments to the dnd row



commit 97a6c2c676b4d34dee572ab1d74fe1e4e8469a74
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Fri Oct 14 11:52:44 2016 -0300

    theme: more adjustments to the dnd row

 data/theme/Adwaita.css |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/data/theme/Adwaita.css b/data/theme/Adwaita.css
index 2fad8ca..ab8ea74 100644
--- a/data/theme/Adwaita.css
+++ b/data/theme/Adwaita.css
@@ -104,8 +104,13 @@ taskrow.complete label {
 }
 
 /* dnd row */
+dndrow {
+    background-color: rgba(0, 0, 0, 0.1);
+    opacity: 0.5;
+}
+
 dndrow frame {
-    background: alpha(@theme_bg_color, 0.66);
+    background: rgba(0, 0, 0, 0.2);
     min-height: 32px;
 }
 


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