mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user