From 148d7d9b7900f6b69723e8977efc164f7719a6fc Mon Sep 17 00:00:00 2001 From: Michael Miday Date: Mon, 28 Sep 2015 06:50:53 +0200 Subject: [PATCH] [ticket/14194]Patch dropdown small-icon PHPBB3-14194 --- phpBB/styles/prosilver/theme/buttons.css | 5 +++++ 1 file changed, 5 insertions(+) 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; }