- commit
- 9c811b9a1bd5e56ec90aae87e86c690a183510e2
- parent
- 502a1e62a71acdeeb2c92c2169251495f6ae8845
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2022-07-26 15:01
mv font styling to dropdown
Diffstat
| M | select.css | 6 | +++--- |
1 files changed, 3 insertions, 3 deletions
diff --git a/select.css b/select.css
@@ -1,8 +1,5 @@ 1 1 .select { 2 2 position: relative;3 -1 font-family: sans-serif;4 -1 font-size: small;5 -1 font: -moz-field;6 3 } 7 4 8 5 .select > input { @@ -17,6 +14,9 @@ 17 14 padding: 1px; 18 15 background: Field; 19 16 color: FieldText; -1 17 font-family: sans-serif; -1 18 font-size: small; -1 19 font: -moz-field; 20 20 border: 1px solid ThreeDShadow; 21 21 border-top: 0; 22 22 left: 0;