Make the disabled details collapse/expand more obvious when it's disabled (closes #63)
This commit is contained in:
parent
9955b76956
commit
687440c0da
3 changed files with 10 additions and 0 deletions
5
styles/elements/button.css
Normal file
5
styles/elements/button.css
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
.taf > .window-content button {
|
||||
&:disabled {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue