Change 2px radii to 3px. Props mt. fixes #5987
git-svn-id: https://develop.svn.wordpress.org/trunk@7012 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d095fd19bc
commit
093bbb2ce0
|
@ -153,10 +153,10 @@ form#upload #post_content {
|
||||||
padding: 4px 6px;
|
padding: 4px 6px;
|
||||||
border: none;
|
border: none;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
-moz-border-radius: 2px;
|
-moz-border-radius: 3px;
|
||||||
-khtml-border-radius: 2px;
|
-khtml-border-radius: 3px;
|
||||||
-webkit-border-radius: 2px;
|
-webkit-border-radius: 3px;
|
||||||
border-radius: 2px;
|
border-radius: 3px;
|
||||||
color: #246;
|
color: #246;
|
||||||
background: #e5e5e5;
|
background: #e5e5e5;
|
||||||
}
|
}
|
||||||
|
@ -638,10 +638,10 @@ a.view-comment-post-link {
|
||||||
display: block;
|
display: block;
|
||||||
color: #246;
|
color: #246;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
-moz-border-radius: 2px;
|
-moz-border-radius: 3px;
|
||||||
-khtml-border-radius: 2px;
|
-khtml-border-radius: 3px;
|
||||||
-webkit-border-radius: 2px;
|
-webkit-border-radius: 3px;
|
||||||
border-radius: 2px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
#wphead #viewsite a:hover {
|
#wphead #viewsite a:hover {
|
||||||
color: #d54e21;
|
color: #d54e21;
|
||||||
|
@ -797,10 +797,10 @@ a.view-comment-post-link {
|
||||||
line-height: 1.3em;
|
line-height: 1.3em;
|
||||||
padding: 0 0.6em;
|
padding: 0 0.6em;
|
||||||
background-color: #bbb;
|
background-color: #bbb;
|
||||||
-moz-border-radius: 0.3em;
|
-moz-border-radius: 3px;
|
||||||
-khtml-border-radius: 0.3em;
|
-khtml-border-radius: 3px;
|
||||||
-webkit-border-radius: 0.3em;
|
-webkit-border-radius: 3px;
|
||||||
border-radius: 0.3em;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
strong .post-com-count {
|
strong .post-com-count {
|
||||||
|
@ -833,10 +833,10 @@ strong .post-com-count span {
|
||||||
line-height: 1.3em;
|
line-height: 1.3em;
|
||||||
padding: 0 0.8em;
|
padding: 0 0.8em;
|
||||||
background-color: #d54e21;
|
background-color: #d54e21;
|
||||||
-moz-border-radius: 0.3em;
|
-moz-border-radius: 3px;
|
||||||
-khtml-border-radius: 0.3em;
|
-khtml-border-radius: 3px;
|
||||||
-webkit-border-radius: 0.3em;
|
-webkit-border-radius: 3px;
|
||||||
border-radius: 0.3em;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#adminmenu li a:hover #awaiting-mod span {
|
#adminmenu li a:hover #awaiting-mod span {
|
||||||
|
@ -1062,14 +1062,14 @@ html, body {
|
||||||
background: #cee1ef;
|
background: #cee1ef;
|
||||||
color: #333;
|
color: #333;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
-moz-border-radius-topright: 2px;
|
-moz-border-radius-topright: 3px;
|
||||||
-khtml-border-top-right-radius: 2px;
|
-khtml-border-top-right-radius: 3px;
|
||||||
-webkit-border-top-right-radius: 2px;
|
-webkit-border-top-right-radius: 3px;
|
||||||
border-top-right-radius: 2px;
|
border-top-right-radius: 3px;
|
||||||
-moz-border-radius-topleft: 2px;
|
-moz-border-radius-topleft: 3px;
|
||||||
-khtml-border-top-left-radius: 2px;
|
-khtml-border-top-left-radius: 3px;
|
||||||
-webkit-border-top-left-radius: 2px;
|
-webkit-border-top-left-radius: 3px;
|
||||||
border-top-left-radius: 2px;
|
border-top-left-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#poststuff #media-buttons {
|
#poststuff #media-buttons {
|
||||||
|
@ -1095,10 +1095,10 @@ html, body {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
text-indent:-9999px;
|
text-indent:-9999px;
|
||||||
width:12px;
|
width:12px;
|
||||||
-moz-border-radius-topleft: 2px;
|
-moz-border-radius-topleft: 3px;
|
||||||
-khtml-border-top-left-radius: 2px;
|
-khtml-border-top-left-radius: 3px;
|
||||||
-webkit-border-top-left-radius: 2px;
|
-webkit-border-top-left-radius: 3px;
|
||||||
border-top-left-radius: 2px;
|
border-top-left-radius: 3px;
|
||||||
-moz-border-radius-bottomleft: 3px;
|
-moz-border-radius-bottomleft: 3px;
|
||||||
-khtml-border-bottom-left-radius: 3px;
|
-khtml-border-bottom-left-radius: 3px;
|
||||||
-webkit-border-bottom-left-radius: 3px;
|
-webkit-border-bottom-left-radius: 3px;
|
||||||
|
@ -1147,10 +1147,10 @@ html, body {
|
||||||
color: #264761;
|
color: #264761;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
-moz-border-radius: 2px;
|
-moz-border-radius: 3px;
|
||||||
-khtml-border-radius: 2px;
|
-khtml-border-radius: 3px;
|
||||||
-webkit-border-radius: 2px;
|
-webkit-border-radius: 3px;
|
||||||
border-radius: 2px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.submitbox #previewview a:hover {
|
.submitbox #previewview a:hover {
|
||||||
|
@ -1205,14 +1205,14 @@ ul#category-tabs li {
|
||||||
|
|
||||||
ul#category-tabs li.ui-tabs-selected {
|
ul#category-tabs li.ui-tabs-selected {
|
||||||
background-color: #CEE1EF;
|
background-color: #CEE1EF;
|
||||||
-moz-border-radius-topleft: 2px;
|
-moz-border-radius-topleft: 3px;
|
||||||
-khtml-border-top-left-radius: 2px;
|
-khtml-border-top-left-radius: 3px;
|
||||||
-webkit-border-top-left-radius: 2px;
|
-webkit-border-top-left-radius: 3px;
|
||||||
border-top-left-radius: 2px;
|
border-top-left-radius: 3px;
|
||||||
-moz-border-radius-bottomleft: 2px;
|
-moz-border-radius-bottomleft: 3px;
|
||||||
-khtml-border-bottom-left-radius: 2px;
|
-khtml-border-bottom-left-radius: 3px;
|
||||||
-webkit-border-bottom-left-radius: 2px;
|
-webkit-border-bottom-left-radius: 3px;
|
||||||
border-bottom-left-radius: 2px;
|
border-bottom-left-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.ui-tabs-panel {
|
div.ui-tabs-panel {
|
||||||
|
|
Loading…
Reference in New Issue