This commit is contained in:
Laurent Destailleur 2022-02-26 19:30:46 +01:00
parent 5d0408f7af
commit 2ce50b6c00
2 changed files with 3 additions and 3 deletions

View File

@ -5210,7 +5210,7 @@ td.cal_other_month {
/* ============================================================================== */
/* CSS for treeview */
.treeview ul { background-color: transparent !important; margin-bottom: 4px !important; margin-top: 0 !important; padding-top: 8px !important; }
.treeview ul { background-color: transparent !important; margin-bottom: 4px !important; margin-top: 0 !important; padding-top: 2px !important; }
.treeview li { background-color: transparent !important; padding: 0 0 0 16px !important; min-height: 30px; }
.treeview .hover { color: var(--colortextlink) !important; text-decoration: underline !important; }
.treeview .hitarea { margin-top: 3px; }
@ -6223,7 +6223,7 @@ span.noborderoncategories a, li.noborderoncategories a {
/* vertical-align: top; */
}
span.noborderoncategories {
padding: 4px 5px 0px 5px;
padding: 3px 5px 3px 5px;
display: inline-block;
}
.categtextwhite, .treeview .categtextwhite.hover {

View File

@ -6063,7 +6063,7 @@ span.noborderoncategories a, li.noborderoncategories a {
line-height: normal;
}
span.noborderoncategories {
padding: 3px 5px 0px 5px;
padding: 3px 5px 3px 5px;
}
.categtextwhite, .treeview .categtextwhite.hover {
color: #fff !important;