css
This commit is contained in:
parent
d816d45331
commit
4cfb9dc7c5
@ -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 {
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user