Normalize the #qr select font.

This commit is contained in:
Mayhem 2013-08-20 17:10:11 +02:00
parent 7cd4b7cee0
commit 5aff534c36

View File

@ -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;