Changeset 6917
- Timestamp:
- 02/19/2008 08:31:14 PM (18 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
-
css/dashboard.css (modified) (1 diff)
-
wp-admin.css (modified) (12 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/dashboard.css
r6913 r6917 16 16 #rightnow .rbutton { 17 17 background: #ebebeb; 18 -moz-border-radius: 2px;19 -webkit-border-radius: 2px;20 18 font-weight: normal; 21 19 color: #264761; 22 20 padding: 6px; 23 21 border-bottom: none; 22 -moz-border-radius: 2px; 23 -khtml-border-radius: 2px; 24 -webkit-border-radius: 2px; 25 border-radius: 2px; 24 26 } 25 27 -
trunk/wp-admin/wp-admin.css
r6913 r6917 137 137 padding: 6px; 138 138 background: #e5e5e5; 139 border: none; 139 140 -moz-border-radius: 2px; 141 -khtml-border-radius: 2px; 140 142 -webkit-border-radius: 2px; 141 border : none;143 border-radius: 2px; 142 144 } 143 145 … … 622 624 padding: 6px; 623 625 display: block; 624 -moz-border-radius: 2px;625 -webkit-border-radius: 2px;626 626 color: #246; 627 627 letter-spacing: normal; 628 -moz-border-radius: 2px; 629 -khtml-border-radius: 2px; 630 -webkit-border-radius: 2px; 631 border-radius: 2px; 628 632 } 629 633 #wphead #viewsite a:hover { … … 659 663 #dashmenu a:hover, #dashmenu a.current, #dashmenu a.current:hover { 660 664 background: #e4f2fd; 665 color: #555; 661 666 -moz-border-radius-topleft: 3px; 667 -khtml-border-top-left-radius: 3px; 662 668 -webkit-border-top-left-radius: 3px; 669 border-top-left-radius: 3px; 663 670 -moz-border-radius-topright: 3px; 664 -webkit-border-top-right-radius: 3px; 665 color: #555; 671 -khtml-border-top-right-radius: 3px; 672 -webkit-border-top-right-radius: 3px; 673 border-top-right-radius: 3px; 666 674 } 667 675 … … 690 698 border: 1px solid #c6d9e9; 691 699 font-weight: bold; 700 padding: 6px; 692 701 -moz-border-radius-topleft: 4px; 702 -khtml-border-top-left-radius: 4px; 693 703 -webkit-border-top-left-radius: 4px; 704 border-top-left-radius: 4px; 694 705 -moz-border-radius-topright: 4px; 706 -khtml-border-top-right-radius: 4px; 695 707 -webkit-border-top-right-radius: 4px; 696 padding: 6px;708 border-top-right-radius: 4px; 697 709 } 698 710 … … 770 782 background-color: #bbb; 771 783 -moz-border-radius: 0.3em; 784 -khtml-border-radius: 0.3em; 772 785 -webkit-border-radius: 0.3em; 773 786 border-radius: 0.3em; … … 805 818 background-color: #d54e21; 806 819 -moz-border-radius: 0.3em; 820 -khtml-border-radius: 0.3em; 807 821 -webkit-border-radius: 0.3em; 808 822 border-radius: 0.3em; … … 1030 1044 font-weight: bold; 1031 1045 -moz-border-radius-topright: 2px; 1046 -khtml-border-top-right-radius: 2px; 1032 1047 -webkit-border-top-right-radius: 2px; 1048 border-top-right-radius: 2px; 1033 1049 -moz-border-radius-topleft: 2px; 1050 -khtml-border-top-left-radius: 2px; 1034 1051 -webkit-border-top-left-radius: 2px; 1052 border-top-left-radius: 2px; 1035 1053 } 1036 1054 … … 1059 1077 width:12px; 1060 1078 -moz-border-radius-topleft: 2px; 1079 -khtml-border-top-left-radius: 2px; 1061 1080 -webkit-border-top-left-radius: 2px; 1081 border-top-left-radius: 2px; 1062 1082 -moz-border-radius-bottomleft: 3px; 1083 -khtml-border-bottom-left-radius: 3px; 1063 1084 -webkit-border-bottom-left-radius: 3px; 1085 border-bottom-left-radius: 3px; 1064 1086 } 1065 1087 … … 1085 1107 right: 15%; 1086 1108 -moz-border-radius: 3px; 1109 -khtml-border-radius: 3px; 1087 1110 -webkit-border-radius: 3px; 1111 border-radius: 3px; 1088 1112 } 1089 1113 … … 1095 1119 .submitbox #previewview a { 1096 1120 background: #ebebeb; 1097 -moz-border-radius: 2px;1098 -webkit-border-radius: 2px;1099 -webkit-border-radius: 5px;1100 1121 padding: 6px; 1101 1122 font-weight: normal; … … 1103 1124 border-bottom: none; 1104 1125 font-size: 14px; 1126 -moz-border-radius: 2px; 1127 -khtml-border-radius: 2px; 1128 -webkit-border-radius: 2px; 1129 border-radius: 2px; 1105 1130 } 1106 1131 … … 1147 1172 background-color: #CEE1EF; 1148 1173 -moz-border-radius-topleft: 2px; 1174 -khtml-border-top-left-radius: 2px; 1149 1175 -webkit-border-top-left-radius: 2px; 1176 border-top-left-radius: 2px; 1150 1177 -moz-border-radius-bottomleft: 2px; 1178 -khtml-border-bottom-left-radius: 2px; 1151 1179 -webkit-border-bottom-left-radius: 2px; 1180 border-bottom-left-radius: 2px; 1152 1181 } 1153 1182
Note: See TracChangeset
for help on using the changeset viewer.