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,