diff options
| -rw-r--r-- | app/assets/css/buttons.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/css/buttons.css b/app/assets/css/buttons.css index 7c4f0203c1..72e87d76c5 100644 --- a/app/assets/css/buttons.css +++ b/app/assets/css/buttons.css @@ -10,6 +10,11 @@ line-height: 26px; justify-content: center; align-items: center; + transition: 0.25s opacity; +} + +.button:disabled { + opacity: 0.5; } .button-label { |
