diff --git a/_less/screen.less b/_less/screen.less index 6f46c45e..4d6a1323 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -1317,14 +1317,14 @@ table td,table th{ top:-352px; left:-20px; right:-20px; + -moz-transition:opacity 400ms ease-out; + -webkit-transition:opacity 400ms ease-out; + transition:opacity 400ms ease-out; } .wallets>div>span{ z-index:100; border:solid 2px #2c6faf; background-color:#f1f8fb; - -moz-transition:opacity 400ms ease-out; - -webkit-transition:opacity 400ms ease-out; - transition:opacity 400ms ease-out; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;