Skip to content

Commit c7d2f36

Browse files
committed
Twenty Fifteen: fix styles for screen-reader-only search button in small screens.
Props iamtakashi, fixes #30744. git-svn-id: https://develop.svn.wordpress.org/trunk@30953 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 908a2e8 commit c7d2f36

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/wp-content/themes/twentyfifteen/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,11 @@ input[type="radio"] {
622622
padding: 0;
623623
}
624624

625+
.search-form input[type="submit"],
626+
.widget .search-form input[type="submit"] {
627+
padding: 0;
628+
}
629+
625630

626631
/**
627632
* 6.0 Navigations

0 commit comments

Comments
 (0)