mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Ref T215, make read only fields obvious
This commit is contained in:
@@ -289,7 +289,8 @@ QLineEdit {
|
||||
}
|
||||
|
||||
QLineEdit[readOnly="true"] {
|
||||
background: transparent;
|
||||
background: rgba(40,40,40);
|
||||
border: 1px solid rgba(50,50,50);
|
||||
}
|
||||
|
||||
QCheckBox {
|
||||
|
||||
Reference in New Issue
Block a user