1
0

Removed the valid icon and make the text green or red instead

This commit is contained in:
Maran
2012-07-31 18:13:37 +02:00
parent f4218d441e
commit 7682f00fb5
2 changed files with 16 additions and 20 deletions

View File

@@ -56,20 +56,14 @@ MiniWindow QPushButton {
width: 225px;
margin-top: 4px;
}
#address_input[isValid=true]
{
color: #4D9948
}
#valid_address::indicator
#address_input[isValid=false]
{
width: 24px;
height: 24px;
margin-top: 2px;
}
#valid_address::indicator:checked
{
image: url(icons/confirmed.png);
}
#valid_address::indicator:unchecked
{
image: url(icons/unconfirmed.png);
color: #CE4141
}
#balance_label