mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Added small borders to some buttons to improve visibility
This commit is contained in:
parent
e82c88ecbd
commit
0705522cdb
@ -425,6 +425,7 @@ padding-right:10px;
|
||||
QDialog#SignVerifyMessageDialog QPushButton#clearButton_SM { /* Clear Button */
|
||||
background-color:transparent;
|
||||
color:#616161;
|
||||
border:1px solid #3398cc;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
}
|
||||
@ -442,6 +443,7 @@ padding-right:10px;
|
||||
QDialog#SignVerifyMessageDialog QPushButton#clearButton_VM { /* Verify Message - Clear Button */
|
||||
background-color:transparent;
|
||||
color:#616161;
|
||||
border:1px solid #3398cc;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
}
|
||||
@ -458,6 +460,7 @@ background-color:#F8F6F6;
|
||||
QWidget#AddressBookPage QPushButton#newAddress { /* New Address Button */
|
||||
background-color:transparent;
|
||||
color:#616161;
|
||||
border:1px solid #3398cc;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
}
|
||||
@ -466,6 +469,7 @@ QWidget#AddressBookPage QPushButton#copyAddress { /* Copy Address Button */
|
||||
/* qproperty-icon: url(":/icons/drkblue_editcopy"); */
|
||||
background-color:transparent;
|
||||
color:#616161;
|
||||
border:1px solid #3398cc;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
}
|
||||
@ -473,6 +477,7 @@ padding-right:10px;
|
||||
QWidget#AddressBookPage QPushButton#deleteAddress { /* Delete Address Button */
|
||||
background-color:transparent;
|
||||
color:#616161;
|
||||
border:1px solid #3398cc;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
}
|
||||
@ -496,7 +501,7 @@ min-height:33px; /* base width of 25px for QLineEdit, plus padding and border */
|
||||
|
||||
/* Options Dialog */
|
||||
QDialog#OptionsDialog {
|
||||
background-color:#F8F6F6;
|
||||
background-color: #F8F6F6;
|
||||
}
|
||||
|
||||
QDialog#OptionsDialog QValueComboBox, QDialog#OptionsDialog QSpinBox {
|
||||
@ -824,10 +829,9 @@ padding-bottom:6px;
|
||||
}
|
||||
|
||||
QWidget .QFrame#frameDarksend .QPushButton#darksendAuto { /* Try Mix Button */
|
||||
qproperty-geometry: rect(150 301 118 20);
|
||||
qproperty-geometry: rect(150 296 118 20);
|
||||
background-color:#F8F6F6;
|
||||
border:0px;
|
||||
border-right:1px solid #c1c1c1;
|
||||
border:1px solid #3398cc;
|
||||
color:#616161;
|
||||
min-height:20px;
|
||||
font-size:9px;
|
||||
@ -840,9 +844,9 @@ background-color:#f2f0f0;
|
||||
|
||||
|
||||
QWidget .QFrame#frameDarksend .QPushButton#darksendReset { /* Reset Button */
|
||||
qproperty-geometry: rect(268 301 117 20);
|
||||
qproperty-geometry: rect(268 296 117 20);
|
||||
background-color:#F8F6F6;
|
||||
border:0px;
|
||||
border:1px solid #3398cc;
|
||||
border-radius: 0px;
|
||||
color:#616161;
|
||||
min-height:20px;
|
||||
@ -936,6 +940,7 @@ padding-right:10px;
|
||||
QDialog#SendCoinsDialog .QPushButton#clearButton { /* Clear Button */
|
||||
background:transparent;
|
||||
color:#616161;
|
||||
border:1px solid #3398cc;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
}
|
||||
@ -947,6 +952,7 @@ color:#333;
|
||||
QDialog#SendCoinsDialog .QPushButton#addButton { /* Add Button */
|
||||
background:transparent;
|
||||
color:#616161;
|
||||
border:1px solid #3398cc;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
}
|
||||
@ -1220,6 +1226,7 @@ color:#333;
|
||||
QWidget#ReceiveCoinsDialog .QFrame#frame QPushButton#showRequestButton { /* Show Button */
|
||||
background-color:transparent;
|
||||
color:#616161;
|
||||
border:1px solid #3398cc;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
}
|
||||
@ -1231,6 +1238,7 @@ color:#333;
|
||||
QWidget#ReceiveCoinsDialog .QFrame#frame QPushButton#removeRequestButton { /* Remove Button */
|
||||
background-color:transparent;
|
||||
color:#616161;
|
||||
border:1px solid #3398cc;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user