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
522 B
35 lines
522 B
#main_window
|
|
{
|
|
background-image: url(:/icons/dark_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);
|
|
}
|
|
|
|
#balance_label
|
|
{
|
|
color: white;
|
|
}
|
|
|
|
|