From 8f2472dcf8ce746ee3c439e2177757bf172bdae0 Mon Sep 17 00:00:00 2001 From: "tatiana.llorente@artica.es" Date: Tue, 9 Oct 2018 12:38:59 +0200 Subject: [PATCH] Added css rule for links in the th tables with databox class- #2890 --- pandora_console/include/styles/pandora.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index a09df577a1..dd7776e83e 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -1376,7 +1376,7 @@ table.databox { border: 0px none #E2E2E2; } -.databox>thead>tr>th, .databox>tbody>tr>th { +.databox>thead>tr>th, .databox>tbody>tr>th, .databox>thead>tr>th a { padding: 9px 7px; font-weight: normal; color: #fff;