1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-02 12:53:37 +02:00

[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

@@ -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 {