diff options
| author | Paul Oliver <contact@pauloliver.dev> | 2026-01-03 16:05:41 +0000 |
|---|---|---|
| committer | Paul Oliver <contact@pauloliver.dev> | 2026-01-03 19:53:59 +0000 |
| commit | e2d8f74823c7139ce1ccd0831876e361fcd6c419 (patch) | |
| tree | f52c49dce7a064d60882a89a895fbbbaecd9a3b2 /hsm-web/Client/src/App.vue | |
| parent | 81c97deaf7bd984a704db28f0cd676530a7b443e (diff) | |
Adds motor control to frontendgstreamer_webrtc
Diffstat (limited to 'hsm-web/Client/src/App.vue')
| -rw-r--r-- | hsm-web/Client/src/App.vue | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hsm-web/Client/src/App.vue b/hsm-web/Client/src/App.vue index a4c8338..4645034 100644 --- a/hsm-web/Client/src/App.vue +++ b/hsm-web/Client/src/App.vue @@ -54,7 +54,10 @@ button { padding: 0; } button:active { - background-color: #0a414b; + opacity: 0.5; +} +button:disabled { + opacity: 0.5; } input { background-color: transparent; |
