strasbourg-2018: add border to custom select field (#64463)

This commit is contained in:
Frédéric Péters 2022-04-22 10:52:47 +02:00
parent 139084099e
commit 856940fac4
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,11 @@
@extend %molecule-form-components;
}
#content .customSelectContain .customSelect, #rub_service .customSelectContain
.customSelect, .mseu-main-form .customSelectContain .customSelect,
.generic-form .customSelectContain .customSelect {
border: 2px solid #dddddd;
}
/* cancel the width: 1200px from site css */
#content div.cell h1 {