]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/events_js.tpl
frio - improve some hover effects to action link/buttons
[friendica.git] / view / theme / frio / templates / events_js.tpl
index cdf1636fe391a687e41b9116006acaf1838bd48d..31debbe310954ba4bf1b2a616ebba9bc851f0504 100644 (file)
@@ -4,8 +4,8 @@
 
        {{* The link to create a new event *}}
        <div class="pull-right" id="new-event-link">
-               <button type="button" class="btn-link" onclick="addToModal('{{$new_event.0}}')" title="{{$new_event.1}}" data-toggle="tooltip">
-                       <i class="faded-icon fa fa-plus"></i>
+               <button type="button" class="btn-link page-action faded-icon" onclick="addToModal('{{$new_event.0}}')" title="{{$new_event.1}}" data-toggle="tooltip">
+                       <i class="fa fa-plus"></i>
                </button>
        </div>