diff --git a/lnbits/extensions/tpos/templates/tpos/tpos.html b/lnbits/extensions/tpos/templates/tpos/tpos.html index d05fab4e..49d88140 100644 --- a/lnbits/extensions/tpos/templates/tpos/tpos.html +++ b/lnbits/extensions/tpos/templates/tpos/tpos.html @@ -16,39 +16,95 @@
- 1 - 2 - 3 C - 4 - 5 - 6 - 7 - 8 - 9 OK @@ -64,17 +122,27 @@ unelevated @click="stack.splice(-1, 1)" size="xl" - color="grey-7" + :outline="!($q.dark.isActive)" + rounded + color="primary" >DEL - 0 #
@@ -140,8 +208,8 @@ transition-show="fade" class="text-light-green" style="font-size: 40em" - > + > + {% endblock %} {% block styles %} @@ -152,9 +220,11 @@ grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(4, 1fr); } + .keypad .btn { height: 100%; } + .btn-cancel, .btn-confirm { grid-row: auto/span 2;