Changed background colour of dropdowns in member list, fixes #164.
This commit is contained in:
parent
c6826bd4f1
commit
3ce67f6846
1 changed files with 3 additions and 1 deletions
|
@ -50,11 +50,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&__select {
|
&__select {
|
||||||
margin: 0 1px;
|
margin: 0 2px;
|
||||||
background: inherit;
|
background: inherit;
|
||||||
box-shadow: initial;
|
box-shadow: initial;
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
background: var(--background-colour-translucent-9);
|
||||||
|
color: var(--text-colour);
|
||||||
|
|
||||||
@media (max-width: @site-mobile-width) {
|
@media (max-width: @site-mobile-width) {
|
||||||
&:not(:first-child) {
|
&:not(:first-child) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue