Customizer: Make "Search widgets" input sticky.

props celloexpressions.
fixes #30751.

git-svn-id: https://develop.svn.wordpress.org/trunk@31227 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-01-17 13:15:00 +00:00
parent 4c4de36c5c
commit 3c86263afe

View File

@ -338,7 +338,7 @@ body.adding-widget .add-new-widget:before {
#available-widgets {
position: absolute;
overflow: auto;
top: 0;
top: 46px;
bottom: 0;
left: -301px;
width: 300px;
@ -351,7 +351,13 @@ body.adding-widget .add-new-widget:before {
}
#available-widgets-filter {
position: fixed;
top: 0;
z-index: 1;
width: 300px;
height: 46px;
padding: 8px 17px 7px 13px;
background: #eee;
border-bottom: 1px solid #e4e4e4;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;