mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-24 04:20:46 +08:00
13 lines
249 B
Plaintext
13 lines
249 B
Plaintext
|
QToolButton {
|
||
|
border: 5px solid #9e9e9e;
|
||
|
background: #ffffff;
|
||
|
padding-top: 8px;
|
||
|
padding-bottom: 8px;
|
||
|
}
|
||
|
QToolButton[popupMode=InstantPopup] {
|
||
|
padding-right: 75px;
|
||
|
}
|
||
|
QToolButton::menu-indicator {
|
||
|
subcontrol-position: right;
|
||
|
};
|