[gnome-todo] theme: fix white rows
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-todo] theme: fix white rows
- Date: Sat, 29 Aug 2015 01:58:44 +0000 (UTC)
commit 33e5783bf43b0e2faf77fe738e02a941b0577cf4
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Fri Aug 28 22:58:26 2015 -0300
theme: fix white rows
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 411f81a..e62c68c 100644
--- a/data/theme/Adwaita.css
+++ b/data/theme/Adwaita.css
@@ -56,6 +56,10 @@ GtkLabel.main-title {
}
/* priority icons */
+GtdTaskRow {
+ background-color: @transparent;
+}
+
GtdTaskRow.priority-low {
background-color: alpha(#3465a4, 0.2);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]