mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-19 00:29:21 +01:00
LSmail: fix select mail style
This commit is contained in:
parent
6eee099bd2
commit
82198c26a9
1 changed files with 2 additions and 2 deletions
|
@ -20,9 +20,9 @@ dl.LSmail dd {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
dl.LSmail input, dl.LSmail textarea {
|
||||
dl.LSmail input, dl.LSmail textarea, dl.LSmail select {
|
||||
border: 1px solid #ccc;
|
||||
width: 600px;
|
||||
width: 598px;
|
||||
background-color: #b5e4f6;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue