style: reduce the opacity of disabled buttons (better feedback)
This commit is contained in:
parent
462b3eff96
commit
0a3dfbeb10
@ -7,6 +7,10 @@
|
||||
border: 0;
|
||||
}
|
||||
|
||||
button:disabled {
|
||||
opacity: .2;
|
||||
}
|
||||
|
||||
window {
|
||||
background-color: #13181C;
|
||||
-gtk-icon-shadow: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user