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

This commit is contained in:
Laurent Destailleur 2023-02-21 02:38:21 +01:00
commit 029bdeacaf
2 changed files with 13 additions and 3 deletions

View File

@ -6820,12 +6820,17 @@ dd.dropdowndd ul li {
/* ============================================================================== */
.searchpage .tagtr .tagtd {
padding-bottom: 3px;
padding-top: 2px;
padding-bottom: 2px;
}
.searchpage .tagtr .tagtd .button {
background: unset;
border: unset;
}
.searchpage .searchform input {
font-size: 1.15em;
}
li.ui-li-divider .ui-link {
color: #FFF !important;

View File

@ -3302,6 +3302,7 @@ div.vmenu, td.vmenu {
.companylogo { padding-top: 4px; }
.searchform { padding-top: 10px; }
.searchform .bordertransp { border: 0; }
#divsearchforms2 form.searchform .button { border: none !important; }
a.vmenu:link, a.vmenu:visited, a.vmenu:hover, a.vmenu:active, span.vmenu, span.vsmenu {
white-space: nowrap; font-size:<?php print is_numeric($fontsize) ? $fontsize.'px' : $fontsize ?>; font-family: <?php print $fontlist ?>; text-align: <?php print $left; ?>; font-weight: bold;
@ -4071,7 +4072,7 @@ div.refidno {
padding-top: 8px;
font-weight: normal;
color: var(--refidnocolor);
font-size: <?php print is_numeric($fontsize) ? $fontsize.'px' : $fontsize ?>;
font-size: 92%;
line-height: 1.3em;
}
div.refidno form {
@ -6715,12 +6716,16 @@ dd.dropdowndd ul li {
/* ============================================================================== */
.searchpage .tagtr .tagtd {
padding-bottom: 3px;
padding-top: 2px;
padding-bottom: 2px;
}
.searchpage .tagtr .tagtd .button {
background: unset;
border: unset;
}
.searchpage .searchform input {
font-size: 1.15em;
}
li.ui-li-divider .ui-link {
color: #FFF !important;