mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Fix missing animation on bubbles content
This commit is contained in:
parent
ae25251b6e
commit
e4c2379d87
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue