mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 17:55:20 +00:00
Tweaked style a bit
This commit is contained in:
parent
7dbad12743
commit
2d77c99920
1 changed files with 16 additions and 17 deletions
|
@ -13,7 +13,6 @@ MiniWindow QPushButton {
|
||||||
min-width: 30px;
|
min-width: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#send_button{
|
#send_button{
|
||||||
color: #E5F2FF;
|
color: #E5F2FF;
|
||||||
border: 1px solid #3786E6;
|
border: 1px solid #3786E6;
|
||||||
|
@ -38,32 +37,32 @@ MiniWindow QPushButton {
|
||||||
|
|
||||||
#address_input[readOnly=true], #amount_input[readOnly=true]
|
#address_input[readOnly=true], #amount_input[readOnly=true]
|
||||||
{
|
{
|
||||||
color: #ABABAB;
|
color: #CCC;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
border: 1px solid #AAA9A9;
|
border: 1px solid #AAA9A9;
|
||||||
width: 225px;
|
width: 225px;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
}
|
}
|
||||||
#address_input[readOnly=false], #amount_input[readOnly=false]
|
|
||||||
|
#address_input[isValid=true], #address_input[readOnly=false]
|
||||||
{
|
{
|
||||||
padding: 2px;
|
color: #4D9948;
|
||||||
border: 1px solid #AAA9A9;
|
padding: 5px;
|
||||||
font: normal;
|
|
||||||
color: #424242;
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
font-size: 95%;
|
border: 1px solid #AAA9A9;
|
||||||
width: 225px;
|
width: 225px;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
}
|
}
|
||||||
#address_input[isValid=true]
|
|
||||||
{
|
|
||||||
color: #4D9948
|
|
||||||
}
|
|
||||||
|
|
||||||
#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
|
#balance_label
|
||||||
|
|
Loading…
Add table
Reference in a new issue