Size and align update-notification image in topmenu

This commit is contained in:
ralf 2025-01-12 20:08:40 +01:00
parent 31bac1e8e5
commit c0b2bc96cc
5 changed files with 19 additions and 216 deletions

View File

@ -5734,10 +5734,8 @@ div#topmenu_info_update {
display: inline-block;
}
div#topmenu_info_update img {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 5px;
witdh: 24px;
padding: 11px;
}
/**
* EGroupware: Stylite Pixelegg template

View File

@ -47,7 +47,7 @@
*/
@media all {
html[data-darkmode='1'] {
filter: invert(0.81) hue-rotate(180deg) brightness(1);
filter: invert(0.82) hue-rotate(180deg) brightness(1);
/* need to explicitly disable the filter on the img tag, if used, as it would be applied twice and therefore not at all */
}
html[data-darkmode='1'] sl-menu-item::part(prefix),
@ -3063,12 +3063,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;
}
@ -4617,8 +4611,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;
@ -4639,16 +4631,6 @@ body.scrollVertical {
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;
@ -5755,10 +5737,8 @@ div#topmenu_info_update {
display: inline-block;
}
div#topmenu_info_update img {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 5px;
witdh: 24px;
padding: 11px;
}
/**
* EGroupware: Stylite Pixelegg template
@ -6903,9 +6883,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
@ -6926,9 +6904,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);
@ -6942,9 +6918,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);
@ -6958,9 +6932,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);
@ -6974,9 +6946,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);
@ -6990,9 +6960,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);
@ -7006,9 +6974,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);
@ -7022,9 +6988,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);
@ -7038,9 +7002,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);
@ -7054,9 +7016,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);
@ -7070,9 +7030,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);
@ -7086,9 +7044,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);
@ -7102,9 +7058,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);
@ -7118,14 +7072,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;
@ -7146,15 +7096,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

@ -5727,10 +5727,8 @@ div#topmenu_info_update {
display: inline-block;
}
div#topmenu_info_update img {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 5px;
witdh: 24px;
padding: 11px;
}
/**
* EGroupware: Stylite Pixelegg template

View File

@ -380,7 +380,7 @@ div.timesheet_timer {
div#topmenu_info_update{
display: inline-block;
img{
.rounded(10px);
padding: 5px;
witdh: 24px;
padding: 11px;
}
}

View File

@ -37,8 +37,7 @@
*/
@media all {
html[data-darkmode='1'] {
background: #000;
filter: invert(1) hue-rotate(180deg) brightness(1);
filter: invert(0.82) hue-rotate(180deg) brightness(1);
/* need to explicitly disable the filter on the img tag, if used, as it would be applied twice and therefore not at all */
}
html[data-darkmode='1'] sl-menu-item::part(prefix),
@ -46,7 +45,6 @@
html[data-darkmode='1'] et2-button::part(prefix),
html[data-darkmode='1'] *::part(image),
html[data-darkmode='1'] et2-image,
html[data-darkmode='1'] img,
html[data-darkmode='1'] #blueimp-gallery:not(:fullscreen),
html[data-darkmode='1'] #blueimp-gallery ol,
html[data-darkmode='1'] et2-select-account::part(icon),
@ -181,31 +179,6 @@
* @author Hadi Nategh <hn@stylite.de>
* @package pixelegg
*/
/**
* EGroupware: Stylite Pixelegg template
*
* Please do NOT change css-files directly, instead change less-files and compile them!
*
* @link http://www.egroupware.org
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
* @package pixelegg
*/
/**
* addapted from orginal styles.php
*/
/**
* All app_* files are now again in $app/templates/default/app.less&css and will be included independent
*
* If some settings are Pixelegg template specific, please create $app/templates/pixelegg.less&css
* files AND include ../default/app.less from there
*/
/**
* not sure about these files, in general it is not a good idea to replace
* files from other projects, was we need to update them regulary.
* Would be a lot better to include their css files and only overwrite
* neccesarry settings
*/
/**
* Styles for etemplate2 widgets
* Überschreibt egroupware/etemplate/templates/default/etemplate2.css
@ -213,7 +186,6 @@
* @version: 1
* Stefan Reinhardt
*/
/*@import (less) "../../api/templates/default/etemplate2.css";*/
@media all {
/**
* Top level
@ -689,9 +661,13 @@
.et2_nextmatch .nextmatch_header {
padding: 0;
border: none;
border-bottom: var(--sl-panel-border-width) solid var(--sl-panel-border-color);
background-image: none;
background-color: transparent;
}
.et2_nextmatch .nextmatch_header .nextmatch_header_row {
padding-bottom: 0.25em;
}
.et2_nextmatch > img {
width: 16px;
height: 16px;
@ -1664,51 +1640,6 @@ div#ui-datepicker-div {
.ui-widget-shadow {
background-image: none;
}
/**
* EGroupware: Stylite Pixelegg template
*
* less file for magic suggest
*
* Please do NOT change css-files directly, instead change less-files and compile them!
*
* @link http://www.egroupware.org
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
* @package pixelegg
* @version $Id$
*/
.ms-ctn,
.ms-res-ctn {
/* It doesn't really work smaller than this */
border: solid 1px #e6e6e6;
}
.ms-ctn .ms-res-item-active,
.ms-res-ctn .ms-res-item-active {
background-color: rgba(153, 204, 255, 0.4);
}
.ms-ctn .ms-trigger {
border-left: none;
}
/**
* EGroupware: CSS with less preprocessor
* traditional.less
* included in pixelegg.less since 17/03/2014
*
* Please do NOT change css-files directly, instead change less-files and compile them!
*
* @link http://www.egroupware.org
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
* @package pixelegg
* @version $Id$
*/
/*
font styling
allowed attributes: font-family,font-size,color,font-weight
*/
/**
* layout_*.less files are Pixelegg template specific
*/
@ -3028,12 +2959,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;
}
@ -4582,8 +4507,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;
@ -4604,16 +4527,6 @@ body.scrollVertical {
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;
@ -4665,7 +4578,7 @@ body.scrollVertical {
margin: 0;
overflow-x: hidden;
overflow-y: hidden;
margin-top: 0.8em;
margin-top: 7px;
}
#egw_fw_main .egw_fw_ui_tab_content > div {
width: 100%;
@ -5720,10 +5633,8 @@ div#topmenu_info_update {
display: inline-block;
}
div#topmenu_info_update img {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 5px;
witdh: 24px;
padding: 11px;
}
/**
* EGroupware: Stylite Pixelegg template
@ -6580,16 +6491,6 @@ span.egw_tutorial_title {
white-space: nowrap;
overflow-x: hidden;
}
/*@import "../less/layout_buttons_global.less";*/
/*@import "../less/layout_chosen.less";*/
/*@import "../less/layout_messages.less";*/
/*@import "../less/layout_content_elements.less";*/
/*@import "../less/layout_table.less";*/
/*@import "../less/layout_loginPage.less";*/
/*@import "../less/layout_raster.less";*/
/*@import "../less/layout_nextmatch.less";*/
/*@import "../less/layout_footer.less";*/
/*@import "../less/layout_dialog.less";*/
:root,
:host,
.sl-theme-light {
@ -6675,9 +6576,7 @@ span.egw_tutorial_title {
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
@ -6698,9 +6597,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);
@ -6714,9 +6611,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);
@ -6730,9 +6625,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);
@ -6746,9 +6639,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);
@ -6762,9 +6653,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);
@ -6778,9 +6667,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);
@ -6794,9 +6681,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);
@ -6810,9 +6695,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);
@ -6826,9 +6709,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);
@ -6842,9 +6723,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);
@ -6858,9 +6737,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);
@ -6874,9 +6751,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);
@ -6890,14 +6765,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;
@ -6918,15 +6789,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);