Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 6 additions & 13 deletions src/qt/res/css/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ QMainWindow,
QMessageBox
WalletFrame {
background-color:#f8f6f6;
border-top:0px solid #000;
margin:0;
padding:0;
}

QWidget { /* override text selection background color for all text widgets */
Expand Down Expand Up @@ -79,7 +82,9 @@ QComboBox,
QPlainTextEdit,
QLineEdit {
border:1px solid #b70000;
padding: 3px 5px 3px 5px;
background:#fcfcfc;
min-height:25px;
color:#818181;
}

Expand Down Expand Up @@ -667,7 +672,7 @@ QTextEdit {
QToolBar / QToolButton
******************************************************/

QToolBar {
QToolBar {
background-color: #212121;
}

Expand Down Expand Up @@ -825,14 +830,6 @@ EditAddressDialog

/***** No dark.css specific coloring here yet *****/

/******************************************************
GovernanceList
******************************************************/

GovernanceList QTableView {
color: #c7c7c7;
}

/******************************************************
HelpMessageDialog
******************************************************/
Expand Down Expand Up @@ -915,10 +912,6 @@ RPCConsole QTableView {
color: #c7c7c7;
}

RPCConsole QWidget#detailWidget {
background-color: #323233;
}

#rpcAutoCompleter {
background-color: #39393b;
border-color: #4a4a4b;
Expand Down