Normalize the #qr select font.
This commit is contained in:
parent
7cd4b7cee0
commit
5aff534c36
@ -624,6 +624,7 @@ a.hide-announcement {
|
|||||||
appearance: none;
|
appearance: none;
|
||||||
border: none;
|
border: none;
|
||||||
background: none;
|
background: none;
|
||||||
|
font: inherit;
|
||||||
}
|
}
|
||||||
#qr option {
|
#qr option {
|
||||||
color: #000;
|
color: #000;
|
||||||
@ -867,8 +868,7 @@ a.hide-announcement {
|
|||||||
background: none;
|
background: none;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
font-family: inherit;
|
font: inherit;
|
||||||
font-size: inherit;
|
|
||||||
-webkit-flex: 1;
|
-webkit-flex: 1;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user