mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Fix the padding for the feature filter box on the Add Themes screen.
fixes #33132 props SergeyBiryukov git-svn-id: https://develop.svn.wordpress.org/trunk@33439 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1085,6 +1085,10 @@ body.folded .theme-overlay .theme-wrap {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.theme-install-php .wp-filter {
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
.theme-install-php a.upload,
|
||||
.theme-install-php a.browse-themes {
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user