mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Compromise between a mix of razor-sharp corners and gratuitously over-rounded "safety corners" by standardizing around 3px border-radius (mouse-nibbled corners). see #17324
git-svn-id: https://develop.svn.wordpress.org/trunk@17820 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1001,20 +1001,20 @@ table.widefat .spam a:hover,
|
||||
background: #444444;
|
||||
border-left: 1px solid #999;
|
||||
border-top: 1px solid #999;
|
||||
-moz-border-radius: 4px 0 0 0;
|
||||
-webkit-border-top-left-radius: 4px;
|
||||
-khtml-border-top-left-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
-moz-border-radius: 3px 0 0 0;
|
||||
-webkit-border-top-left-radius: 3px;
|
||||
-khtml-border-top-left-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
|
||||
.wp-admin .clearlooks2 .mceFocus .mceTop .mceRight {
|
||||
background: #444444;
|
||||
border-right: 1px solid #999;
|
||||
border-top: 1px solid #999;
|
||||
border-top-right-radius: 4px;
|
||||
-khtml-border-top-right-radius: 4px;
|
||||
-webkit-border-top-right-radius: 4px;
|
||||
-moz-border-radius: 0 4px 0 0;
|
||||
border-top-right-radius: 3px;
|
||||
-khtml-border-top-right-radius: 3px;
|
||||
-webkit-border-top-right-radius: 3px;
|
||||
-moz-border-radius: 0 3px 0 0;
|
||||
}
|
||||
|
||||
.wp-admin .clearlooks2 .mceMiddle .mceLeft {
|
||||
@@ -1672,8 +1672,8 @@ div.widgets-sortables,
|
||||
#widgets-left .inactive {
|
||||
border-color: #D1E5EE;
|
||||
background-color: #f8f7f3;
|
||||
-moz-border-radius-bottomleft:8px;
|
||||
-moz-border-radius-bottomright:8px
|
||||
-moz-border-radius-bottomleft:3px;
|
||||
-moz-border-radius-bottomright:3px
|
||||
}
|
||||
|
||||
#available-widgets .widget-holder {
|
||||
|
||||
Reference in New Issue
Block a user