Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop

This commit is contained in:
Laurent Destailleur
2026-01-26 19:35:29 +01:00
30 changed files with 298 additions and 197 deletions

View File

@@ -2014,6 +2014,10 @@ select.flat.selectlimit {
.tablelistofcalendars {
margin-top: 25px !important;
}
.navselectiondate {
min-width: 250px;
}
.amountalreadypaid {
white-space: nowrap;
}
@@ -2063,6 +2067,16 @@ select.flat.selectlimit {
border-radius: 5px;
}
.showonhover:hover *::before {
visibility: visible !important;
display: inline-block !important;
}
.showonhover:not(:hover) *::before {
visibility: hidden;
display: inline-block !important;
}
.savingdocmask {
margin-top: 6px;
margin-bottom: 12px;