select

Better select widgets in vanilla javascript.  https://p.ce9e.org/select/demo/
git clone https://git.ce9e.org/select.git

commit
aaaf94c2fe99896651a6409f51694c53ab208ee3
parent
0b48cebfde67957b17aff8d58633ed98972635dc
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-08-08 11:09
double border for dropdown

Diffstat

M select.css 5 +++--

1 files changed, 3 insertions, 2 deletions


diff --git a/select.css b/select.css

@@ -12,13 +12,14 @@
   12    12 	z-index: 1;
   13    13 	list-style: none;
   14    14 	margin: 0;
   15    -1 	padding: 1px;
   -1    15 	padding: 0;
   16    16 	background: Field;
   17    17 	color: FieldText;
   18    18 	font-family: sans-serif;
   19    19 	font-size: small;
   20    20 	font: -moz-field;
   21    -1 	border: 1px solid ThreeDShadow;
   -1    21 	border: 1px solid Field;
   -1    22 	outline: 1px solid ThreeDShadow;
   22    23 	border-top: 0;
   23    24 	left: 0;
   24    25 	right: 0;