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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user