css
This commit is contained in:
parent
fb2e820329
commit
19e40466b1
@ -2420,7 +2420,7 @@ span.butAction, span.butActionDelete {
|
|||||||
font-family: <?php print $fontlist ?>;
|
font-family: <?php print $fontlist ?>;
|
||||||
border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
|
border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: center;
|
/* text-align: center; New button are on right of screen */
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
/*color: #fff !important;
|
/*color: #fff !important;
|
||||||
background: rgb(<?php echo $colorbackhmenu1 ?>);
|
background: rgb(<?php echo $colorbackhmenu1 ?>);
|
||||||
@ -2477,7 +2477,7 @@ a.butActionNewRefused>span.fa-plus-circle, a.butActionNewRefused>span.fa-plus-ci
|
|||||||
padding: 0.2em <?php echo ($dol_optimize_smallscreen?'0.4':'0.7'); ?>em;
|
padding: 0.2em <?php echo ($dol_optimize_smallscreen?'0.4':'0.7'); ?>em;
|
||||||
font-family: <?php print $fontlist ?> !important;
|
font-family: <?php print $fontlist ?> !important;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: center;
|
/* text-align: center; New button are on right of screen */
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #999 !important;
|
color: #999 !important;
|
||||||
padding-top: 0.2em;
|
padding-top: 0.2em;
|
||||||
|
|||||||
@ -2393,7 +2393,7 @@ span.butAction, span.butActionDelete {
|
|||||||
padding: 0.2em <?php echo ($dol_optimize_smallscreen?'0.4':'0.7'); ?>em;
|
padding: 0.2em <?php echo ($dol_optimize_smallscreen?'0.4':'0.7'); ?>em;
|
||||||
margin: 0em <?php echo ($dol_optimize_smallscreen?'0.7':'0.9'); ?>em;
|
margin: 0em <?php echo ($dol_optimize_smallscreen?'0.7':'0.9'); ?>em;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
text-align: center;
|
/* text-align: center; New button are on right of screen */
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
/* color: #ffffff !important; */
|
/* color: #ffffff !important; */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user