mirror of
git://develop.git.wordpress.org/
synced 2025-03-15 01:19:51 +01:00
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:
parent
cf0979edc8
commit
a2be9dd91c
@ -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
|
||||
--------------------------------------------------------------*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user