This commit is contained in:
Alexander Agnarson 2020-08-17 13:29:32 +02:00
parent f20a586d67
commit 5cc72becb8

View file

@ -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; }