]> git.wh0rd.org - tt-rss.git/blobdiff - css/tt-rss.css
notify fixes
[tt-rss.git] / css / tt-rss.css
index ca0284a662f5dcc4ca7d28ea99585139a67d12f0..48f02f924df8fc9d0961500750d9d0aba241046f 100644 (file)
@@ -148,11 +148,6 @@ a:hover {
        -webkit-transform: translate(0, -35px);
    -o-transform: translate(0, -35px);
    -moz-transform: translate(0, -35px);
-
-       transition: all 0.5s ease-in-out;
-       -webkit-transition: all 0.5s ease-in-out;
-   -moz-transition: all 0.5s ease-in-out;
-   -o-transition: all 0.5s ease-in-out;
 }
 
 #notify {
@@ -167,6 +162,11 @@ a:hover {
        z-index : 99;
        padding : 5px;
        box-shadow : 0px -2px 2px rgba(0,0,0,0.1);
+
+       transition: all 0.5s ease-in-out;
+       -webkit-transition: all 0.5s ease-in-out;
+   -moz-transition: all 0.5s ease-in-out;
+   -o-transition: all 0.5s ease-in-out;
 }
 
 #notify img {