This commit is contained in:
Alexander Agnarson 2020-08-18 12:05:28 +02:00
parent 5cc72becb8
commit 15a90daccd
2 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
/*
Theme Name: Curver
Theme URI: http://alx.media/themes/curver/
Version: 1.1.5
Version: 1.1.6
Requires at least: 5.0
Requires PHP: 5.6
Tested up to: 5.5
@ -534,10 +534,7 @@ 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; }
@media only screen and (max-width: 719px) {
.toggle-search { outline: none; }
}
.toggle-search { background: transparent; outline: none; 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; }
.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; }