Browse Source

Added back dark theme.

283
Amir Taaki 13 years ago
parent
commit
fd2f5cfb73
  1. 37
      data/dark/style.css

37
data/dark/style.css

@ -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…
Cancel
Save