diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css index 726639ff92..7f93dbdf89 100644 --- a/phpBB/styles/prosilver/theme/buttons.css +++ b/phpBB/styles/prosilver/theme/buttons.css @@ -166,6 +166,11 @@ button::-moz-focus-inner { background-image: none; } +.dropdown .small-icon { + background-position: 5px 50%; + padding: 5px; +} + .small-icon > a { padding: 0 0 0 18px; }