From 1603a1a7a5f01e453bc5a0e54c1ecd799e0d1946 Mon Sep 17 00:00:00 2001 From: MasterFloat Date: Tue, 30 Jun 2015 10:46:20 +0200 Subject: [PATCH] Fix popmenu button padding in Mozilla This adds 1px top and bottom padding to popupmenu's button to match its hover offset. Necessary because of a bug in Mozilla involving box-sizing of buttons. --- style/client.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/client.css b/style/client.css index 8570a620e..3aaafb493 100644 --- a/style/client.css +++ b/style/client.css @@ -429,7 +429,7 @@ p.or:after { font-size: 8pt; font-family: Verdana, Helvetica, Arial, sans-serif; margin: 0 0 0 6px; - padding: 0 4px; + padding: 1px 4px; border: 0; border-radius: 2px; background: transparent;