From 2d77c9992048e814d1309fcd7b80af7fcded1235 Mon Sep 17 00:00:00 2001 From: Maran Date: Tue, 31 Jul 2012 18:51:43 +0200 Subject: [PATCH] Tweaked style a bit --- data/style.css | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/data/style.css b/data/style.css index 2ce441dc7..1ed560823 100644 --- a/data/style.css +++ b/data/style.css @@ -13,7 +13,6 @@ MiniWindow QPushButton { min-width: 30px; } - #send_button{ color: #E5F2FF; border: 1px solid #3786E6; @@ -38,32 +37,32 @@ MiniWindow QPushButton { #address_input[readOnly=true], #amount_input[readOnly=true] { - color: #ABABAB; + color: #CCC; padding: 5px; border-radius: 4px; border: 1px solid #AAA9A9; width: 225px; margin-top: 4px; } -#address_input[readOnly=false], #amount_input[readOnly=false] -{ - padding: 2px; - border: 1px solid #AAA9A9; - font: normal; - color: #424242; - border-radius: 4px; - font-size: 95%; - width: 225px; - margin-top: 4px; -} -#address_input[isValid=true] + +#address_input[isValid=true], #address_input[readOnly=false] { - color: #4D9948 + color: #4D9948; + padding: 5px; + border-radius: 4px; + border: 1px solid #AAA9A9; + width: 225px; + margin-top: 4px; } -#address_input[isValid=false] +#address_input[isValid=false], #address_input[readOnly=false] { - color: #CE4141 + color: #CE4141; + padding: 5px; + border-radius: 4px; + border: 1px solid #AAA9A9; + width: 225px; + margin-top: 4px; } #balance_label