Add in trash icon & apply correct color from variables
This commit is contained in:
@@ -92,8 +92,8 @@
|
||||
}
|
||||
|
||||
.umb-editor--trashed-message {
|
||||
background:#f5c1bc;
|
||||
color:#1b264f;
|
||||
background:@errorBackground;
|
||||
color:@errorText;
|
||||
padding:10px;
|
||||
margin-bottom:20px;
|
||||
}
|
||||
@@ -30,6 +30,7 @@
|
||||
|
||||
<!-- Deleted Context Message Bar (Displayed when viewing node in recycle bin) -->
|
||||
<div ng-show="vm.content.trashed" class="umb-editor--trashed-message">
|
||||
<i class="icon icon-trash"></i>
|
||||
You are trash
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user