1
0
mirror of https://github.com/S2-/pwgen.git synced 2025-08-03 17:20:09 +02:00

make form nicer

This commit is contained in:
s2
2017-11-21 08:21:39 +01:00
parent 4dbd892d04
commit 736367738f
2 changed files with 39 additions and 9 deletions

View File

@@ -1,4 +1,22 @@
body {
cursor: default;
font: caption;
}
margin: 15px;
}
input[type="number"] {
-moz-appearance: none;
color: var(--in-content-text-color);
border: 1px solid var(--in-content-box-border-color);
-moz-border-top-colors: none !important;
-moz-border-right-colors: none !important;
-moz-border-bottom-colors: none !important;
-moz-border-left-colors: none !important;
border-radius: 2px;
background-color: var(--in-content-box-background);
font-family: inherit;
font-size: inherit;
padding: 5px 10px;
}
input[type="checkbox"] {
margin-bottom: -7px;
}