Skip to content

Commit 2056571

Browse files
authored
Fix frameFeeSelection CSS
1 parent 97f8883 commit 2056571

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/qt/res/css/drk.css

+15
Original file line numberDiff line numberDiff line change
@@ -1241,6 +1241,21 @@ background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6,
12411241
border:1px solid #d2d2d2;
12421242
}
12431243

1244+
QDialog#SendCoinsDialog .QFrame#frameFee .QFrame#frameFeeSelection .QRadioButton#radioSmartFee {
1245+
color:#818181;
1246+
background-color:transparent;
1247+
}
1248+
1249+
QDialog#SendCoinsDialog .QFrame#frameFee .QFrame#frameFeeSelection .QRadioButton#radioCustomFee {
1250+
color:#818181;
1251+
background-color:transparent;
1252+
}
1253+
1254+
QDialog#SendCoinsDialog .QFrame#frameFee .QFrame#frameFeeSelection .QRadioButton#radioCustomPerKilobyte {
1255+
color:#818181;
1256+
background-color:transparent;
1257+
}
1258+
12441259
QDialog#SendCoinsDialog .QCheckBox#checkUsePrivateSend { /* PrivateSend Checkbox */
12451260
color:#FFFFFF;
12461261
background: #000000;

0 commit comments

Comments
 (0)