1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-10-16 15:07:27 +00:00

Make disabled buttons a bit more visible

This commit is contained in:
Steffo 2022-07-18 06:07:13 +02:00
parent d74f747846
commit 583bdad4c8
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -16,6 +16,6 @@
*[disabled],
.disabled {
opacity: 0.2;
opacity: 0.4;
cursor: not-allowed;
}