mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 05:48:51 +00:00
[ticket/12598] Remove border from .search-header
PHPBB3-12598
This commit is contained in:
parent
0dc181a529
commit
6eb2b876f1
1 changed files with 23 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue