diff --git a/destyle.css b/destyle.css index 410204b..e209f32 100644 --- a/destyle.css +++ b/destyle.css @@ -285,6 +285,13 @@ button, appearance: none; } +button[disabled], +[type='button'][disabled], +[type='reset'][disabled], +[type='submit'][disabled] { + cursor: default; +} + /** * Remove the inner border and padding in Firefox. */