web/DownloadButton: darken when disabled

This commit is contained in:
wukko 2024-07-22 16:42:37 +06:00
parent 2fb05d018c
commit 718dc4cf0a
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -202,6 +202,7 @@
#download-button:disabled {
cursor: unset;
opacity: 0.7;
}
:global(#input-container.focused) #download-button {