]> git.mxchange.org Git - friendica.git/commitdiff
Vier: The change from blue to black in links is now faded as well.
authorMichael Vogel <icarus@dabo.de>
Thu, 7 Mar 2013 18:34:54 +0000 (19:34 +0100)
committerMichael Vogel <icarus@dabo.de>
Thu, 7 Mar 2013 18:34:54 +0000 (19:34 +0100)
include/enotify.php
view/theme/vier/style.css

index 928d2b4b484c2b818618e6b600b271ec6a4f3d1e..f294a4fc771746c033c07e4a86b89473a1d23f3f 100644 (file)
@@ -214,11 +214,10 @@ function notification($params) {
        }
 
        if($params['type'] == NOTIFY_CONFIRM) {
-
        }
 
        if($params['type'] == NOTIFY_SYSTEM) {
-               
+
        }
 
        $h = array(
index fe9ec459ccce27a7109c46878e6504ca5a18f220..1595499ee01f73383feab23e1421cb5d58c04ac4 100644 (file)
@@ -240,6 +240,11 @@ div.pager {
 
 .shared_header a {
   color: black;
+  -webkit-transition: all 0.2s ease-in-out;
+  -moz-transition: all 0.2s ease-in-out;
+  -o-transition: all 0.2s ease-in-out;
+  -ms-transition: all 0.2s ease-in-out;
+  transition: all 0.2s ease-in-out;
 }
 
 .shared_header a:hover {
@@ -1210,6 +1215,11 @@ border-bottom: 1px solid #D2D2D2;
 .wall-item-container .wall-item-name {
   color: black;
   font-weight: bold;
+  -webkit-transition: all 0.2s ease-in-out;
+  -moz-transition: all 0.2s ease-in-out;
+  -o-transition: all 0.2s ease-in-out;
+  -ms-transition: all 0.2s ease-in-out;
+  transition: all 0.2s ease-in-out;
 }
 
 .toplevel_item:hover .wall-item-name,
@@ -1227,6 +1237,11 @@ border-bottom: 1px solid #D2D2D2;
 .toplevel_item .fakelink,
 .wall-item-container .fakelink {
   color: black;
+  -webkit-transition: all 0.2s ease-in-out;
+  -moz-transition: all 0.2s ease-in-out;
+  -o-transition: all 0.2s ease-in-out;
+  -ms-transition: all 0.2s ease-in-out;
+  transition: all 0.2s ease-in-out;
   /* color: darkblue; */
   /* color: #3E3E8C; */
 }