mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 14:04:12 +01:00
Language selector: Ensure correct font-size (#4761)
* Language selector: Ensure correct font-size Fixes the cut-off text on iOS, because somehow iOS uses a larger font-size by default. * Fix select background color Webkit-based browsers displayed transparent in a weird way.
This commit is contained in:
parent
cb44591a47
commit
c6742f5533
1 changed files with 2 additions and 1 deletions
|
@ -179,10 +179,11 @@ section dl > div dd {
|
|||
#DefaultLang {
|
||||
width: calc(var(--text-width, 110px) + 3rem);
|
||||
color: var(--btcpay-body-text-muted);
|
||||
background-color: transparent;
|
||||
background-color: var(--btcpay-body-bg);
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
font-size: var(--btcpay-body-font-size);
|
||||
}
|
||||
#DefaultLang:hover {
|
||||
color: var(--btcpay-body-text-hover);
|
||||
|
|
Loading…
Add table
Reference in a new issue