mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-03 08:56:20 +01:00
web/LanguageDropdown: yet another fix for chrome on windows
This commit is contained in:
parent
583b9480e8
commit
968add2b0c
1 changed files with 4 additions and 1 deletions
|
@ -117,7 +117,6 @@
|
||||||
|
|
||||||
.selector select {
|
.selector select {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
appearance: initial;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: none;
|
background: none;
|
||||||
|
@ -129,6 +128,7 @@
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
|
||||||
/* safari fix */
|
/* safari fix */
|
||||||
|
appearance: initial;
|
||||||
text-align-last: right;
|
text-align-last: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -137,6 +137,9 @@
|
||||||
color: initial;
|
color: initial;
|
||||||
text-align: initial;
|
text-align: initial;
|
||||||
text-align-last: initial;
|
text-align-last: initial;
|
||||||
|
border-radius: initial;
|
||||||
|
background: initial;
|
||||||
|
border: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (hover: hover) {
|
@media (hover: hover) {
|
||||||
|
|
Loading…
Reference in a new issue