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 {
|
||||
display: none;
|
||||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
background-image: center / 1.75rem no-repeat url(assets/images/search.svg);
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
background-image: url(assets/images/search.svg);
|
||||
cursor: pointer;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
@include breakpoint(md) {
|
||||
display: block;
|
||||
@@ -135,7 +136,7 @@
|
||||
|
||||
&.active {
|
||||
background-image: url(assets/images/close.svg);
|
||||
background-size: 1.4rem;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
.shrink & {
|
||||
background-image: url(assets/images/close.svg);
|
||||
|
||||
@@ -13,6 +13,10 @@ msgstr ""
|
||||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: archive-event.php:3
|
||||
msgid "Events Archive"
|
||||
msgstr ""
|
||||
|
||||
#: templates/page-boxed.php:7
|
||||
msgid "Boxed Template"
|
||||
msgstr ""
|
||||
|
||||
@@ -1199,10 +1199,11 @@ th {
|
||||
|
||||
.search-form .search-toggle {
|
||||
display: none;
|
||||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
background-image: center/1.75rem no-repeat url(assets/images/search.svg);
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
background-image: url(assets/images/search.svg);
|
||||
cursor: pointer;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.shrink .search-form .search-toggle {
|
||||
@@ -1211,7 +1212,7 @@ th {
|
||||
|
||||
.search-form .search-toggle.active {
|
||||
background-image: url(assets/images/close.svg);
|
||||
background-size: 1.4rem;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.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