fix case ops style toggle_bottom

parent 49089282
...@@ -119,6 +119,8 @@ a.toggle_bottom { ...@@ -119,6 +119,8 @@ a.toggle_bottom {
-webkit-transition: all 0.3s linear 0.1s; -webkit-transition: all 0.3s linear 0.1s;
-ms-transition: all 0.3s linear 0.1s; -ms-transition: all 0.3s linear 0.1s;
transition: all 0.3s linear 0.1s; transition: all 0.3s linear 0.1s;
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
} }
a.toggle_bottom:hover, a.toggle_bottom:active, a.toggle_bottom:focus { a.toggle_bottom:hover, a.toggle_bottom:active, a.toggle_bottom:focus {
color: #000; color: #000;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment