mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Add a lower severity disclaimer for wallets in-between software wallets and web wallets.
Applies to hybrid wallet (blockchain.info) Applies to clients that are loading the block-chain using a centralized server (Electrum)
This commit is contained in:
parent
379cd59ea9
commit
d524755276
12 changed files with 370 additions and 1 deletions
19
css/ie.css
19
css/ie.css
|
@ -344,6 +344,25 @@ body{
|
|||
background-color:#b95357;
|
||||
border:1px solid #a04246;
|
||||
}
|
||||
.previewrow .walletinfo .b1{
|
||||
background-image:url(/img/bubblewarntop.png);
|
||||
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bubbleinfotop.png', sizingMethod='scale');
|
||||
}
|
||||
.previewrow .walletinfo .b2{
|
||||
background-image:url(/img/bubblewarnmiddle.png);
|
||||
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bubbleinfomiddle.png', sizingMethod='scale');
|
||||
}
|
||||
.previewrow .walletinfo .b3{
|
||||
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bubbleinfobottom.png', sizingMethod='scale');
|
||||
}
|
||||
.previewrow .walletinfo div p a,
|
||||
.previewrow .walletinfo div p a:visited,
|
||||
.previewrow .walletinfo div p a:link,
|
||||
.previewrow .walletinfo div p a:active{
|
||||
background-color:#ee9209;
|
||||
border:1px solid #d57700;
|
||||
|
||||
}
|
||||
|
||||
.press-volunteer div div{
|
||||
width: 400px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue