aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/buttons.css
diff options
context:
space:
mode:
authorRMcGirr83 <rmcgirr83@gmail.com>2015-11-03 14:37:34 -0500
committerRMcGirr83 <rmcgirr83@gmail.com>2015-11-03 14:48:05 -0500
commit9a4e998f7057bf5041404544600ad45bb863b433 (patch)
tree71b0e49d8db45c1599cd9f495a472c588c65fb74 /phpBB/styles/prosilver/theme/buttons.css
parentc783c37c73beb2756d900f18dd24430c1b9f41ff (diff)
downloadforums-9a4e998f7057bf5041404544600ad45bb863b433.tar
forums-9a4e998f7057bf5041404544600ad45bb863b433.tar.gz
forums-9a4e998f7057bf5041404544600ad45bb863b433.tar.bz2
forums-9a4e998f7057bf5041404544600ad45bb863b433.tar.xz
forums-9a4e998f7057bf5041404544600ad45bb863b433.zip
[ticket/12649] Change sort & display options in footers to dropdown menu
PHPBB3-12649
Diffstat (limited to 'phpBB/styles/prosilver/theme/buttons.css')
-rw-r--r--phpBB/styles/prosilver/theme/buttons.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css
index 7f93dbdf89..856aa31699 100644
--- a/phpBB/styles/prosilver/theme/buttons.css
+++ b/phpBB/styles/prosilver/theme/buttons.css
@@ -64,6 +64,18 @@
border-right-width: 0;
}
+.sort-icon:before {
+ background-position: -265px 0;
+ background-position: -80px 0;
+ height: 16px;
+ margin-top: 2px;
+}
+
+.dropdown-visible .sort-icon:before,
+.nojs .dropdown-container:hover .sort-icon:before {
+ background-position: -265px -20px;
+}
+
.button-icon-only {
padding-left: 3px;
padding-right: 3px;