mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +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 {
|
||||
border: 1px solid green;
|
||||
border-radius: 5px;
|
||||
|
||||
Reference in New Issue
Block a user