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 {
|
table.tableforservicepart1 tr td {
|
||||||
border-top: 0px;
|
border-top: 0px;
|
||||||
}
|
}
|
||||||
|
// Payment Screen : Pointer cursor in the autofill image
|
||||||
|
table.noborder .AutoFillAmout {
|
||||||
|
cursor:pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.paymenttable, .margintable {
|
.paymenttable, .margintable {
|
||||||
/*border-top-width: <?php echo $borderwidth ?>px !important;
|
/*border-top-width: <?php echo $borderwidth ?>px !important;
|
||||||
@ -3212,6 +3216,8 @@ table.tableforservicepart1 tr td {
|
|||||||
height: 22px;
|
height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Disable shadows */
|
/* Disable shadows */
|
||||||
.noshadow {
|
.noshadow {
|
||||||
-webkit-box-shadow: 0px 0px 0px #DDD !important;
|
-webkit-box-shadow: 0px 0px 0px #DDD !important;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user