LSmail: fix select mail style

This commit is contained in:
Benjamin Renard 2020-08-07 11:39:08 +02:00
parent 6eee099bd2
commit 82198c26a9

View file

@ -20,9 +20,9 @@ dl.LSmail dd {
padding: 0; padding: 0;
} }
dl.LSmail input, dl.LSmail textarea { dl.LSmail input, dl.LSmail textarea, dl.LSmail select {
border: 1px solid #ccc; border: 1px solid #ccc;
width: 600px; width: 598px;
background-color: #b5e4f6; background-color: #b5e4f6;
box-sizing: border-box; box-sizing: border-box;
} }