mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +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-top: 5px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
box-shadow: 0px 0px 15px -4px #dadada;
|
box-shadow: 0px 0px 15px -4px #dadada;
|
||||||
position: absolute;
|
position: fixed;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
top: 48px;
|
top: 48px;
|
||||||
|
@ -1984,23 +1984,26 @@ div.title_line {
|
|||||||
margin: -25px -25px 25px -25px;
|
margin: -25px -25px 25px -25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu_tab_frame_view::before {
|
#menu_full::before {
|
||||||
content: "";
|
content: "";
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
background-color: var(--secondary-color);
|
background-color: var(--secondary-color);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 60px;
|
||||||
z-index: -1;
|
right: -16px;
|
||||||
|
z-index: 0;
|
||||||
}
|
}
|
||||||
#menu_tab_frame_view::after {
|
|
||||||
|
#menu_full::after {
|
||||||
content: "";
|
content: "";
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
background-color: #f6f7fb;
|
background-color: #f6f7fb;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 60px;
|
||||||
z-index: -1;
|
right: -16px;
|
||||||
|
z-index: 0;
|
||||||
border-top-left-radius: 16px;
|
border-top-left-radius: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -75,10 +75,6 @@ table.agent_info_table tr {
|
|||||||
color: var(--text-color) !important;
|
color: var(--text-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#head {
|
|
||||||
border-bottom: 1px solid #1a1a1a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu_full_classic #menu_tabs {
|
.menu_full_classic #menu_tabs {
|
||||||
height: 49px;
|
height: 49px;
|
||||||
border-bottom: 1px solid var(--border-color);
|
border-bottom: 1px solid var(--border-color);
|
||||||
@ -1889,7 +1885,7 @@ a.link-bold {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu_tab_frame_view::after,
|
#menu_full::after,
|
||||||
.white_table_graph.fixed_filter_bar::before {
|
.white_table_graph.fixed_filter_bar::before {
|
||||||
background-color: #111;
|
background-color: #111;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user