give the same style to prefill select widget as other select widgets

This commit is contained in:
Benjamin Dauvergne 2012-10-03 15:31:33 +02:00
parent 8b2fcf2db2
commit 01071524b0
1 changed files with 1 additions and 0 deletions

View File

@ -555,6 +555,7 @@ div.PasswordWidget input {
color: black;
}
div.PrefillSelectionWidget select,
div.SingleSelectWidget select {
border: 1px inset #ccc;
margin: 1px;