mirror of
https://github.com/kognise/water.css.git
synced 2025-08-14 00:54:08 +02:00
Add missing disabled style to form elements
This commit is contained in:
@@ -61,7 +61,10 @@ button:active {
|
||||
transform: translateY(2px);
|
||||
}
|
||||
|
||||
input:disabled {
|
||||
input:disabled,
|
||||
select:disabled,
|
||||
button:disabled,
|
||||
textarea:disabled {
|
||||
cursor: not-allowed;
|
||||
opacity: .5;
|
||||
}
|
||||
|
Reference in New Issue
Block a user