mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-06 05:34:26 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user