From: Amir Taaki Date: Thu, 5 Jul 2012 15:44:58 +0000 (+0200) Subject: Fixed paths in stylesheet for resources. X-Git-Url: https://git.novaco.in/?p=electrum-nvc.git;a=commitdiff_plain;h=743f846ae9a3cea3e160261fb5f2b5bc9bc17309 Fixed paths in stylesheet for resources. --- diff --git a/data/style.css b/data/style.css index c1fdb45..61a86e6 100644 --- a/data/style.css +++ b/data/style.css @@ -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