Add border radius to .postbox .hndle, props Jick, fixes #18657

git-svn-id: https://develop.svn.wordpress.org/trunk@18773 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-09-25 17:17:51 +00:00
parent 27252a36b0
commit 10d60279b9
3 changed files with 11 additions and 2 deletions

View File

@@ -1972,6 +1972,15 @@ body.admin-bar #adminmenu {
.postbox .hndle {
cursor: move;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.postbox.closed .hndle {
-webkit-border-radius: 3px;
border-radius: 3px;
}
.hndle a {