mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
13185-Change header and menu
This commit is contained in:
parent
2be2bff6ae
commit
3914eb85a8
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user