diff --git a/view/theme/frost/style.css b/view/theme/frost/style.css index 0912311dad..46eb650ec1 100644 --- a/view/theme/frost/style.css +++ b/view/theme/frost/style.css @@ -1391,6 +1391,17 @@ input#dfrn-url { cursor: pointer; } +.wall-item-tools a { + border-radius: 4px; + padding: 2px; + background-position: center; + background-size: initial !important; +} + +.wall-item-tools a.active { + background-color: rgba(59, 101, 164, 0.5); +} + .wall-item-share-buttons { margin-left: 10px; margin-right: 10px; @@ -3896,7 +3907,7 @@ aside input[type='text'] { .event-maybeattend-icon { background-image: url('images/event-maybeattend-16.png'); } .event-dontattend-icon { background-image: url('images/event-dontattend-16.png'); } -.filer-icon:hover { +.event-icon:hover { opacity: 1.0; } diff --git a/view/theme/frost/templates/wall_thread.tpl b/view/theme/frost/templates/wall_thread.tpl index ef18d479c6..498bab323f 100644 --- a/view/theme/frost/templates/wall_thread.tpl +++ b/view/theme/frost/templates/wall_thread.tpl @@ -18,7 +18,7 @@
{{$item.wall}}
{{/if}} -
@@ -35,7 +35,7 @@ {{**}}
{{if $item.lock}}{{**}}{{$item.lock}}{{**}} - {{else}}
{{/if}} + {{else}}
{{/if}}
{{$item.location}}
@@ -66,9 +66,9 @@
{{if $item.vote}}
- + {{if $item.vote.dislike}} - + {{/if}} {{if $item.vote.share}}{{/if}} @@ -80,7 +80,7 @@ {{if $item.edpost}} {{/if}} - + {{if $item.star}} {{/if}} @@ -89,12 +89,12 @@ {{/if}} {{if $item.filer}} - {{/if}} + {{/if}} {{if $item.isevent}} - - - + + + {{/if}} @@ -103,10 +103,10 @@ {{**}} {{if $item.drop.pagedrop}}{{/if}} {{**}} - - + +
-
+ {{**}} {{if $item.responses}} {{foreach $item.responses as $verb=>$response}}