diff options
author | Michael Miday <midaym@gmail.com> | 2015-09-28 06:50:53 +0200 |
---|---|---|
committer | Michael Miday <midaym@gmail.com> | 2015-10-11 10:41:18 +0200 |
commit | 148d7d9b7900f6b69723e8977efc164f7719a6fc (patch) | |
tree | eaff913958748e2afd66622d1468e90dc1e1dc09 | |
parent | a5017c7488551f44336d777d7f1b1a1ff658bd8f (diff) | |
download | forums-148d7d9b7900f6b69723e8977efc164f7719a6fc.tar forums-148d7d9b7900f6b69723e8977efc164f7719a6fc.tar.gz forums-148d7d9b7900f6b69723e8977efc164f7719a6fc.tar.bz2 forums-148d7d9b7900f6b69723e8977efc164f7719a6fc.tar.xz forums-148d7d9b7900f6b69723e8977efc164f7719a6fc.zip |
[ticket/14194]Patch dropdown small-icon
PHPBB3-14194
-rw-r--r-- | phpBB/styles/prosilver/theme/buttons.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; } |