From 3914eb85a80b30ce50a54f569b6cb15b7ef3e1de Mon Sep 17 00:00:00 2001 From: Pablo Aragon Date: Tue, 2 Apr 2024 09:19:45 +0200 Subject: [PATCH] 13185-Change header and menu --- .../include/styles/order_interpreter.css | 2 +- pandora_console/include/styles/pandora.css | 15 +++++++++------ pandora_console/include/styles/pandora_black.css | 6 +----- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/pandora_console/include/styles/order_interpreter.css b/pandora_console/include/styles/order_interpreter.css index 7285975a1d..91812ab226 100644 --- a/pandora_console/include/styles/order_interpreter.css +++ b/pandora_console/include/styles/order_interpreter.css @@ -9,7 +9,7 @@ div.show_result_interpreter { padding-top: 5px; padding-bottom: 5px; box-shadow: 0px 0px 15px -4px #dadada; - position: absolute; + position: fixed; z-index: 3; width: 300px; top: 48px; diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 3ea1101f6a..49e05eaf46 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -1984,23 +1984,26 @@ div.title_line { margin: -25px -25px 25px -25px; } -#menu_tab_frame_view::before { +#menu_full::before { content: ""; width: 16px; height: 16px; background-color: var(--secondary-color); position: absolute; - top: 0; - z-index: -1; + top: 60px; + right: -16px; + z-index: 0; } -#menu_tab_frame_view::after { + +#menu_full::after { content: ""; width: 16px; height: 16px; background-color: #f6f7fb; position: absolute; - top: 0; - z-index: -1; + top: 60px; + right: -16px; + z-index: 0; border-top-left-radius: 16px; } diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index 9bc9f85b50..bbed2e5188 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -75,10 +75,6 @@ table.agent_info_table tr { color: var(--text-color) !important; } -div#head { - border-bottom: 1px solid #1a1a1a; -} - .menu_full_classic #menu_tabs { height: 49px; border-bottom: 1px solid var(--border-color); @@ -1889,7 +1885,7 @@ a.link-bold { font-weight: bold; } -#menu_tab_frame_view::after, +#menu_full::after, .white_table_graph.fixed_filter_bar::before { background-color: #111; }