taf/styles/elements/button.css

5 lines
74 B
CSS

.taf > .window-content button {
&:disabled {
cursor: not-allowed;
}
}