FSN#40666 dirty op lijsten juist weergeven + afmeldiconen via font awesome

svn path=/Website/branches/v2017.1/; revision=34009
This commit is contained in:
Ruud Lipper
2017-05-26 12:54:08 +00:00
parent 230b9b841e
commit 59b4c252e2
4 changed files with 21 additions and 11 deletions

View File

@@ -3738,7 +3738,24 @@ input#materiallist_button::-ms-clear, input.suggestBusy::-ms-clear, input.fldfle
}
div.fatal {
padding: 5px;
}
}
tr.res_fatal td { background-color: #F88 !important; }
tr.res_fatal td:before {
content: "\f00d";
font-family: FontAwesome;
color: rgba(183, 59, 46, 1);
font-size: 1.2em;
white-space: nowrap;
padding: 2px;
}
/* geen kruizen in de multiselect/hamburger kolom ivm uitlijning */
tr.res_fatal td.multiselect:before, tr.res_fatal td.hambCont:before, tr.res_fatal td.inlinedetails:before {
content: none;
}
.warning {
background-color: orange;
color: black;