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:
commit
113c2dd717
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user