mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-05 21:16:26 -05:00
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:
parent
6c15f75c61
commit
1603a1a7a5
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user