diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index bead971a9d..47a66cc5f1 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -153,10 +153,10 @@ form#upload #post_content { padding: 4px 6px; border: none; font-size: 13px; - -moz-border-radius: 2px; - -khtml-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; + -moz-border-radius: 3px; + -khtml-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; color: #246; background: #e5e5e5; } @@ -638,10 +638,10 @@ a.view-comment-post-link { display: block; color: #246; letter-spacing: normal; - -moz-border-radius: 2px; - -khtml-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; + -moz-border-radius: 3px; + -khtml-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } #wphead #viewsite a:hover { color: #d54e21; @@ -797,10 +797,10 @@ a.view-comment-post-link { line-height: 1.3em; padding: 0 0.6em; background-color: #bbb; - -moz-border-radius: 0.3em; - -khtml-border-radius: 0.3em; - -webkit-border-radius: 0.3em; - border-radius: 0.3em; + -moz-border-radius: 3px; + -khtml-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } strong .post-com-count { @@ -833,10 +833,10 @@ strong .post-com-count span { line-height: 1.3em; padding: 0 0.8em; background-color: #d54e21; - -moz-border-radius: 0.3em; - -khtml-border-radius: 0.3em; - -webkit-border-radius: 0.3em; - border-radius: 0.3em; + -moz-border-radius: 3px; + -khtml-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } #adminmenu li a:hover #awaiting-mod span { @@ -1062,14 +1062,14 @@ html, body { background: #cee1ef; color: #333; font-weight: bold; - -moz-border-radius-topright: 2px; - -khtml-border-top-right-radius: 2px; - -webkit-border-top-right-radius: 2px; - border-top-right-radius: 2px; - -moz-border-radius-topleft: 2px; - -khtml-border-top-left-radius: 2px; - -webkit-border-top-left-radius: 2px; - border-top-left-radius: 2px; + -moz-border-radius-topright: 3px; + -khtml-border-top-right-radius: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-topleft: 3px; + -khtml-border-top-left-radius: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; } #poststuff #media-buttons { @@ -1095,10 +1095,10 @@ html, body { position:absolute; text-indent:-9999px; width:12px; - -moz-border-radius-topleft: 2px; - -khtml-border-top-left-radius: 2px; - -webkit-border-top-left-radius: 2px; - border-top-left-radius: 2px; + -moz-border-radius-topleft: 3px; + -khtml-border-top-left-radius: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; -moz-border-radius-bottomleft: 3px; -khtml-border-bottom-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; @@ -1147,10 +1147,10 @@ html, body { color: #264761; border-bottom: none; font-size: 14px; - -moz-border-radius: 2px; - -khtml-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; + -moz-border-radius: 3px; + -khtml-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } .submitbox #previewview a:hover { @@ -1205,14 +1205,14 @@ ul#category-tabs li { ul#category-tabs li.ui-tabs-selected { background-color: #CEE1EF; - -moz-border-radius-topleft: 2px; - -khtml-border-top-left-radius: 2px; - -webkit-border-top-left-radius: 2px; - border-top-left-radius: 2px; - -moz-border-radius-bottomleft: 2px; - -khtml-border-bottom-left-radius: 2px; - -webkit-border-bottom-left-radius: 2px; - border-bottom-left-radius: 2px; + -moz-border-radius-topleft: 3px; + -khtml-border-top-left-radius: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -khtml-border-bottom-left-radius: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } div.ui-tabs-panel {