rename notsupport property editor css class

This commit is contained in:
Niels Lyngsø
2020-04-01 15:34:50 +02:00
parent 9bdb0cb1b8
commit c04a68730d
2 changed files with 2 additions and 2 deletions
@@ -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;