You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
521 B
35 lines
521 B
#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(icons/confirmed.png); |
|
} |
|
#valid_address::indicator:unchecked |
|
{ |
|
image: url(icons/unconfirmed.png); |
|
} |
|
|
|
#balance_label |
|
{ |
|
color: white; |
|
} |
|
|
|
|