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.
36 lines
522 B
36 lines
522 B
13 years ago
|
#main_window
|
||
|
{
|
||
11 years ago
|
background-image: url(:/icons/dark_background.png);
|
||
13 years ago
|
}
|
||
|
|
||
|
#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);
|
||
13 years ago
|
}
|
||
|
|
||
13 years ago
|
#balance_label
|
||
13 years ago
|
{
|
||
13 years ago
|
color: white;
|
||
13 years ago
|
}
|
||
|
|