From f553019a404e2ad075e1cde7a99f4305dfb46d7c Mon Sep 17 00:00:00 2001 From: Jose Gonzalez Date: Sat, 11 Mar 2023 02:10:16 +0100 Subject: [PATCH] Minor fixes --- pandora_console/include/styles/pandora.css | 1 + pandora_console/include/styles/pandora_black.css | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 5a340c3218..f3a2e32799 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -11262,6 +11262,7 @@ span.subsection_header_title { span.subsection_header_title.secondary { height: 14px; + line-height: 14px; } .regular_font { diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index 9a0a6ac63e..94c87cd1fc 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -1111,6 +1111,7 @@ select, border: 1px solid #707070; background-color: #222 !important; color: #fff !important; + border-radius: 0; } .white_table_graph { @@ -1475,13 +1476,6 @@ span.select2-dropdown.select2-dropdown--below { z-index: 1200; } -div.fixed_filter_bar, -div.white_table_graph_header { - border-radius: 0; - border-left: 0px; - border-right: 0px; -} - div.white_table_graph { border-radius: 0; } @@ -1502,3 +1496,9 @@ table.filter-table-adv td > div label { #principal_action_buttons { background: #111111; } +div.fixed-bottom-box, +div.fixed-bottom-box + > div.fixed-bottom-box-head + > div.fixed-bottom-box-head-body { + background-color: #111111 !important; +}