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.
This commit is contained in:
MasterFloat 2015-06-30 10:46:20 +02:00 committed by Guangcong Luo
parent 6c15f75c61
commit 1603a1a7a5

View File

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