Add 'type already registered' check in palette editor

This commit is contained in:
Nick O'Leary
2018-11-13 22:36:56 +00:00
parent 7515b745b5
commit e4f67df2a1
3 changed files with 66 additions and 25 deletions

View File

@@ -159,3 +159,8 @@
border-color: #666 !important;
}
}
.red-ui-popover code {
border: none;
background: none;
color: #ccc;
}