style: reduce the opacity of disabled buttons (better feedback)

This commit is contained in:
alfrix 2023-08-03 13:07:56 -03:00
parent 462b3eff96
commit 0a3dfbeb10

View File

@ -7,6 +7,10 @@
border: 0;
}
button:disabled {
opacity: .2;
}
window {
background-color: #13181C;
-gtk-icon-shadow: none;