mirror of
https://github.com/kognise/water.css.git
synced 2025-08-31 16:51:52 +02:00
Add fieldset example. Move some existing fields into the fieldset.
This commit is contained in:
10
dist/dark.css
vendored
10
dist/dark.css
vendored
@@ -324,6 +324,16 @@ textarea:disabled {
|
||||
color: var(--form-placeholder);
|
||||
}
|
||||
|
||||
fieldset {
|
||||
border: 1px var(--focus) solid;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
legend {
|
||||
font-size: 0.9em;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
input[type='range'] {
|
||||
margin: 10px 0;
|
||||
padding: 10px 0;
|
||||
|
Reference in New Issue
Block a user