diff options
Diffstat (limited to 'wp-includes/blocks/post-comments-form/style.css')
-rw-r--r-- | wp-includes/blocks/post-comments-form/style.css | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/wp-includes/blocks/post-comments-form/style.css b/wp-includes/blocks/post-comments-form/style.css index fac2c07..5de971d 100644 --- a/wp-includes/blocks/post-comments-form/style.css +++ b/wp-includes/blocks/post-comments-form/style.css @@ -1,3 +1,12 @@ +:where(.wp-block-post-comments-form) input:not([type=submit]),:where(.wp-block-post-comments-form) textarea{ + border:1px solid #949494; + font-family:inherit; + font-size:1em; +} +:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),:where(.wp-block-post-comments-form) textarea{ + padding:calc(.667em + 2px); +} + .wp-block-post-comments-form{ box-sizing:border-box; } @@ -26,14 +35,6 @@ overflow-wrap:break-word; text-align:center; } -.wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea{ - border:1px solid #949494; - font-family:inherit; - font-size:1em; -} -.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea{ - padding:calc(.667em + 2px); -} .wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{ box-sizing:border-box; display:block; |