Reworked the logic for the send button, you can only press it when the amount and...
[electrum-nvc.git] / data / style.css
index c1fdb45..61a86e6 100644 (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]
 }
 #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