Ref T215, make read only fields obvious

This commit is contained in:
Klaus Basan
2018-01-04 19:12:21 +01:00
parent fd500cee35
commit ccd3dd5bb5

View File

@@ -289,7 +289,8 @@ QLineEdit {
}
QLineEdit[readOnly="true"] {
background: transparent;
background: rgba(40,40,40);
border: 1px solid rgba(50,50,50);
}
QCheckBox {