mirror of
https://ghproxy.net/https://github.com/AlxMedia/curver.git
synced 2025-08-28 09:25:45 +08:00
1.1.6
This commit is contained in:
parent
5cc72becb8
commit
15a90daccd
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
Contributors: alxmedia
|
||||
Requires at least: 5.0
|
||||
Tested up to: 5.5
|
||||
Version: 1.1.5
|
||||
Version: 1.1.6
|
||||
License: GPLv3
|
||||
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
|
||||
|
@ -79,6 +79,9 @@ Sidebar images
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 1.1.6 - 2020-08-18 =
|
||||
* Fixed header search button outline in Chrome
|
||||
|
||||
= 1.1.5 - 2020-08-17 =
|
||||
* Fixed a11y menu dropdown keyboard nav visibility
|
||||
|
||||
|
|
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue