mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
Cleaned up the layout a bit more
This commit is contained in:
parent
56bb63ab92
commit
9619cef342
1 changed files with 7 additions and 4 deletions
|
@ -3,13 +3,13 @@
|
||||||
background: qlineargradient(x1: 0, y1: 0, x2:0,y2:1, stop: 0 white , stop: 1 #E8E8E8);
|
background: qlineargradient(x1: 0, y1: 0, x2:0,y2:1, stop: 0 white , stop: 1 #E8E8E8);
|
||||||
}
|
}
|
||||||
|
|
||||||
QPushButton {
|
MiniWindow QPushButton {
|
||||||
color: #777;
|
color: #777;
|
||||||
border: 1px solid #CCC;
|
border: 1px solid #CCC;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||||
stop: 0 white, stop: 1 #E6E6E6);
|
stop: 0 white, stop: 1 #E6E6E6);
|
||||||
min-height: 20px;
|
min-height: 25px;
|
||||||
min-width: 30px;
|
min-width: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -21,7 +21,8 @@ QPushButton {
|
||||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||||
stop: 0 #72B2F8, stop: 1 #3484E6);
|
stop: 0 #72B2F8, stop: 1 #3484E6);
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
min-height: 20px;
|
min-height: 23px;
|
||||||
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#address_input[readOnly=true], #amount_input[readOnly=true]
|
#address_input[readOnly=true], #amount_input[readOnly=true]
|
||||||
|
@ -31,6 +32,7 @@ QPushButton {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
border: 1px solid #AAA9A9;
|
border: 1px solid #AAA9A9;
|
||||||
width: 225px;
|
width: 225px;
|
||||||
|
margin-top: 4px;
|
||||||
}
|
}
|
||||||
#address_input[readOnly=false], #amount_input[readOnly=false]
|
#address_input[readOnly=false], #amount_input[readOnly=false]
|
||||||
{
|
{
|
||||||
|
@ -41,12 +43,14 @@ QPushButton {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
font-size: 95%;
|
font-size: 95%;
|
||||||
width: 225px;
|
width: 225px;
|
||||||
|
margin-top: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#valid_address::indicator
|
#valid_address::indicator
|
||||||
{
|
{
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
#valid_address::indicator:checked
|
#valid_address::indicator:checked
|
||||||
{
|
{
|
||||||
|
@ -61,4 +65,3 @@ QPushButton {
|
||||||
{
|
{
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue