Gui: property-editor fix text not showing due to stylesheets

This commit is contained in:
Alfredo Monclus
2025-05-27 07:35:29 -06:00
committed by Kacper Donat
parent a46dfd3213
commit 1f4a9d883b
2 changed files with 4 additions and 10 deletions

View File

@@ -58,17 +58,14 @@ Gui--PropertyEditor--PropertyEditor QLineEdit:read-only,
Gui--PropertyEditor--PropertyEditor QLineEdit:disabled,
Gui--PropertyEditor--PropertyEditor QAbstractSpinBox:read-only,
Gui--PropertyEditor--PropertyEditor QAbstractSpinBox:disabled {
color: transparent;
border-color: transparent;
background-color: #444444;
selection-color: transparent;
selection-background-color: transparent;
border-radius: 2px;
}
Gui--PropertyEditor--PropertyEditor > QWidget > QWidget > QLabel,
Gui--PropertyEditor--PropertyEditor > QWidget > QWidget > QLabel:disabled {
color: transparent;
background-color: transparent;
border: none;
border-radius: 2px;
@@ -94,8 +91,8 @@ Gui--PropertyEditor--PropertyEditor > QWidget > QFrame:focus {
/* hack to hide weird redundant information inside cells with links and no editable data (but editable via "..." button) */
Gui--PropertyEditor--PropertyEditor > QWidget > QWidget > QLabel {
color: #ffffff;
background-color: #ACC8E5; /* same as focused background color */
color: #ffffff;
background-color: #ACC8E5; /* same as focused background color */
border-radius: 2px;
}

View File

@@ -58,17 +58,14 @@ Gui--PropertyEditor--PropertyEditor QLineEdit:read-only,
Gui--PropertyEditor--PropertyEditor QLineEdit:disabled,
Gui--PropertyEditor--PropertyEditor QAbstractSpinBox:read-only,
Gui--PropertyEditor--PropertyEditor QAbstractSpinBox:disabled {
color: transparent;
border-color: transparent;
background-color: #ababab;
selection-color: transparent;
selection-background-color: transparent;
border-radius: 2px;
}
Gui--PropertyEditor--PropertyEditor > QWidget > QWidget > QLabel,
Gui--PropertyEditor--PropertyEditor > QWidget > QWidget > QLabel:disabled {
color: transparent;
background-color: transparent;
border: none;
border-radius: 2px;
@@ -94,8 +91,8 @@ Gui--PropertyEditor--PropertyEditor > QWidget > QFrame:focus {
/* hack to hide weird redundant information inside cells with links and no editable data (but editable via "..." button) */
Gui--PropertyEditor--PropertyEditor > QWidget > QWidget > QLabel {
color: #000000;
background-color: #ACC8E5; /* same as focused background color */
color: #000000;
background-color: #ACC8E5; /* same as focused background color */
border-radius: 2px;
}