Skip to content

Commit

Permalink
qt: Set background transparency for CoinControl item::hover
Browse files Browse the repository at this point in the history
  • Loading branch information
xdustinface committed Sep 12, 2020
1 parent 0c394e3 commit 142906d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/qt/res/css/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -1163,6 +1163,9 @@ QDialog#CoinControlDialog QHeaderView::section:first { /* Bug Fix: the number 1
QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::item {
min-height: 25px;
}
QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::item:hover {
background-color: #00000000;
}
QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::item:selected { /* Coin Control Item (selected) */
}
QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::item:checked { /* Coin Control Item (checked) */
Expand Down

0 comments on commit 142906d

Please sign in to comment.