summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-11-09 20:31:29 +0300
committerAndrew Dolgov <[email protected]>2014-11-09 20:31:29 +0300
commit0d41fd76d3be37903ee405e03cc7bd2e444c7e91 (patch)
treeaa108eaa2592f2672394fb283650104ebf23e8e2 /css
parentc92af7f57f83b15f95a5f80315b3df9637b44f82 (diff)
notify fixes
Diffstat (limited to 'css')
-rw-r--r--css/tt-rss.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index ca0284a66..48f02f924 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -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 {