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

@ -2,7 +2,7 @@
Contributors: alxmedia Contributors: alxmedia
Requires at least: 5.0 Requires at least: 5.0
Tested up to: 5.5 Tested up to: 5.5
Version: 1.1.5 Version: 1.1.6
License: GPLv3 License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0 License URI: http://www.gnu.org/licenses/gpl-3.0
Tags: blog, one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, custom-logo, custom-header, custom-background Tags: blog, one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, custom-logo, custom-header, custom-background
@ -79,6 +79,9 @@ Sidebar images
== Changelog == == Changelog ==
= 1.1.6 - 2020-08-18 =
* Fixed header search button outline in Chrome
= 1.1.5 - 2020-08-17 = = 1.1.5 - 2020-08-17 =
* Fixed a11y menu dropdown keyboard nav visibility * Fixed a11y menu dropdown keyboard nav visibility

View file

@ -1,7 +1,7 @@
/* /*
Theme Name: Curver Theme Name: Curver
Theme URI: http://alx.media/themes/curver/ Theme URI: http://alx.media/themes/curver/
Version: 1.1.5 Version: 1.1.6
Requires at least: 5.0 Requires at least: 5.0
Requires PHP: 5.6 Requires PHP: 5.6
Tested up to: 5.5 Tested up to: 5.5
@ -534,10 +534,7 @@ background-image: linear-gradient(to top left,#ff8a00,#da1b60); }
/* header : search /* 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 { 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; }
@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 { display: none; position: absolute; top: 13px; right: 70px; width: 340px; z-index: 3; }
.search-expand-inner { padding: 0 10px 10px; } .search-expand-inner { padding: 0 10px 10px; }
.search-expand .themeform input { background: #f2f2f2; width: 100%; border: 1px solid #eee; border-radius: 20px; } .search-expand .themeform input { background: #f2f2f2; width: 100%; border: 1px solid #eee; border-radius: 20px; }