chg: [eventReport:markdownEditor] Improved layout for invalid MISP

Elements
pull/6412/head
mokaddem 2020-10-05 12:04:40 +02:00
parent 5ed16096a7
commit 40c733e41f
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@ span.misp-element-wrapper {
cursor: help;
}
.misp-element-wrapper.invalid > span {
margin: 0 3px;
}
.misp-element-wrapper.attribute .attr-type {
background-color: #f5f5f5 !important;
border-right: 1px solid #ddd !important;