|
@@ -179,6 +179,7 @@ a:hover, a:focus {
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+input.wp-block-search__input,
|
|
input[type="text"],
|
|
input[type="text"],
|
|
input[type="email"],
|
|
input[type="email"],
|
|
input[type="url"],
|
|
input[type="url"],
|
|
@@ -204,6 +205,7 @@ textarea {
|
|
padding: var(--wp--custom--form--padding);
|
|
padding: var(--wp--custom--form--padding);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+input.wp-block-search__input:focus,
|
|
input[type="text"]:focus,
|
|
input[type="text"]:focus,
|
|
input[type="email"]:focus,
|
|
input[type="email"]:focus,
|
|
input[type="url"]:focus,
|
|
input[type="url"]:focus,
|
|
@@ -576,7 +578,7 @@ p.has-background {
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
|
|
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
|
|
- padding: 0;
|
|
|
|
|
|
+ padding: 0 var(--wp--custom--form--padding);
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-search .wp-block-search__input {
|
|
.wp-block-search .wp-block-search__input {
|