FIX Cursor pointer in payment screen for autofill

This commit is contained in:
atm-arnaud 2019-04-12 09:51:01 +02:00
parent 54b3acc997
commit 3d5006f8fc

View File

@ -3196,6 +3196,10 @@ table.tableforservicepart1:first-of-type tr:first-of-type td {
table.tableforservicepart1 tr td {
border-top: 0px;
}
// Payment Screen : Pointer cursor in the autofill image
table.noborder .AutoFillAmout {
cursor:pointer;
}
.paymenttable, .margintable {
/*border-top-width: <?php echo $borderwidth ?>px !important;
@ -3212,6 +3216,8 @@ table.tableforservicepart1 tr td {
height: 22px;
}
/* Disable shadows */
.noshadow {
-webkit-box-shadow: 0px 0px 0px #DDD !important;