mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 06:44:58 +01:00
Add missing disabled style to form elements
This commit is contained in:
parent
dff974d180
commit
436492986d
5 changed files with 8 additions and 5 deletions
|
|
@ -61,7 +61,10 @@ button:active {
|
|||
transform: translateY(2px);
|
||||
}
|
||||
|
||||
input:disabled {
|
||||
input:disabled,
|
||||
select:disabled,
|
||||
button:disabled,
|
||||
textarea:disabled {
|
||||
cursor: not-allowed;
|
||||
opacity: .5;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue