1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-31 16:51:52 +02:00

Update margin and padding on fieldset to match other form elements

This commit is contained in:
Lee Garkusha
2019-10-02 06:15:32 -04:00
parent 40f0829b97
commit 8dcdb635f9
25 changed files with 39 additions and 18 deletions

3
dist/dark.css vendored
View File

@@ -327,6 +327,9 @@ textarea:disabled {
fieldset {
border: 1px var(--focus) solid;
border-radius: 6px;
margin: 0;
margin-bottom: 6px;
padding: 10px;
}
legend {