[ticket/12598] Remove hover border-color and use hover icon

PHPBB3-12598
This commit is contained in:
PayBas 2014-07-22 10:13:35 +02:00
parent 93d50db2d6
commit d27e9c7c76
4 changed files with 11 additions and 22 deletions

View file

@ -85,7 +85,7 @@
font-size: 0;
}
.tools-icon:before, .modtools-icon:before, .search-adv-icon:before {
.tools-icon:before, .modtools-icon:before, .search-icon:before, .search-adv-icon:before {
background-position: -80px 0;
height: 16px;
margin-top: 2px;
@ -95,8 +95,11 @@
.dropdown-visible .tools-icon:before,
.nojs .dropdown-container:hover .tools-icon:before { background-position: -80px -20px; }
.search-adv-icon:before { background-position: -245px 0; }
.search-adv-icon:hover:before { background-position: -245px -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,

View file

@ -33,20 +33,13 @@ hr {
box-shadow: 0 0 10px #0075B0;
}
#search-box .inputbox:hover,
#search-box .inputbox:focus,
#search-box .button:hover {
.search-box .inputbox,
.search-box .inputbox:hover,
.search-box .inputbox:focus,
.search-box .button:hover {
border-color: #C7C3BF;
}
.search-box .inputbox {
border-color: #C7C3BF;
}
.search-box button.search-icon:before {
background-image: url("./images/icon_textbox_search.gif");
}
/* Round cornered boxes and backgrounds
---------------------------------------- */
#wrap {

View file

@ -380,14 +380,7 @@ input.button1:focus, input.button2:focus, input.button3:focus {
font-size: 0;
height: 24px;
margin: 0;
padding: 3px;
position: relative;
}
.search-box button.search-icon:before {
margin: 0 3px;
height: 14px;
width: 16px;
padding: 3px 5px;
}
.search-box a.button {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB