mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12649] Fix buttons css file
PHPBB3-12649
This commit is contained in:
parent
32d6d2a94e
commit
ffc4b5a6df
1 changed files with 7 additions and 45 deletions
|
@ -53,53 +53,15 @@
|
||||||
border-radius: 0 4px 4px 0;
|
border-radius: 0 4px 4px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tools-icon:before, .modtools-icon:before, .search-icon:before, .search-adv-icon:before, .sort-icon:before {
|
.search-header .button-search,
|
||||||
background-position: -80px 0;
|
.search-header .button-search-end {
|
||||||
height: 16px;
|
border-top-width: 0;
|
||||||
margin-top: 2px;
|
border-bottom-width: 0;
|
||||||
width: 16px;
|
padding: 3px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-visible .tools-icon:before,
|
.search-header .button-search-end {
|
||||||
.nojs .dropdown-container:hover .tools-icon:before { background-position: -80px -20px; }
|
border-right-width: 0;
|
||||||
|
|
||||||
.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 {
|
|
||||||
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 {
|
.button-icon-only {
|
||||||
|
|
Loading…
Add table
Reference in a new issue