mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Fix sometimes points for menu items in admin sidebox not showing up
This commit is contained in:
parent
1a16869651
commit
e4ab391e04
@ -1407,10 +1407,10 @@ input#calendar-edit_location {
|
|||||||
background-image: linear-gradient(top, #828282, #828282) !important;
|
background-image: linear-gradient(top, #828282, #828282) !important;
|
||||||
background-repeat: repeat-x !important;
|
background-repeat: repeat-x !important;
|
||||||
}
|
}
|
||||||
.egw_fw_ui_category_content {
|
#calendar_sidebox_content .egw_fw_ui_category_content {
|
||||||
padding-left: 0px !important;
|
padding-left: 0px !important;
|
||||||
}
|
}
|
||||||
.egw_fw_ui_category_content img.egw_fw_ui_sidemenu_listitem_icon {
|
#calendar_sidebox_content .egw_fw_ui_category_content img.egw_fw_ui_sidemenu_listitem_icon {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
img.sideboxstar {
|
img.sideboxstar {
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
// Seitenleiste
|
// Seitenleiste
|
||||||
// Ansichten
|
// Ansichten
|
||||||
|
|
||||||
.egw_fw_ui_category_content{
|
#calendar_sidebox_content .egw_fw_ui_category_content{
|
||||||
padding-left: 0px !important;
|
padding-left: 0px !important;
|
||||||
|
|
||||||
// Icon before genrell hidden
|
// Icon before genrell hidden
|
||||||
|
Loading…
Reference in New Issue
Block a user