]> git.mxchange.org Git - friendica.git/commitdiff
frio: give the contact actions a little transition effect
authorrabuzarus <>
Sun, 5 Jun 2016 07:56:53 +0000 (09:56 +0200)
committerrabuzarus <>
Sun, 5 Jun 2016 07:56:53 +0000 (09:56 +0200)
view/theme/frio/css/style.css

index a874ce6ae67dfb2c0ed70fa0914c56da4d47b3d7..07e680df92f5d17da6b9eda66497021720ebad18 100644 (file)
@@ -1716,6 +1716,11 @@ ul.viewcontact_wrapper > li {
 }
 .contact-wrapper a.contact-action-link {
     opacity: 0.1;
+    -webkit-transition: all 0.25s ease-in-out;
+    -moz-transition: all 0.25s ease-in-out;
+    -o-transition: all 0.25s ease-in-out;
+    -ms-transition: all 0.25s ease-in-out;
+    transition: all 0.25s ease-in-out;
 }
 .contact-wrapper a.contact-action-link,
 .contact-wrapper a.contact-action-link:hover,
@@ -1726,6 +1731,11 @@ ul.viewcontact_wrapper > li {
 }
 ul li:hover .contact-wrapper a.contact-action-link {
     opacity: 0.8;
+    -webkit-transition: all 0.25s ease-in-out;
+    -moz-transition: all 0.25s ease-in-out;
+    -o-transition: all 0.25s ease-in-out;
+    -ms-transition: all 0.25s ease-in-out;
+    transition: all 0.25s ease-in-out;
 }
 ul li:hover .contact-wrapper a.contact-action-link:hover {
     opacity: 1;