mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#12666 fix events severity color for firefox
This commit is contained in:
parent
ffec658ee8
commit
d16f8e6893
@ -129,6 +129,12 @@ table#table_events > tbody > tr > td.column-estado {
|
|||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
@-moz-document url-prefix() {
|
||||||
|
table#table_events > tbody > tr,
|
||||||
|
table#table_events > tbody > tr > td {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
.sorting_desc {
|
.sorting_desc {
|
||||||
background: url(../../images/sort_down_green.png) no-repeat;
|
background: url(../../images/sort_down_green.png) no-repeat;
|
||||||
background-position-x: left;
|
background-position-x: left;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user