13185-Change header and menu

This commit is contained in:
Pablo Aragon 2024-04-02 09:19:45 +02:00
parent 2be2bff6ae
commit 3914eb85a8
3 changed files with 11 additions and 12 deletions

View File

@ -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;

View File

@ -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;
}

View File

@ -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;
}