mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 10:28:04 +00:00
fixed ie9 rotate issue with scroll-down arrow
This commit is contained in:
parent
8f9a185a80
commit
e559857b12
@ -513,6 +513,7 @@ margin on the iframe, cause it breaks stuff. */
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: rgba(255,255,255,0.7);
|
color: rgba(255,255,255,0.7);
|
||||||
-webkit-transform: rotate(-90deg);
|
-webkit-transform: rotate(-90deg);
|
||||||
|
-ms-transform: rotate(-90deg);
|
||||||
transform: rotate(-90deg);
|
transform: rotate(-90deg);
|
||||||
-webkit-animation: bounce 4s 2s infinite;
|
-webkit-animation: bounce 4s 2s infinite;
|
||||||
animation: bounce 4s 2s infinite;
|
animation: bounce 4s 2s infinite;
|
||||||
|
Loading…
Reference in New Issue
Block a user