From 8a4ce0d5334032895fff9760b936df752f9a7187 Mon Sep 17 00:00:00 2001 From: Jorge Rincon Date: Mon, 15 Apr 2024 11:32:31 +0200 Subject: [PATCH] #13365 Fixed the hover style for the dark theme in the Dashboard of type List of latest events --- pandora_console/include/styles/pandora.css | 1 + pandora_console/include/styles/pandora_black.css | 2 +- pandora_console/include/styles/tables.css | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 3319dc0f80..89af4d33ca 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -10946,6 +10946,7 @@ button.submitButton.link { box-shadow: none; justify-content: flex-start; height: 24px; + padding: 1px; } button.buttonButton.link > div, diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index 90d3e23ba8..8d0cba4ca7 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -1263,7 +1263,7 @@ a.pandora_pagination, } a.pandora_pagination { - background-color: #111; + background-color: #111 !important; } a.pandora_pagination:hover { diff --git a/pandora_console/include/styles/tables.css b/pandora_console/include/styles/tables.css index c0be0717ff..7b3cafbb6e 100644 --- a/pandora_console/include/styles/tables.css +++ b/pandora_console/include/styles/tables.css @@ -248,7 +248,7 @@ .info_table > tbody > tr:hover { /* This !important is necessary to overwrite the white background of tables with less than 5 rows. */ /*background-color: #eee !important;*/ - background-color: #d9efee !important; + background-color: #d9efee; } .info_table > tbody > tr:hover .table_action_buttons > a,