You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
patterns/theme/css/language-picker.css

14 lines
149 B
CSS

#language-list {
left: auto;
right: 10px;
}
[dir="rtl"] #language-list {
left: 10px;
right: auto;
}
#language-list a {
color: inherit;
}