diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css b/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css
index e92f306a2065c6d364275ead204a567c786ccffb..f26903c9c773d5e95ce9ae2dc5e3583066a6aa9f 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css
@@ -276,6 +276,10 @@ QComboBox[editable="true"]::down-arrow:on {
     left: 1px;
 }
 
+QComboBox::disabled {
+	color: gray;
+}
+
  QRadioButton {
     spacing: 5px;
 }