mirror of
https://ghproxy.net/https://github.com/AlxMedia/curver.git
synced 2025-08-28 06:37:49 +08:00
fix
This commit is contained in:
parent
f20a586d67
commit
5cc72becb8
1 changed files with 3 additions and 1 deletions
|
@ -535,7 +535,9 @@ background-image: linear-gradient(to top left,#ff8a00,#da1b60); }
|
|||
/* header : search
|
||||
/* ------------------------------------ */
|
||||
.toggle-search { background: transparent; z-index: 3; position: absolute; right: 30px; top: 0; border: 0; width: 60px; color: #333; text-align: center; font-size: 20px; line-height: 24px; cursor: pointer; padding: 17px 0 17px; margin: 0; display: block; }
|
||||
.toggle-search:focus { outline: none; }
|
||||
@media only screen and (max-width: 719px) {
|
||||
.toggle-search { outline: none; }
|
||||
}
|
||||
.search-expand { display: none; position: absolute; top: 13px; right: 70px; width: 340px; z-index: 3; }
|
||||
.search-expand-inner { padding: 0 10px 10px; }
|
||||
.search-expand .themeform input { background: #f2f2f2; width: 100%; border: 1px solid #eee; border-radius: 20px; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue