From 9bc21ac39d54e3d8d695f5a1a89e4f92e81f18ff Mon Sep 17 00:00:00 2001 From: wagerr-builder <104495875+wagerr-builder@users.noreply.github.com> Date: Sat, 4 Feb 2023 13:29:42 +0000 Subject: [PATCH] Change dark.css to show peers correctly --- src/qt/res/css/dark.css | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/src/qt/res/css/dark.css b/src/qt/res/css/dark.css index c41cc6f6443a5..8656713cc712d 100644 --- a/src/qt/res/css/dark.css +++ b/src/qt/res/css/dark.css @@ -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 */ @@ -79,7 +82,9 @@ QComboBox, QPlainTextEdit, QLineEdit { border:1px solid #b70000; + padding: 3px 5px 3px 5px; background:#fcfcfc; + min-height:25px; color:#818181; } @@ -667,7 +672,7 @@ QTextEdit { QToolBar / QToolButton ******************************************************/ - QToolBar { +QToolBar { background-color: #212121; } @@ -825,14 +830,6 @@ EditAddressDialog /***** No dark.css specific coloring here yet *****/ -/****************************************************** -GovernanceList -******************************************************/ - -GovernanceList QTableView { - color: #c7c7c7; -} - /****************************************************** HelpMessageDialog ******************************************************/ @@ -915,10 +912,6 @@ RPCConsole QTableView { color: #c7c7c7; } -RPCConsole QWidget#detailWidget { - background-color: #323233; -} - #rpcAutoCompleter { background-color: #39393b; border-color: #4a4a4b;