diff --git a/responsive.css b/responsive.css index 3fdf20b..a3c7a86 100644 --- a/responsive.css +++ b/responsive.css @@ -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; } diff --git a/style.css b/style.css index 7b54a8a..6f5f1ef 100644 --- a/style.css +++ b/style.css @@ -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; }