Merge pull request #11002 from atm-arnaud/9.0_FIX_CURSOR_IN_PAYMENT_SCREEN

FIX Cursor pointer in payment screen for autofill
This commit is contained in:
Laurent Destailleur 2019-04-17 01:36:13 +02:00 committed by GitHub
commit 113c2dd717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;