Changed background colour of dropdowns in member list, fixes #164.

This commit is contained in:
flash 2019-03-18 13:05:22 +01:00
parent c6826bd4f1
commit 3ce67f6846

View file

@ -50,11 +50,13 @@
}
&__select {
margin: 0 1px;
margin: 0 2px;
background: inherit;
box-shadow: initial;
border-width: 0;
border-radius: 0;
background: var(--background-colour-translucent-9);
color: var(--text-colour);
@media (max-width: @site-mobile-width) {
&:not(:first-child) {