Added back dark theme.

This commit is contained in:
Amir Taaki 2012-08-18 08:31:32 +01:00
parent 4d5615b8a8
commit fd2f5cfb73
1 changed files with 32 additions and 9 deletions

View File

@ -1,12 +1,35 @@
#send_button{
min-height: 23px;
padding: 2px;
}
#address_input, #amount_input
#main_window
{
padding: 5px;
width: 225px;
margin-top: 4px;
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);
}
#balance_label
{
color: white;
}