diff --git a/the-matrix/index.html b/the-matrix/index.html index a2b112b..5d0af26 100644 --- a/the-matrix/index.html +++ b/the-matrix/index.html @@ -42,7 +42,15 @@ color: #22aa66; text-shadow: 0 0 6px #11663388; letter-spacing: 1px; + pointer-events: all; + line-height: 1.9; } + #session-hud-topup { + color: #22aa66; text-decoration: none; margin-left: 5px; + letter-spacing: 1px; text-shadow: 0 0 6px #11663388; + cursor: pointer; + } + #session-hud-topup:hover { color: #44dd88; text-decoration: underline; } #connection-status { position: fixed; top: 16px; right: 16px; @@ -242,6 +250,26 @@ .session-amount-btn:hover { background: #0e2318; border-color: #22aa66; color: #44dd88; } .session-amount-btn.active { background: #0e2318; border-color: #22aa66; color: #44dd88; } + /* Amount number inputs */ + .session-amount-input { + background: #020806; border: 1px solid #0e2318; + color: #44dd88; font-family: 'Courier New', monospace; + font-size: 15px; font-weight: bold; letter-spacing: 1px; + padding: 6px 10px; width: 110px; + outline: none; border-radius: 2px; + transition: border-color 0.2s; + -moz-appearance: textfield; + } + .session-amount-input:focus { border-color: #22aa66; } + .session-amount-input::-webkit-outer-spin-button, + .session-amount-input::-webkit-inner-spin-button { -webkit-appearance: none; } + .session-amount-row { + display: flex; align-items: center; gap: 6px; margin: 8px 0; + } + .session-amount-row span { + color: #226644; font-size: 11px; letter-spacing: 1px; + } + /* Active session balance tag */ .amount-tag.session-green { border-color: #22aa66; color: #44dd88; } @@ -353,7 +381,10 @@

THE WORKSHOP

FPS: --
JOBS: 0
-
+
+ Balance: -- sats + ⚡ Top Up +
OFFLINE
@@ -430,16 +461,21 @@
-
DEPOSIT AMOUNT
+
DEPOSIT AMOUNT (200–10,000 sats)
+
-
500 sats
- +
+ + sats +
+
@@ -470,16 +506,21 @@
-
TOPUP AMOUNT
+
TOPUP AMOUNT (200–10,000 sats)
+
-
500 sats
- +
+ + sats +
+