diff options
| author | RMcGirr83 <rmcgirr83@gmail.com> | 2015-11-04 11:05:25 -0500 |
|---|---|---|
| committer | RMcGirr83 <rmcgirr83@gmail.com> | 2015-11-04 11:05:25 -0500 |
| commit | de984caf98c09a921db203e26b55ebefb57e5e50 (patch) | |
| tree | 7978067f791d9e22a19e93054fc2b16de43f2179 /phpBB/styles/prosilver/theme | |
| parent | f518a57d0da5bc153a9b32b9c5f6b44a8878bc5c (diff) | |
| download | forums-de984caf98c09a921db203e26b55ebefb57e5e50.tar forums-de984caf98c09a921db203e26b55ebefb57e5e50.tar.gz forums-de984caf98c09a921db203e26b55ebefb57e5e50.tar.bz2 forums-de984caf98c09a921db203e26b55ebefb57e5e50.tar.xz forums-de984caf98c09a921db203e26b55ebefb57e5e50.zip | |
Merge remote-tracking branch 'origin/ticket_12649' into ticket_12649
PHPBB3-12649
Diffstat (limited to 'phpBB/styles/prosilver/theme')
| -rw-r--r-- | phpBB/styles/prosilver/theme/buttons.css | 40 |
1 files changed, 33 insertions, 7 deletions
diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css index 856aa31699..94371f34ce 100644 --- a/phpBB/styles/prosilver/theme/buttons.css +++ b/phpBB/styles/prosilver/theme/buttons.css @@ -53,15 +53,41 @@ border-radius: 0 4px 4px 0; } -.search-header .button-search, -.search-header .button-search-end { - border-top-width: 0; - border-bottom-width: 0; - padding: 3px 5px; +.tools-icon:before, .modtools-icon:before, .search-icon:before, .search-adv-icon:before, .sort-icon:before { + background-position: -80px 0; + height: 16px; + margin-top: 2px; + width: 16px; } -.search-header .button-search-end { - border-right-width: 0; +.dropdown-visible .tools-icon:before, +.nojs .dropdown-container:hover .tools-icon:before { background-position: -80px -20px; } + +.sort-icon:before { background-position: -265px 0; } +.dropdown-visible .sort-icon:before, +.nojs .dropdown-container:hover .sort-icon:before { background-position: -265px -20px; } + +.search-icon:before { background-position: -245px 0; } +.search-icon:hover:before { background-position: -245px -20px; } + +.search-adv-icon:before { background-position: -265px 0; } +.search-adv-icon:hover:before { background-position: -265px -20px; } + +.modtools-icon:before { background-position: -225px 0; } +.dropdown-visible .modtools-icon:before, +.nojs .dropdown-container:hover .modtools-icon:before { background-position: -225px -20px; } + +/* Icon images +---------------------------------------- */ +.small-icon { + background-position: 0 50%; + background-repeat: no-repeat; + background-image: none; +} + +.small-icon > a { + display: inline-block; + padding: 0 0 0 18px; } .sort-icon:before { |
