1 changed files with 30 additions and 7 deletions
@ -1,12 +1,35 @@
|
||||
#send_button{ |
||||
min-height: 23px; |
||||
padding: 2px; |
||||
#main_window |
||||
{ |
||||
background-image: url(background.png); |
||||
} |
||||
|
||||
#address_input[readOnly=true], #amount_input[readOnly=true] |
||||
{ |
||||
font: italic; |
||||
color: gray; |
||||
} |
||||
#address_input[readOnly=false], #amount_input[readOnly=false] |
||||
{ |
||||
font: normal; |
||||
color: black; |
||||
} |
||||
|
||||
#valid_address::indicator |
||||
{ |
||||
width: 24px; |
||||
height: 24px; |
||||
} |
||||
#valid_address::indicator:checked |
||||
{ |
||||
image: url(confirmed.png); |
||||
} |
||||
#valid_address::indicator:unchecked |
||||
{ |
||||
image: url(unconfirmed.png); |
||||
} |
||||
|
||||
#address_input, #amount_input |
||||
#balance_label |
||||
{ |
||||
padding: 5px; |
||||
width: 225px; |
||||
margin-top: 4px; |
||||
color: white; |
||||
} |
||||
|
||||
|
||||
Loading…
Reference in new issue