This commit is contained in:
Laurent Destailleur 2020-06-22 04:40:04 +02:00
parent d816d45331
commit 4cfb9dc7c5
2 changed files with 5 additions and 1 deletions

View File

@ -102,6 +102,7 @@ button.calcbutton {
border-width: 0;
margin: 1px;
font-size: 14pt;
border-radius: 3px;
}
button.calcbutton2 {
@ -121,6 +122,7 @@ button.calcbutton2 {
font-weight: bold;
font-size: 10pt;
margin: 1px;
border-radius: 3px;
}
button.calcbutton3 {
@ -136,12 +138,14 @@ button.calcbutton3 {
height: calc(25% - 2px);
font-size: 14pt;
margin: 1px;
border-radius: 3px;
}
button.actionbutton {
background: #EABCA6;
border: 2px solid #EEE;
min-height: 40px;
border-radius: 3px;
}
button.actionbutton {

View File

@ -5393,7 +5393,7 @@ span#select2-boxbookmark-container, span#select2-boxcombo-container {
/* To emulate select 2 style */
.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr {
padding: 2px 5px 1px 5px;
padding: 3px 5px 2px 5px;
margin: 0 0 2px 3px;
position: relative;
line-height: 13px;