1
0

Further tweaks to the layout

This commit is contained in:
Maran
2012-07-31 21:38:34 +02:00
parent 2c5445e19f
commit 57cc413edc
2 changed files with 41 additions and 61 deletions

View File

@@ -35,9 +35,9 @@ MiniWindow QPushButton {
padding: 2px;
}
#address_input[readOnly=true], #amount_input[readOnly=true]
#address_input, #amount_input
{
color: #CCC;
color: #000;
padding: 5px;
border-radius: 4px;
border: 1px solid #AAA9A9;
@@ -45,7 +45,7 @@ MiniWindow QPushButton {
margin-top: 4px;
}
#address_input[isValid=true], #address_input[readOnly=false]
#address_input[isValid=true]
{
color: #4D9948;
padding: 5px;
@@ -55,7 +55,7 @@ MiniWindow QPushButton {
margin-top: 4px;
}
#address_input[isValid=false], #address_input[readOnly=false]
#address_input[isValid=false]
{
color: #CE4141;
padding: 5px;
@@ -65,6 +65,15 @@ MiniWindow QPushButton {
margin-top: 4px;
}
#address_input[isValid=placeholder]
{
color: blue;
padding: 5px;
border-radius: 4px;
border: 1px solid #AAA9A9;
width: 225px;
margin-top: 4px;
}
#balance_label
{
color: #333;