mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
set warning bubble before showing online wallets
remove my wallet from the top of the "choose your wallet" page. remove all target="_blank", let the user choose if he wants to open pages in new tabs
This commit is contained in:
parent
c11f93d990
commit
0cb9ba43f5
28 changed files with 212 additions and 97 deletions
|
@ -402,6 +402,11 @@ height:280px;
|
|||
.previewrow>span{
|
||||
display:inline-block;
|
||||
position:relative;
|
||||
margin-right:22px;
|
||||
margin-bottom:22px;
|
||||
}
|
||||
.previewrow>span.lastspan{
|
||||
margin-right:0px;
|
||||
}
|
||||
.previewrow>span>span>div{
|
||||
position:absolute;
|
||||
|
@ -422,6 +427,16 @@ font-weight:bold;
|
|||
text-decoration:none;
|
||||
font-size:20px;
|
||||
}
|
||||
.previewrow .walletwarning a,.previewrow .walletwarning a:link,.previewrow .walletwarning a:visited,.previewrow .walletwarning a:active{
|
||||
color:#b95357;
|
||||
}
|
||||
.previewrow .walletwarning{
|
||||
background:url(/img/bubblewarn.svg) bottom center no-repeat;
|
||||
}
|
||||
.previewrow .walletnormal{
|
||||
background:url(/img/bubble.svg) bottom center no-repeat;
|
||||
}
|
||||
|
||||
|
||||
.alert-message{
|
||||
background-color:#fff;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue