Add webkit border radius. Props mt. fixes #5906
git-svn-id: http://svn.automattic.com/wordpress/trunk@6909 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7519a920b1
commit
45e9806700
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue