#12666 fix events severity color for firefox

This commit is contained in:
Jonathan 2023-12-21 10:22:32 +01:00
parent ffec658ee8
commit d16f8e6893
1 changed files with 6 additions and 0 deletions

View File

@ -129,6 +129,12 @@ table#table_events > tbody > tr > td.column-estado {
padding: 0px !important;
text-align: center;
}
@-moz-document url-prefix() {
table#table_events > tbody > tr,
table#table_events > tbody > tr > td {
height: 100%;
}
}
.sorting_desc {
background: url(../../images/sort_down_green.png) no-repeat;
background-position-x: left;