mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 06:44:58 +01:00
Add fieldset example. Move some existing fields into the fieldset.
This commit is contained in:
parent
1b4fdf7253
commit
40f0829b97
26 changed files with 115 additions and 30 deletions
|
|
@ -134,4 +134,14 @@ textarea:disabled {
|
|||
|
||||
::placeholder {
|
||||
color: var(--form-placeholder);
|
||||
}
|
||||
|
||||
fieldset {
|
||||
border: 1px var(--focus) solid;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
legend {
|
||||
font-size: 0.9em;
|
||||
font-weight: 600;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue