Skip to content

Commit

Permalink
[QT] More Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Liquid369 committed Jul 5, 2019
1 parent a3c488b commit 04683cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/qt/res/css/default.css
Expand Up @@ -1591,6 +1591,7 @@ QDialog#SendCoinsDialog .QFrame#frameCoinControl .QLabel#labelCoinControlFeature


QDialog#SendCoinsDialog .QFrame#frameCoinControl .QWidget#widgetCoinControl { QDialog#SendCoinsDialog .QFrame#frameCoinControl .QWidget#widgetCoinControl {
/* Coin Control Inputs */ /* Coin Control Inputs */
background-color: #29333D;
} }


QDialog#SendCoinsDialog .QFrame#frameCoinControl .QWidget#widgetCoinControl>.QLabel { QDialog#SendCoinsDialog .QFrame#frameCoinControl .QWidget#widgetCoinControl>.QLabel {
Expand Down Expand Up @@ -1836,7 +1837,7 @@ QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::item {}


QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::item:selected { QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::item:selected {
/* Coin Control Item (selected) */ /* Coin Control Item (selected) */
background-color: #d6d6d6; background-color: #29333D;
color: #ffffff; color: #ffffff;
} }


Expand All @@ -1851,7 +1852,7 @@ QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::branch:selected {
background-image: url(':/images/qtreeview_selected'); background-image: url(':/images/qtreeview_selected');
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
background-color: #d6d6d6; background-color: #29333D;
color: #ffffff; color: #ffffff;
} }


Expand Down

0 comments on commit 04683cb

Please sign in to comment.