Redesign country dropdown to fit redesign
This tweaks colors of the country dropdown to blend in better with the rest of the design. Fixes https://github.com/vector-im/riot-web/issues/9048
This commit is contained in:
parent
4a1b723ab5
commit
1cefa44319
2 changed files with 10 additions and 7 deletions
|
@ -80,6 +80,10 @@ limitations under the License.
|
|||
background-color: $authpage-primary-color;
|
||||
}
|
||||
|
||||
.mx_Dropdown {
|
||||
color: $authpage-primary-color;
|
||||
}
|
||||
|
||||
.mx_Dropdown_arrow {
|
||||
background: $authpage-primary-color;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue