Twenty Fourteen: Fixes missing search block border.

The search block border was missing inside the wrapper on the front. This was done by adding styles to the theme block styles file along with padding.

Props nidhidhandhukiya, sabernhardt, yurajsinh2211, kamran8176, imranhasanraaz, krupajnanda, harshgajipara, rejaulalomkhan, shailu25, hmbashar, rajinsharwar.
Fixes #60164.


git-svn-id: https://develop.svn.wordpress.org/trunk@58369 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Tammie Lister 2024-06-09 09:50:26 +00:00
parent cf0979edc8
commit a2be9dd91c

View File

@ -394,6 +394,13 @@ p.has-drop-cap:not(:focus)::first-letter {
margin-right: 0;
}
/* Search */
html :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
border: 1px solid #949494;
padding: 4px;
}
/*--------------------------------------------------------------
6.0 Blocks - Colors
--------------------------------------------------------------*/