diff options
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; |
