rename notsupport property editor css class
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<div class="umb-property-editor umb-property-editor-notsupported">
|
||||
<div class="umb-property-editor umb-property-editor--notsupported">
|
||||
<localize key="errors_errorPropertyEditorNotSupportedInElementTypes" tokens="[model.label, model.editor]"></localize>
|
||||
</div>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.umb-property-editor-notsupported {
|
||||
.umb-property-editor.umb-property-editor--notsupported {
|
||||
background-color: @red;
|
||||
color: white;
|
||||
padding: 5px 10px;
|
||||
|
||||
Reference in New Issue
Block a user