mirror of
https://ghproxy.net/https://github.com/AlxMedia/curveflow.git
synced 2025-08-26 08:05:29 +08:00
Search form fix
This commit is contained in:
parent
edef6ad525
commit
0ccdf106f6
2 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@
|
|||
.toggle-search:focus #svg-close { fill: #333; }
|
||||
.search-expand { top: -1px; left: 0; width: 100%; padding: 0; border-radius: 20px; overflow: hidden; }
|
||||
.search-expand-inner { padding: 0; width: 100%; }
|
||||
.search-expand .themeform.searchform div input { border-radius: 0; padding: 22px 22px 22px 60px; }
|
||||
.search-expand .themeform.searchform div input { border-radius: 0; border: 0; padding: 22px 22px 22px 60px; }
|
||||
.s2 .themeform.searchform div:after { top: 22px; left: 26px; }
|
||||
#nav-header.nav-container { margin-top: 0; }
|
||||
|
||||
|
|
|
@ -706,7 +706,7 @@ box-shadow: 0 0 2px rgba(255,255,255,0.4);
|
|||
.toggle-search.active i:before { content: "\f00d"; }
|
||||
.search-expand { display: none; background: #fff; border-radius: 20px; padding: 22px; position: absolute; top: 0; left: 80px; width: 236px; z-index: 10; }
|
||||
.search-expand-inner { }
|
||||
.search-expand .themeform input { background: #fff; width: 100%; border: 0; }
|
||||
.search-expand .themeform input { background: #fff; width: 100%; border: 1px solid #ddd; }
|
||||
.search-expand .themeform input:focus { border-color: #ccc; }
|
||||
.toggle-search.active { padding-top: 28px; padding-bottom: 29px; }
|
||||
.toggle-search .svg-icon { fill: rgba(255,255,255,0.6); margin: 0 auto; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue