[gnome-todo] theme: Add 2px border-radius to row entries



commit 827c23f9baf90a7ba7cb5d593e2e5406981971b0
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Mon Oct 30 22:43:30 2017 -0200

    theme: Add 2px border-radius to row entries

 data/theme/Adwaita.css | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/data/theme/Adwaita.css b/data/theme/Adwaita.css
index 5b658e6..b2b0989 100644
--- a/data/theme/Adwaita.css
+++ b/data/theme/Adwaita.css
@@ -70,6 +70,7 @@ taskrow:dir(rtl):not(.new-task-row) { padding-right: 6px; }
 taskrow entry {
     padding: 6px;
     border: none;
+    border-radius: 2px;
 }
 
 taskrow.priority-low:dir(ltr)    { border-left:  solid 6px #3465a4; padding-left:  0; }


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