summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/search/style.css
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:51:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:51:22 +0000
commitfc0a79914946dac00ccd51b1aacffe267de7210e (patch)
tree1403384efbfe8f8776ff60aaa40f7d535c02c822 /wp-includes/blocks/search/style.css
parentReleasing progress-linux version 6.5.5+dfsg1-1~progress7.99u1. (diff)
downloadwordpress-fc0a79914946dac00ccd51b1aacffe267de7210e.tar.xz
wordpress-fc0a79914946dac00ccd51b1aacffe267de7210e.zip
Merging upstream version 6.6.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'wp-includes/blocks/search/style.css')
-rw-r--r--wp-includes/blocks/search/style.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/wp-includes/blocks/search/style.css b/wp-includes/blocks/search/style.css
index 536a2d1..298d116 100644
--- a/wp-includes/blocks/search/style.css
+++ b/wp-includes/blocks/search/style.css
@@ -31,8 +31,7 @@
}
.wp-block-search__input{
- -webkit-appearance:initial;
- appearance:none;
+ appearance:none;
border:1px solid #949494;
flex-grow:1;
margin-left:0;
@@ -73,6 +72,16 @@
width:0 !important;
}
+:where(.wp-block-search__input){
+ font-family:inherit;
+ font-size:inherit;
+ font-style:inherit;
+ font-weight:inherit;
+ letter-spacing:inherit;
+ line-height:inherit;
+ text-transform:inherit;
+}
+
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){
border:1px solid #949494;
box-sizing:border-box;