Amir Taaki
13 years ago
1 changed files with 30 additions and 7 deletions
@ -1,12 +1,35 @@ |
|||||
#send_button{ |
#main_window |
||||
min-height: 23px; |
{ |
||||
padding: 2px; |
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; |
color: white; |
||||
width: 225px; |
|
||||
margin-top: 4px; |
|
||||
} |
} |
||||
|
|
||||
|
Loading…
Reference in new issue