mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 02:35:38 +08:00
Ref T424, style sheet for disabled radio buttons
This commit is contained in:
@@ -497,6 +497,12 @@ QRadioButton::indicator:checked {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QRadioButton::disabled {
|
||||||
|
background: rgba(4, 105, 105, 105);
|
||||||
|
color: darkgray;
|
||||||
|
border: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
QScrollArea {
|
QScrollArea {
|
||||||
border: 1px solid green;
|
border: 1px solid green;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user