mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-17 15:11:40 +02:00
[ticket/12598] Remove border from .search-header
PHPBB3-12598
This commit is contained in:
@@ -391,6 +391,29 @@ input.button1:focus, input.button2:focus, input.button3:focus {
|
|||||||
padding: 2px 5px 2px 3px;
|
padding: 2px 5px 2px 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Search box (header)
|
||||||
|
--------------------------------------------- */
|
||||||
|
.search-header {
|
||||||
|
border-radius: 4px;
|
||||||
|
display: block;
|
||||||
|
float: right;
|
||||||
|
margin-right: 5px;
|
||||||
|
margin-top: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.search-header .inputbox { border: 0; }
|
||||||
|
|
||||||
|
.search-header button {
|
||||||
|
border-top: 0;
|
||||||
|
border-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.search-header a.button {
|
||||||
|
border-top: 0;
|
||||||
|
border-bottom: 0;
|
||||||
|
padding: 3px 5px 3px 4px;
|
||||||
|
}
|
||||||
|
|
||||||
input.search {
|
input.search {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
Reference in New Issue
Block a user