mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-22 14:44:21 +00:00
Make disabled buttons a bit more visible
This commit is contained in:
parent
d74f747846
commit
583bdad4c8
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@
|
||||||
|
|
||||||
*[disabled],
|
*[disabled],
|
||||||
.disabled {
|
.disabled {
|
||||||
opacity: 0.2;
|
opacity: 0.4;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
Loading…
Reference in a new issue