FSN#40666 dirty op lijsten juist weergeven + afmeldiconen via font awesome
svn path=/Website/branches/v2017.1/; revision=34009
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user