mirror of
https://github.com/nicolas-cusan/destyle.css.git
synced 2025-09-01 09:02:54 +02:00
set curstor to default on [disabled] button & button-like inputs
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user