1
0

Reworked the logic for the send button, you can only press it when the amount and a valid address is given

This commit is contained in:
Maran
2012-07-24 14:58:10 +02:00
parent 9619cef342
commit 7ba5f07629
2 changed files with 26 additions and 4 deletions

View File

@@ -25,6 +25,17 @@ MiniWindow QPushButton {
padding: 2px;
}
#send_button:disabled{
color: #D3E8FE;
border: 1px solid #6DAEF7;
border-radius: 4px;
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #A5CFFA, stop: 1 #72B2F8);
min-width: 80px;
min-height: 23px;
padding: 2px;
}
#address_input[readOnly=true], #amount_input[readOnly=true]
{
color: #ABABAB;