From 56c5b70b1700dfef16a0fbccddf692d3c0400e6e Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 19 Feb 2008 00:47:58 +0000 Subject: [PATCH] Add webkit border radius. Props mt. fixes #5906 git-svn-id: https://develop.svn.wordpress.org/trunk@6909 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/css/dashboard.css | 3 ++- wp-admin/wp-admin.css | 21 ++++++++++++++++++--- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/wp-admin/css/dashboard.css b/wp-admin/css/dashboard.css index 94ac7fd334..9abc531417 100644 --- a/wp-admin/css/dashboard.css +++ b/wp-admin/css/dashboard.css @@ -15,7 +15,8 @@ #rightnow .rbutton { background: #ebebeb; - -moz-border-radius: 5px; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; font-weight: normal; color: #264761; padding: 6px; diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 42516af098..31938f137a 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -613,6 +613,7 @@ a.view-comment-post-link { padding: 6px; display: block; -moz-border-radius: 2px; + -webkit-border-radius: 2px; color: #246; letter-spacing: normal; } @@ -647,7 +648,9 @@ a.view-comment-post-link { #dashmenu a:hover, #dashmenu a.current, #dashmenu a.current:hover { background: #e4f2fd; -moz-border-radius-topleft: 3px; - -moz-border-radius-topright: 3px; + -webkit-border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; color: #555; } @@ -676,7 +679,9 @@ a.view-comment-post-link { border: 1px solid #c6d9e9; font-weight: bold; -moz-border-radius-topleft: 4px; + -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; + -webkit-border-top-right-radius: 4px; padding: 6px; } @@ -753,7 +758,7 @@ a.view-comment-post-link { 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; } @@ -788,7 +793,7 @@ strong .post-com-count span { 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; } @@ -1013,7 +1018,9 @@ html, body { color: #333; font-weight: bold; -moz-border-radius-topright: 2px; + -webkit-border-top-right-radius: 2px; -moz-border-radius-topleft: 2px; + -webkit-border-top-left-radius: 2px; } #poststuff #media-buttons { @@ -1040,7 +1047,9 @@ html, body { text-indent:-9999px; width:12px; -moz-border-radius-topleft: 2px; + -webkit-border-top-left-radius: 2px; -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; } #poststuff .closed .inside { @@ -1064,6 +1073,7 @@ html, body { top: 194px; right: 15%; -moz-border-radius: 3px; + -webkit-border-radius: 3px; } .submitbox #previewview { @@ -1074,6 +1084,7 @@ html, body { .submitbox #previewview a { background: #ebebeb; -moz-border-radius: 5px; + -webkit-border-radius: 5px; padding: 6px; font-weight: normal; color: #264761; @@ -1119,6 +1130,10 @@ ul#category-tabs li { ul#category-tabs li.ui-tabs-selected { background-color: #CEE1EF; + -moz-border-radius-topleft: 2px; + -webkit-border-top-left-radius: 2px; + -moz-border-radius-bottomleft: 2px; + -webkit-border-bottom-left-radius: 2px; } div.ui-tabs-panel {