mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-24 00:33:02 +03:00
SpinBox theme fixed
This commit is contained in:
parent
8061d162dc
commit
8d18a51c9d
@ -708,21 +708,20 @@ QAbstractSpinBox {
|
|||||||
background-color: #232629;
|
background-color: #232629;
|
||||||
color: #eff0f1;
|
color: #eff0f1;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
min-width: 75px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QAbstractSpinBox:up-button
|
QAbstractSpinBox:up-button
|
||||||
{
|
{
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
subcontrol-origin: border;
|
subcontrol-origin: border;
|
||||||
subcontrol-position: center right;
|
subcontrol-position: top right;
|
||||||
}
|
}
|
||||||
|
|
||||||
QAbstractSpinBox:down-button
|
QAbstractSpinBox:down-button
|
||||||
{
|
{
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
subcontrol-origin: border;
|
subcontrol-origin: border;
|
||||||
subcontrol-position: center left;
|
subcontrol-position: bottom right;
|
||||||
}
|
}
|
||||||
|
|
||||||
QAbstractSpinBox::up-arrow,QAbstractSpinBox::up-arrow:disabled,QAbstractSpinBox::up-arrow:off {
|
QAbstractSpinBox::up-arrow,QAbstractSpinBox::up-arrow:disabled,QAbstractSpinBox::up-arrow:off {
|
||||||
|
Loading…
Reference in New Issue
Block a user