From 5aff534c367b244cb7e936c083c3f14cc8be8a6d Mon Sep 17 00:00:00 2001 From: Mayhem Date: Tue, 20 Aug 2013 17:10:11 +0200 Subject: [PATCH] Normalize the #qr select font. --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 3be4907ab..c312f0fee 100644 --- a/css/style.css +++ b/css/style.css @@ -624,6 +624,7 @@ a.hide-announcement { appearance: none; border: none; background: none; + font: inherit; } #qr option { color: #000; @@ -867,8 +868,7 @@ a.hide-announcement { background: none; border: none !important; color: inherit; - font-family: inherit; - font-size: inherit; + font: inherit; -webkit-flex: 1; flex: 1; text-overflow: ellipsis;