X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=view%2Ftheme%2Ffrost%2Fstyle.css;h=46eb650ec1db93278ff68c9b1955acd2f18cf26c;hb=c0df692f5fc4eaadb322614069b2c7ed40453fa1;hp=0912311dad201961589604a8f2ef8c04d2686b3b;hpb=7886de5c393591eaf4e05f2a496a4f40060cb262;p=friendica.git 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; }