Make WordPress Core

Changeset 7012


Ignore:
Timestamp:
02/25/2008 12:34:26 AM (19 years ago)
Author:
ryan
Message:

Change 2px radii to 3px. Props mt. fixes #5987

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/wp-admin.css

    r7011 r7012  
    154154        border: none;
    155155        font-size: 13px;
    156         -moz-border-radius: 2px;
    157         -khtml-border-radius: 2px;     
    158         -webkit-border-radius: 2px;
    159         border-radius: 2px;
     156        -moz-border-radius: 3px;
     157        -khtml-border-radius: 3px;     
     158        -webkit-border-radius: 3px;
     159        border-radius: 3px;
    160160        color: #246;
    161161        background: #e5e5e5;
     
    639639        color: #246;
    640640        letter-spacing: normal;
    641         -moz-border-radius: 2px;
    642         -khtml-border-radius: 2px;
    643         -webkit-border-radius: 2px;
    644         border-radius: 2px;
     641        -moz-border-radius: 3px;
     642        -khtml-border-radius: 3px;
     643        -webkit-border-radius: 3px;
     644        border-radius: 3px;
    645645}
    646646#wphead #viewsite a:hover {
     
    798798        padding: 0 0.6em;
    799799        background-color: #bbb;
    800         -moz-border-radius: 0.3em;
    801         -khtml-border-radius: 0.3em;
    802         -webkit-border-radius: 0.3em;
    803         border-radius: 0.3em;
     800        -moz-border-radius: 3px;
     801        -khtml-border-radius: 3px;
     802        -webkit-border-radius: 3px;
     803        border-radius: 3px;
    804804}
    805805
     
    834834        padding: 0 0.8em;
    835835        background-color: #d54e21;
    836         -moz-border-radius: 0.3em;
    837         -khtml-border-radius: 0.3em;
    838         -webkit-border-radius: 0.3em;
    839         border-radius: 0.3em;
     836        -moz-border-radius: 3px;
     837        -khtml-border-radius: 3px;
     838        -webkit-border-radius: 3px;
     839        border-radius: 3px;
    840840}
    841841
     
    10631063        color: #333;
    10641064        font-weight: bold;
    1065         -moz-border-radius-topright: 2px;
    1066         -khtml-border-top-right-radius: 2px;
    1067         -webkit-border-top-right-radius: 2px;
    1068         border-top-right-radius: 2px;
    1069         -moz-border-radius-topleft: 2px;
    1070         -khtml-border-top-left-radius: 2px;
    1071         -webkit-border-top-left-radius: 2px;
    1072         border-top-left-radius: 2px;
     1065        -moz-border-radius-topright: 3px;
     1066        -khtml-border-top-right-radius: 3px;
     1067        -webkit-border-top-right-radius: 3px;
     1068        border-top-right-radius: 3px;
     1069        -moz-border-radius-topleft: 3px;
     1070        -khtml-border-top-left-radius: 3px;
     1071        -webkit-border-top-left-radius: 3px;
     1072        border-top-left-radius: 3px;
    10731073}
    10741074
     
    10961096        text-indent:-9999px;
    10971097        width:12px;
    1098         -moz-border-radius-topleft: 2px;
    1099         -khtml-border-top-left-radius: 2px;
    1100         -webkit-border-top-left-radius: 2px;
    1101         border-top-left-radius: 2px;
     1098        -moz-border-radius-topleft: 3px;
     1099        -khtml-border-top-left-radius: 3px;
     1100        -webkit-border-top-left-radius: 3px;
     1101        border-top-left-radius: 3px;
    11021102        -moz-border-radius-bottomleft: 3px;
    11031103        -khtml-border-bottom-left-radius: 3px;
     
    11481148        border-bottom: none;
    11491149        font-size: 14px;
    1150         -moz-border-radius: 2px;
    1151         -khtml-border-radius: 2px;
    1152         -webkit-border-radius: 2px;
    1153         border-radius: 2px;
     1150        -moz-border-radius: 3px;
     1151        -khtml-border-radius: 3px;
     1152        -webkit-border-radius: 3px;
     1153        border-radius: 3px;
    11541154}
    11551155
     
    12061206ul#category-tabs li.ui-tabs-selected {
    12071207        background-color: #CEE1EF;
    1208         -moz-border-radius-topleft: 2px;
    1209         -khtml-border-top-left-radius: 2px;
    1210         -webkit-border-top-left-radius: 2px;
    1211         border-top-left-radius: 2px;
    1212         -moz-border-radius-bottomleft: 2px;
    1213         -khtml-border-bottom-left-radius: 2px;
    1214         -webkit-border-bottom-left-radius: 2px;
    1215         border-bottom-left-radius: 2px;
     1208        -moz-border-radius-topleft: 3px;
     1209        -khtml-border-top-left-radius: 3px;
     1210        -webkit-border-top-left-radius: 3px;
     1211        border-top-left-radius: 3px;
     1212        -moz-border-radius-bottomleft: 3px;
     1213        -khtml-border-bottom-left-radius: 3px;
     1214        -webkit-border-bottom-left-radius: 3px;
     1215        border-bottom-left-radius: 3px;
    12161216}
    12171217
Note: See TracChangeset for help on using the changeset viewer.