From 065c12e652408ce084996b3b401428267facce8d Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 25 Sep 2016 09:49:54 -0400 Subject: [PATCH] Add active like style to duepuntozero - Update general wall_thread.tpl - Add specific styles for duepuntozero --- view/templates/wall_thread.tpl | 10 +++++----- view/theme/duepuntozero/style.css | 5 +++++ 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/view/templates/wall_thread.tpl b/view/templates/wall_thread.tpl index 335d54f416..f020d68df1 100644 --- a/view/templates/wall_thread.tpl +++ b/view/templates/wall_thread.tpl @@ -64,8 +64,8 @@
{{if $item.vote}} @@ -88,9 +88,9 @@ {{/if}} {{if $item.isevent }}
- - - + + +
{{/if}}
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 9732edb150..c1e8067443 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1154,6 +1154,11 @@ input#dfrn-url { margin-right: 10px; } +.wall-item-like-buttons > a.active, +.wall-item-attend-wrapper > a.active { + background-color: rgba(52, 101, 164, .5); +} + .editpost { margin-left: 10px; float: left;