Fixed paths in stylesheet for resources.

This commit is contained in:
Amir Taaki 2012-07-05 17:44:58 +02:00
parent 8b11efb327
commit 743f846ae9
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#main_window
{
background-image: url(data/background.png);
background-image: url(background.png);
}
#address_input[readOnly=true], #amount_input[readOnly=true]
@ -21,11 +21,11 @@
}
#valid_address::indicator:checked
{
image: url(data/icons/confirmed.png);
image: url(icons/confirmed.png);
}
#valid_address::indicator:unchecked
{
image: url(data/icons/unconfirmed.png);
image: url(icons/unconfirmed.png);
}
#balance_label