Further tweaks to the layout
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user