This commit is contained in:
Laurent Destailleur 2022-06-29 10:23:31 +02:00
parent 64c661b7f8
commit a681ae7283
2 changed files with 10 additions and 6 deletions

View File

@ -3091,7 +3091,10 @@ a.vsmenu:link, a.vsmenu:visited, a.vsmenu:hover, a.vsmenu:active, span.vsmenu {
margin: 1px 1px 1px 6px;
}
span.vsmenudisabled, font.vsmenudisabled {
font-family: <?php print $fontlist ?>; text-align: <?php print $left; ?>; color: #aaa;
font-family: <?php print $fontlist ?>;
text-align: <?php print $left; ?>;
color: #aaa;
white-space: nowrap;
}
a.vsmenu:link, a.vsmenu:visited {
color: var(--colortextbackvmenu);

View File

@ -3055,6 +3055,7 @@ span.vsmenudisabled, font.vsmenudisabled {
text-align: <?php print $left; ?>;
font-weight: normal;
color: #aaa;
white-space: nowrap;
}
a.vsmenu:link, a.vsmenu:visited {
color: var(--colortextbackvmenu);
@ -7293,20 +7294,20 @@ div.clipboardCPValue.hidewithsize {
.a-mesure, .a-mesure-disabled {
text-align: center;
}
.underbanner.underbanner-before-box {
border-bottom: none;
}
div.divButAction {
margin-bottom: 0.5em;
}
div#card-errors {
max-width: unset;
}
#dolpaymenttable {
padding: 5px;
}