Fix styling regression in member list filter
This commit is contained in:
parent
23b3e74c1c
commit
82dee37afe
1 changed files with 4 additions and 4 deletions
|
@ -247,8 +247,8 @@ input[type=password] {
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark-panel {
|
.dark-panel {
|
||||||
:not(.mx_textinput) > input[type=text],
|
:not(.mx_textinput):not(.mx_Field) > input[type=text],
|
||||||
:not(.mx_textinput) > input[type=search],
|
:not(.mx_textinput):not(.mx_Field) > input[type=search],
|
||||||
.mx_textinput {
|
.mx_textinput {
|
||||||
color: $input-darker-fg-color;
|
color: $input-darker-fg-color;
|
||||||
background-color: $input-darker-bg-color;
|
background-color: $input-darker-bg-color;
|
||||||
|
@ -257,8 +257,8 @@ input[type=password] {
|
||||||
}
|
}
|
||||||
|
|
||||||
.light-panel {
|
.light-panel {
|
||||||
:not(.mx_textinput) > input[type=text],
|
:not(.mx_textinput):not(.mx_Field) > input[type=text],
|
||||||
:not(.mx_textinput) > input[type=search],
|
:not(.mx_textinput):not(.mx_Field) > input[type=search],
|
||||||
.mx_textinput {
|
.mx_textinput {
|
||||||
color: $input-lighter-fg-color;
|
color: $input-lighter-fg-color;
|
||||||
background-color: $input-lighter-bg-color;
|
background-color: $input-lighter-bg-color;
|
||||||
|
|
Loading…
Reference in a new issue