From c45e95b395a94dece395434478dd0726060d7643 Mon Sep 17 00:00:00 2001 From: Pablo Aragon Date: Fri, 5 Apr 2024 11:50:01 +0200 Subject: [PATCH] 13338-Add border in modal tabs --- pandora_console/include/styles/pandora.css | 11 +++++++---- pandora_console/include/styles/pandora_black.css | 6 +++++- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 9a39b63681..f08c498008 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -5638,7 +5638,11 @@ input:checked + .p-slider:before { #file_table_modal { display: flex; - margin-bottom: 40px; + margin-bottom: 20px; + margin-left: -12px; + margin-right: -12px; + border-bottom: 1px solid; + border-color: var(--border-color); } #file_table_modal .create_folder, @@ -5648,7 +5652,6 @@ input:checked + .p-slider:before { border-top-left-radius: 4px; border-top-right-radius: 4px; margin-right: 2px; - background-color: #e6e6e6; } .file_table_buttons a:last-child img, @@ -5710,8 +5713,8 @@ input:checked + .p-slider:before { } .file_table_modal_active { - background-color: #fff; - border: 1px solid #e6e6e6; + background-color: #e6e6e6; + border: 1px solid var(--border-color); border-bottom: none; } diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index 93e667a51f..50b724a885 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -926,8 +926,12 @@ input:disabled { border-top-left-radius: 4px; border-top-right-radius: 4px; margin-right: 2px; - background-color: #222 !important; } + +.file_table_modal_active { + background-color: #333; +} + div.criticity { width: 150px; height: 2em;