mirror of
https://github.com/10h30/yeuchaybo-v6.git
synced 2026-06-05 15:10:05 +09:00
Update search form icon css
This commit is contained in:
@@ -120,10 +120,11 @@
|
|||||||
|
|
||||||
.search-toggle {
|
.search-toggle {
|
||||||
display: none;
|
display: none;
|
||||||
width: 2.5rem;
|
width: 2rem;
|
||||||
height: 2.5rem;
|
height: 2rem;
|
||||||
background-image: center / 1.75rem no-repeat url(assets/images/search.svg);
|
background-image: url(assets/images/search.svg);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
|
||||||
@include breakpoint(md) {
|
@include breakpoint(md) {
|
||||||
display: block;
|
display: block;
|
||||||
@@ -135,7 +136,7 @@
|
|||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
background-image: url(assets/images/close.svg);
|
background-image: url(assets/images/close.svg);
|
||||||
background-size: 1.4rem;
|
background-repeat: no-repeat;
|
||||||
|
|
||||||
.shrink & {
|
.shrink & {
|
||||||
background-image: url(assets/images/close.svg);
|
background-image: url(assets/images/close.svg);
|
||||||
|
|||||||
@@ -13,6 +13,10 @@ msgstr ""
|
|||||||
"X-Poedit-SourceCharset: UTF-8\n"
|
"X-Poedit-SourceCharset: UTF-8\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#: archive-event.php:3
|
||||||
|
msgid "Events Archive"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/page-boxed.php:7
|
#: templates/page-boxed.php:7
|
||||||
msgid "Boxed Template"
|
msgid "Boxed Template"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@@ -1199,10 +1199,11 @@ th {
|
|||||||
|
|
||||||
.search-form .search-toggle {
|
.search-form .search-toggle {
|
||||||
display: none;
|
display: none;
|
||||||
width: 2.5rem;
|
width: 2rem;
|
||||||
height: 2.5rem;
|
height: 2rem;
|
||||||
background-image: center/1.75rem no-repeat url(assets/images/search.svg);
|
background-image: url(assets/images/search.svg);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shrink .search-form .search-toggle {
|
.shrink .search-form .search-toggle {
|
||||||
@@ -1211,7 +1212,7 @@ th {
|
|||||||
|
|
||||||
.search-form .search-toggle.active {
|
.search-form .search-toggle.active {
|
||||||
background-image: url(assets/images/close.svg);
|
background-image: url(assets/images/close.svg);
|
||||||
background-size: 1.4rem;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shrink .search-form .search-toggle.active {
|
.shrink .search-form .search-toggle.active {
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user