From d16f8e689381d63e7853393c377013aa666c42e0 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Thu, 21 Dec 2023 10:22:32 +0100 Subject: [PATCH] #12666 fix events severity color for firefox --- pandora_console/include/styles/events.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pandora_console/include/styles/events.css b/pandora_console/include/styles/events.css index 8bcdd7187f..86d2b05f7b 100644 --- a/pandora_console/include/styles/events.css +++ b/pandora_console/include/styles/events.css @@ -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;