Skip to content

Commit 492c751

Browse files
committed
blockexplorer and multisend recolor
1 parent 902b139 commit 492c751

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/qt/blockexplorer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ void BlockExplorer::setBlock(CBlockIndex* pBlock)
548548

549549
void BlockExplorer::setContent(const std::string& Content)
550550
{
551-
QString CSS = "body {font-size:12px; color:#f8f6f6; bgcolor:#132232;}\n a, span { font-family: monospace; }\n span.addr {color:#005437; font-weight: bold;}\n table tr td {padding: 3px; border: 1px solid black; background-color: #132232;}\n td.d0 {font-weight: bold; color:#f8f6f6;}\n h2, h3 { white-space:nowrap; color:#FFFFFF;}\n a { color:#00d188; text-decoration:none; }\n a.nav {color:#49545e;}\n";
551+
QString CSS = "body {font-size:12px; color:#f8f6f6; bgcolor:#232828;}\n a, span { font-family: monospace; }\n span.addr {color:#232828; font-weight: bold;}\n table tr td {padding: 3px; border: 1px solid black; background-color: #232828;}\n td.d0 {font-weight: bold; color:#f8f6f6;}\n h2, h3 { white-space:nowrap; color:#333;}\n a { color:#fff; text-decoration:none; }\n a.nav {color:#49545e;}\n";
552552
QString FullContent = "<html><head><style type=\"text/css\">" + CSS + "</style></head>" + "<body>" + Content.c_str() + "</body></html>";
553553
// printf(FullContent.toUtf8());
554554

src/qt/res/css/default.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2007,7 +2007,7 @@ Potentially match Web Wallet styling in future
20072007
} */
20082008

20092009
#BlockExplorer, #BlockExplorer QScrollArea *, #BlockExplorer #content {
2010-
background-color: #132232;
2010+
background-color: #fff;
20112011
}
20122012

20132013
QAbstractScrollArea::corner {
@@ -2016,7 +2016,7 @@ QAbstractScrollArea::corner {
20162016

20172017
#MultiSendDialog #message, #MultisigDialog QScrollArea, #MultisigDialog #signButtonStatus, #MultisigDialog #createButtonStatus, #MultisigDialog #addMultisigStatus, #MultisigDialog #addAddressScrollArea {
20182018
border:0;
2019-
background-color: #132232;
2019+
background-color: #ffffff;
20202020
}
20212021

20222022
#txInputsScrollArea {

0 commit comments

Comments
 (0)