WIP cleanup css --removed some no longer used css

This commit is contained in:
milan 2024-12-11 20:11:11 +01:00
parent 7f2653c007
commit ab16fd77c6
6 changed files with 7 additions and 190 deletions

View File

@ -3060,12 +3060,6 @@ select:focus,
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}
:hover {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
p {
font-size: 1em;
}
@ -4614,8 +4608,6 @@ body.scrollVertical {
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header:hover:not(.egw_fw_ui_tab_header_active) {
background-color: rgba(153, 204, 255, 0.4);
padding-bottom: 0px;
border-top: 7px solid transparent;
transition: none;
width: -webkit-fill-available;
width: -moz-available;
@ -4631,22 +4623,6 @@ body.scrollVertical {
margin: 0 15px 2px 2px;
vertical-align: text-top;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header img.egw_fw_ui_tab_icon {
display: inline-block;
width: 16px;
height: 16px;
margin: 5px 1px 0 1em;
/*filter grey*/
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(100%) brightness(100%) contrast(1%) saturate(0%);
-moz-filter: grayscale(100%) brightness(100%) contrast(1%) saturate(0%);
-ms-filter: grayscale(100%) brightness(100%) contrast(1%) saturate(0%);
-o-filter: grayscale(100%) brightness(100%) contrast(1%) saturate(0%);
filter: grayscale(100%) brightness(100%) contrast(1%) saturate(0%);
/*filter: url(grayscale.svg); Firefox 4+ */
filter: gray;
/* IE 6-9 */
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active {
border-left: 1px solid #bfc0bf;
border-right: 1px solid #bfc0bf;
@ -6900,9 +6876,7 @@ table.egwGridView_grid img.et2_appicon {
border-left: 4px solid #003366 !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #addressbook-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: #003366;
border-top-width: 4px !important;
}
/**
Addressbook sidebox grid table
@ -6923,9 +6897,7 @@ Addressbook sidebox grid table
border-left: 4px solid #333333 !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #admin-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: #333333;
border-top-width: 4px !important;
}
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #bookmarks_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
background-color: rgba(204, 102, 51, 0.3);
@ -6939,9 +6911,7 @@ Addressbook sidebox grid table
border-left: 4px solid #CC6633 !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #bookmarks-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: #CC6633;
border-top-width: 4px !important;
}
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #calendar_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
background-color: rgba(204, 0, 51, 0.3);
@ -6955,9 +6925,7 @@ Addressbook sidebox grid table
border-left: 4px solid #CC0033 !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #calendar-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: #CC0033;
border-top-width: 4px !important;
}
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #filemanager_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
background-color: rgba(255, 153, 51, 0.3);
@ -6971,9 +6939,7 @@ Addressbook sidebox grid table
border-left: 4px solid #ff9933 !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #filemanager-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: #ff9933;
border-top-width: 4px !important;
}
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #infolog_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
background-color: rgba(102, 0, 51, 0.3);
@ -6987,9 +6953,7 @@ Addressbook sidebox grid table
border-left: 0px !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #infolog-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: #660033;
border-top-width: 4px !important;
}
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #mail_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
background-color: rgba(0, 102, 153, 0.3);
@ -7003,9 +6967,7 @@ Addressbook sidebox grid table
border-left: 4px solid #006699 !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #mail-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: #006699;
border-top-width: 4px !important;
}
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #projectmanager_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
background-color: rgba(102, 153, 153, 0.3);
@ -7019,9 +6981,7 @@ Addressbook sidebox grid table
border-left: 4px solid #669999 !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #projectmanager-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: #669999;
border-top-width: 4px !important;
}
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #resources_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
background-color: rgba(0, 51, 51, 0.3);
@ -7035,9 +6995,7 @@ Addressbook sidebox grid table
border-left: 4px solid #003333 !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #resources-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: #003333;
border-top-width: 4px !important;
}
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #timesheet_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
background-color: rgba(51, 0, 102, 0.3);
@ -7051,9 +7009,7 @@ Addressbook sidebox grid table
border-left: 4px solid #330066 !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #timesheet-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: #330066;
border-top-width: 4px !important;
}
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #tracker_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
background-color: rgba(0, 153, 102, 0.3);
@ -7067,9 +7023,7 @@ Addressbook sidebox grid table
border-left: 4px solid #009966 !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #tracker-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: #009966;
border-top-width: 4px !important;
}
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #wiki_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
background-color: rgba(121, 121, 121, 0.3);
@ -7083,9 +7037,7 @@ Addressbook sidebox grid table
border-left: 4px solid #797979 !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #wiki-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: #797979;
border-top-width: 4px !important;
}
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #kanban_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
background-color: rgba(70, 99, 200, 0.3);
@ -7099,9 +7051,7 @@ Addressbook sidebox grid table
border-left: 4px solid #4663c8 !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #kanban-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: #4663c8;
border-top-width: 4px !important;
}
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #ranking_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
background-color: rgba(64, 64, 64, 0.3);
@ -7115,14 +7065,10 @@ Addressbook sidebox grid table
border-left: 4px solid #404040 !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #ranking-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: #404040;
border-top-width: 4px !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header img.egw_fw_ui_tab_icon {
filter: none;
width: calc(1em + 2px) !important;
height: calc(1em + 2px) !important;
}
.standartTreeImage {
filter: none;
@ -7143,15 +7089,8 @@ Addressbook sidebox grid table
border-left: 0px;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active {
border-top-color: #797979;
border-top: 4px solid;
}
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item td.sub_item_icon img[src*="svg"] {
background-color: transparent;
background-image: none;
}
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.complex_arrow {
background-image: url('../../api/templates/default/images/dhxmenu_subar.svg');
border-top-color: #797979;
}
body > .egw_menu::part(popup) {
z-index: var(--sl-z-index-dropdown);
@ -7357,12 +7296,6 @@ div.flatpickr-calendar .shortcut-buttons-flatpickr-buttons button:last-child {
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header {
padding: 0 0.5em;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header:hover:not(.egw_fw_ui_tab_header_active) {
border-top: 0;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header:hover {
border-top: 0;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tab_close_button {
background-size: 12px 12px;
right: 0px;

View File

@ -153,12 +153,7 @@ div.flatpickr-calendar .shortcut-buttons-flatpickr-buttons button:last-child {
padding: 0 0.5em;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header:hover:not(.egw_fw_ui_tab_header_active){
border-top:0;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header:hover{
border-top:0;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tab_close_button{
background-size: 12px 12px;
right: 0px;

View File

@ -3053,12 +3053,6 @@ select:focus,
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}
:hover {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
p {
font-size: 1em;
}
@ -4607,8 +4601,6 @@ body.scrollVertical {
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header:hover:not(.egw_fw_ui_tab_header_active) {
background-color: rgba(153, 204, 255, 0.4);
padding-bottom: 0px;
border-top: 7px solid transparent;
transition: none;
width: -webkit-fill-available;
width: -moz-available;
@ -4624,22 +4616,6 @@ body.scrollVertical {
margin: 0 15px 2px 2px;
vertical-align: text-top;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header img.egw_fw_ui_tab_icon {
display: inline-block;
width: 16px;
height: 16px;
margin: 5px 1px 0 1em;
/*filter grey*/
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(100%) brightness(100%) contrast(1%) saturate(0%);
-moz-filter: grayscale(100%) brightness(100%) contrast(1%) saturate(0%);
-ms-filter: grayscale(100%) brightness(100%) contrast(1%) saturate(0%);
-o-filter: grayscale(100%) brightness(100%) contrast(1%) saturate(0%);
filter: grayscale(100%) brightness(100%) contrast(1%) saturate(0%);
/*filter: url(grayscale.svg); Firefox 4+ */
filter: gray;
/* IE 6-9 */
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active {
border-left: 1px solid #bfc0bf;
border-right: 1px solid #bfc0bf;
@ -6893,9 +6869,7 @@ table.egwGridView_grid img.et2_appicon {
border-left: 4px solid #003366 !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #addressbook-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: #003366;
border-top-width: 4px !important;
}
/**
Addressbook sidebox grid table
@ -6916,9 +6890,7 @@ Addressbook sidebox grid table
border-left: 4px solid #333333 !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #admin-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: #333333;
border-top-width: 4px !important;
}
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #bookmarks_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
background-color: rgba(204, 102, 51, 0.3);
@ -6932,9 +6904,7 @@ Addressbook sidebox grid table
border-left: 4px solid #CC6633 !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #bookmarks-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: #CC6633;
border-top-width: 4px !important;
}
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #calendar_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
background-color: rgba(204, 0, 51, 0.3);
@ -6948,9 +6918,7 @@ Addressbook sidebox grid table
border-left: 4px solid #CC0033 !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #calendar-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: #CC0033;
border-top-width: 4px !important;
}
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #filemanager_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
background-color: rgba(255, 153, 51, 0.3);
@ -6964,9 +6932,7 @@ Addressbook sidebox grid table
border-left: 4px solid #ff9933 !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #filemanager-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: #ff9933;
border-top-width: 4px !important;
}
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #infolog_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
background-color: rgba(102, 0, 51, 0.3);
@ -6980,9 +6946,7 @@ Addressbook sidebox grid table
border-left: 0px !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #infolog-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: #660033;
border-top-width: 4px !important;
}
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #mail_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
background-color: rgba(0, 102, 153, 0.3);
@ -6996,9 +6960,7 @@ Addressbook sidebox grid table
border-left: 4px solid #006699 !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #mail-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: #006699;
border-top-width: 4px !important;
}
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #projectmanager_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
background-color: rgba(102, 153, 153, 0.3);
@ -7012,9 +6974,7 @@ Addressbook sidebox grid table
border-left: 4px solid #669999 !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #projectmanager-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: #669999;
border-top-width: 4px !important;
}
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #resources_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
background-color: rgba(0, 51, 51, 0.3);
@ -7028,9 +6988,7 @@ Addressbook sidebox grid table
border-left: 4px solid #003333 !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #resources-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: #003333;
border-top-width: 4px !important;
}
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #timesheet_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
background-color: rgba(51, 0, 102, 0.3);
@ -7044,9 +7002,7 @@ Addressbook sidebox grid table
border-left: 4px solid #330066 !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #timesheet-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: #330066;
border-top-width: 4px !important;
}
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #tracker_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
background-color: rgba(0, 153, 102, 0.3);
@ -7060,9 +7016,7 @@ Addressbook sidebox grid table
border-left: 4px solid #009966 !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #tracker-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: #009966;
border-top-width: 4px !important;
}
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #wiki_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
background-color: rgba(121, 121, 121, 0.3);
@ -7076,9 +7030,7 @@ Addressbook sidebox grid table
border-left: 4px solid #797979 !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #wiki-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: #797979;
border-top-width: 4px !important;
}
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #kanban_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
background-color: rgba(70, 99, 200, 0.3);
@ -7092,9 +7044,7 @@ Addressbook sidebox grid table
border-left: 4px solid #4663c8 !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #kanban-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: #4663c8;
border-top-width: 4px !important;
}
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #ranking_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
background-color: rgba(64, 64, 64, 0.3);
@ -7108,14 +7058,10 @@ Addressbook sidebox grid table
border-left: 4px solid #404040 !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #ranking-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: #404040;
border-top-width: 4px !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header img.egw_fw_ui_tab_icon {
filter: none;
width: calc(1em + 2px) !important;
height: calc(1em + 2px) !important;
}
.standartTreeImage {
filter: none;
@ -7136,15 +7082,8 @@ Addressbook sidebox grid table
border-left: 0px;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active {
border-top-color: #797979;
border-top: 4px solid;
}
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item td.sub_item_icon img[src*="svg"] {
background-color: transparent;
background-image: none;
}
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.complex_arrow {
background-image: url('../../api/templates/default/images/dhxmenu_subar.svg');
border-top-color: #797979;
}
body > .egw_menu::part(popup) {
z-index: var(--sl-z-index-dropdown);

View File

@ -61,6 +61,8 @@
height: 100%;
width: 100%;
}
//sidebar
#egw_fw_sidebar {
#egw_fw_sidemenu {
#addressbook_sidebox_content {
@ -136,9 +138,7 @@
}
#addressbook_sidebox_header {border-left:4px solid @addressbook-color !important;}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #addressbook-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: @addressbook-color;
border-top-width: 4px !important;
}
/**
@ -159,9 +159,7 @@ Addressbook sidebox grid table
}
#admin_sidebox_header {border-left:4px solid @admin-color !important;}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #admin-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: @admin-color;
border-top-width: 4px !important;
}
// Bookmarks
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #bookmarks_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
@ -174,9 +172,7 @@ Addressbook sidebox grid table
}
#bookmarks_sidebox_header {border-left:4px solid @bookmarks-color !important;}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #bookmarks-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: @bookmarks-color;
border-top-width: 4px !important;
}
// Calendar
@ -190,9 +186,7 @@ Addressbook sidebox grid table
}
#calendar_sidebox_header {border-left:4px solid @calendar-color !important;}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #calendar-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: @calendar-color;
border-top-width: 4px !important;
}
// Filemanager
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #filemanager_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
@ -205,9 +199,7 @@ Addressbook sidebox grid table
}
#filemanager_sidebox_header {border-left:4px solid @filemanager-color !important;}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #filemanager-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: @filemanager-color;
border-top-width: 4px !important;
}
// Infolog
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #infolog_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
@ -222,9 +214,7 @@ Addressbook sidebox grid table
border-left: 0px !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #infolog-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: @infolog-color;
border-top-width: 4px !important;
}
// Mail
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #mail_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
@ -240,9 +230,7 @@ Addressbook sidebox grid table
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #mail-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: @mail-color;
border-top-width: 4px !important;
}
// Projectmanager
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #projectmanager_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
@ -255,9 +243,7 @@ Addressbook sidebox grid table
}
#projectmanager_sidebox_header {border-left:4px solid @projectmanager-color !important;}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #projectmanager-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: @projectmanager-color;
border-top-width: 4px !important;
}
// Resources
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #resources_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
@ -270,9 +256,7 @@ Addressbook sidebox grid table
}
#resources_sidebox_header {border-left:4px solid @resources-color !important;}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #resources-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: @resources-color;
border-top-width: 4px !important;
}
// Timesheet
@ -286,9 +270,7 @@ Addressbook sidebox grid table
}
#timesheet_sidebox_header {border-left:4px solid @timesheet-color !important;}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #timesheet-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: @timesheet-color;
border-top-width: 4px !important;
}
// Tracker
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #tracker_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
@ -301,9 +283,7 @@ Addressbook sidebox grid table
}
#tracker_sidebox_header {border-left:4px solid @tracker-color !important;}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #tracker-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: @tracker-color;
border-top-width: 4px !important;
}
// Wiki
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #wiki_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
@ -316,9 +296,7 @@ Addressbook sidebox grid table
}
#wiki_sidebox_header {border-left:4px solid @wiki-color !important;}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #wiki-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: @wiki-color;
border-top-width: 4px !important;
}
//Kanban
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #kanban_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
@ -331,9 +309,7 @@ Addressbook sidebox grid table
}
#kanban_sidebox_header {border-left:4px solid @kanban-color !important;}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #kanban-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: @kanban-color;
border-top-width: 4px !important;
}
// Ranking
@ -347,14 +323,10 @@ Addressbook sidebox grid table
}
#ranking_sidebox_header {border-left:4px solid @ranking-color !important;}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #ranking-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active {
border-top: 4px solid;
border-top-color: @ranking-color;
border-top-width: 4px !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header img.egw_fw_ui_tab_icon{
filter: none;
width: calc(1em + 2px) !important;
height: calc(1em + 2px) !important;
}
.standartTreeImage {
filter: none;
@ -387,20 +359,11 @@ Addressbook sidebox grid table
}
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active {
border-top-color: @default-color;
border-top: 4px solid;
}
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item td.sub_item_icon img[src*="svg"] {
background-color : transparent;
background-image: none;
}
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item td.sub_item_icon {
border-top-color: @default-color;
}
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.complex_arrow {
background-image: url('../../api/templates/default/images/dhxmenu_subar.svg');
}
body > .egw_menu::part(popup) {
z-index: var(--sl-z-index-dropdown);
}

View File

@ -61,8 +61,6 @@ select, .et2_selectbox.select-cat {
&.after{}
}
:hover {.transition (0.2s, ease-out);}
// #############################
// Schriftformate

View File

@ -111,8 +111,6 @@
}
&:hover:not(.egw_fw_ui_tab_header_active) {
background-color: @color_hover_row;
padding-bottom: 0px;
border-top: 7px solid transparent;
transition: none;
width: -webkit-fill-available;
width: -moz-available;
@ -133,15 +131,6 @@
margin:0 15px 2px 2px;
vertical-align: text-top;
}
// Images
img.egw_fw_ui_tab_icon {
display: inline-block;
.dimension_width_height_s;
margin: 5px 1px 0 1em;
.img_filter_gray;
}
}
/*active Tabs*/