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