[gnome-todo] theme: Fix CSS
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-todo] theme: Fix CSS
- Date: Thu, 6 Jun 2019 02:20:52 +0000 (UTC)
commit afa821e29590428990b7fb43cd717fe618e4f4a8
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Wed May 15 18:02:04 2019 -0300
theme: Fix CSS
src/theme/Adwaita.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/theme/Adwaita.css b/src/theme/Adwaita.css
index 0b2d8de..410744c 100644
--- a/src/theme/Adwaita.css
+++ b/src/theme/Adwaita.css
@@ -4,7 +4,7 @@
row.thumbnail {
border: solid 1px @borders;
- box-shadow: 0px 0px 3px alpha(@borders, 0.8);;
+ box-shadow: 0px 0px 3px alpha(@borders, 0.8);
border-radius: 16px;
}
@@ -95,7 +95,7 @@ newtaskrow entry { padding: 0 16px 0 14px; }
/* extension list */
list.extension-list row {
- border-bottom: solid 1px @borders
+ border-bottom: solid 1px @borders;
}
/* circle button */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]