1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-03 08:29:14 +00:00

notify fixes

This commit is contained in:
Andrew Dolgov
2014-11-09 20:31:29 +03:00
parent c92af7f57f
commit 0d41fd76d3
2 changed files with 24 additions and 15 deletions

View 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 {