Changeset 7012
- Timestamp:
- 02/25/2008 12:34:26 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/wp-admin.css
r7011 r7012 154 154 border: none; 155 155 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; 160 160 color: #246; 161 161 background: #e5e5e5; … … 639 639 color: #246; 640 640 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; 645 645 } 646 646 #wphead #viewsite a:hover { … … 798 798 padding: 0 0.6em; 799 799 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; 804 804 } 805 805 … … 834 834 padding: 0 0.8em; 835 835 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; 840 840 } 841 841 … … 1063 1063 color: #333; 1064 1064 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; 1073 1073 } 1074 1074 … … 1096 1096 text-indent:-9999px; 1097 1097 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; 1102 1102 -moz-border-radius-bottomleft: 3px; 1103 1103 -khtml-border-bottom-left-radius: 3px; … … 1148 1148 border-bottom: none; 1149 1149 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; 1154 1154 } 1155 1155 … … 1206 1206 ul#category-tabs li.ui-tabs-selected { 1207 1207 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; 1216 1216 } 1217 1217
Note: See TracChangeset
for help on using the changeset viewer.