strasbourg-2018: apply focus background change on custom select (#64463)

This commit is contained in:
Frédéric Péters 2022-04-22 10:57:21 +02:00
parent 856940fac4
commit 1662eaf3b2
1 changed files with 8 additions and 0 deletions

View File

@ -15,6 +15,14 @@
border: 2px solid #dddddd;
}
#rub_service .customSelectContain .customSelect {
transition: all, 0.5s;
}
#rub_service .customSelectContain.focused .customSelect {
background: white;
}
/* cancel the width: 1200px from site css */
#content div.cell h1 {
width: auto;