diff --git a/web/static/camper.css b/web/static/camper.css index 0e9a241..ebba8cd 100644 --- a/web/static/camper.css +++ b/web/static/camper.css @@ -533,8 +533,8 @@ textarea { background-position: center; } -.icon-input button[aria-pressed="true"] { - background-color: #ffeeaa; +.icon-input button[aria-pressed="true"], .lang-selector button[aria-pressed="true"] { + background-color: var(--camper--color--hay); } /* accommodation type */ @@ -714,10 +714,6 @@ fieldset img { margin: 0; } -.lang-selector button[aria-pressed="true"] { - background-color: var(--camper--color--hay); -} - label[x-show] > span, label[x-show] > br { display: none; }