Ticket #18141: 18141.6.diff
File 18141.6.diff, 7.4 KB (added by , 13 years ago) |
---|
-
wp-includes/css/editor.dev.css
109 109 background-color: #f5f5f5; 110 110 } 111 111 112 .wp_themeSkin table.mceToolbar:focus, 113 .wp_themeSkin span.mceSeparator:focus { 114 outline: none; 115 } 116 112 117 .rtl .wp_themeSkin .mceStatusbar { 113 118 padding: 0 8px 0 0; 114 119 } … … 176 181 margin: 1px; 177 182 -webkit-border-radius: 2px; 178 183 border-radius: 2px; 179 -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;180 -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;181 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;182 184 } 183 185 184 186 .wp_themeSkin a.mceButtonEnabled:hover { … … 189 191 margin: 0 0 0 1px; 190 192 } 191 193 192 .wp_themeSkin a.mceButton:active,193 .wp_themeSkin a.mceButtonActive,194 .wp_themeSkin a.mceButtonActive:hover,195 .wp_themeSkin a.mceButtonSelected {196 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;197 -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;198 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;199 }200 201 194 .wp_themeSkin .mceButtonDisabled .mceIcon { 202 195 opacity: 0.5; 203 196 filter: alpha(opacity=50); … … 228 221 -webkit-border-top-left-radius: 2px; 229 222 border-bottom-left-radius: 2px; 230 223 border-top-left-radius: 2px; 231 -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;232 -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;233 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;234 224 font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif; 235 225 font-size: 12px; 236 226 height: 20px; … … 252 242 -webkit-border-top-left-radius: 0; 253 243 border-bottom-left-radius: 0; 254 244 border-top-left-radius: 0; 255 -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;256 -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;257 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;258 245 } 259 246 260 247 .wp_themeSkin .mceListBox .mceOpen span { … … 314 301 border-radius: 2px; 315 302 } 316 303 317 .wp_themeSkin table.mceSplitButton td a {318 -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;319 -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;320 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;321 }322 323 304 .wp_themeSkin table.mceSplitButton:hover td { 324 305 background-image: inherit 0 -10px; 325 306 } … … 911 892 background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#fff)); /* old Webkit */ 912 893 background-image: -webkit-linear-gradient(bottom, #ccc, #fff); /* new Webkit */ 913 894 background-image: linear-gradient(bottom, #ccc, #fff); /* proposed W3C Markup */ 895 -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); 896 -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); 897 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); 914 898 } 915 899 916 900 .wp_themeSkin a.mceButton:active, … … 930 914 } 931 915 932 916 .wp_themeSkin .mceButtonDisabled { 933 border-color: # ccc!important;917 border-color: #d5d5d5 !important; 934 918 } 935 919 936 920 .wp_themeSkin .mceListBox .mceOpen { … … 945 929 .wp_themeSkin table.mceListBoxEnabled:active .mceText { 946 930 background: #ccc; 947 931 border-color: #999; 932 -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); 933 -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); 934 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); 948 935 } 949 936 950 937 .wp_themeSkin table.mceListBoxEnabled:hover .mceText, … … 959 946 background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#fff)); /* old Webkit */ 960 947 background-image: -webkit-linear-gradient(bottom, #ccc, #fff); /* new Webkit */ 961 948 background-image: linear-gradient(bottom, #ccc, #fff); /* proposed W3C Markup */ 949 -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); 950 -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); 951 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); 962 952 } 963 953 964 954 /* SplitButton */ … … 991 981 background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#fff)); /* old Webkit */ 992 982 background-image: -webkit-linear-gradient(bottom, #ccc, #fff); /* new Webkit */ 993 983 background-image: linear-gradient(bottom, #ccc, #fff); /* proposed W3C Markup */ 984 -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); 985 -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); 986 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); 994 987 } 995 988 996 989 .wp_themeSkin .mceSplitButtonActive { -
wp-admin/css/colors-classic.dev.css
874 874 /* editors */ 875 875 #quicktags { 876 876 border-color: #cfdfe9; 877 background-color: #cfdfe9; 878 background-image: url("../images/ed-bg-vs.gif?ver=20101102"); 877 background-color: #eff8ff; 878 background-image: -webkit-linear-gradient(top, #eff8ff, #e0eff9); 879 background-image: -moz-linear-gradient(top, #eff8ff, #e0eff9); 880 background-image: -ms-linear-gradient(top, #eff8ff, #e0eff9); 881 background-image: -o-linear-gradient(top, #eff8ff, #e0eff9); 882 background-image: linear-gradient(top, #eff8ff, #e0eff9); 883 background-image: -webkit-gradient(linear, left top, left bottom, from(#eff8ff), to(#e0eff9)); /* old Webkit */ 879 884 } 880 885 881 886 .quicktags-toolbar input { … … 915 920 } 916 921 917 922 /* Containers */ 923 .wp-editor-wrap .wp-editor-container, 918 924 .wp-editor-wrap .wp_themeSkin table.mceLayout { 919 925 border-color: #bed1dd #bed1dd #d0dfe9; 920 926 } … … 964 970 .wp-editor-wrap .wp_themeSkin a.mceButtonActive, 965 971 .wp-editor-wrap .wp_themeSkin a.mceButtonActive:active, 966 972 .wp-editor-wrap .wp_themeSkin a.mceButtonActive:hover { 967 background: #B0C8D7 !important;968 background-image: - ms-linear-gradient(bottom, #fff, #cfdfe9); /* IE10 */969 background-image: -moz-linear-gradient(bottom, #fff, #cfdfe9); /* Firefox */970 background-image: -o-linear-gradient(bottom, #fff, #cfdfe9); /* Opera */971 background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#cfdfe9)); /* old Webkit */972 background-image: -webkit-linear-gradient(bottom, #fff, #cfdfe9) !important; /* new Webkit */973 background-image: linear-gradient(bottom, #fff, #cfdfe9); /* proposed W3C Markup*/973 background: #B0C8D7; 974 background-image: -webkit-linear-gradient(bottom, #f1f4f6, #bdccd5) !important; 975 background-image: -moz-linear-gradient(bottom, #f1f4f6, #bdccd5); 976 background-image: -ms-linear-gradient(bottom, #f1f4f6, #bdccd5); 977 background-image: -o-linear-gradient(bottom, #f1f4f6, #bdccd5); 978 background-image: linear-gradient(bottom, #f1f4f6, #bdccd5); 979 background-image: -webkit-gradient(linear, left bottom, left top, from(#f1f4f6), to(#bdccd5)); /* old Webkit */ 974 980 border-color: #5589AA !important; 975 981 } 976 982 … … 1116 1122 } 1117 1123 1118 1124 .wp-editor-wrap .wp_themeSkin tr.mceFirst td.mceToolbar { 1119 background: #cfdfe9 url("../images/ed-bg-vs.gif?ver=20101102") repeat-x scroll left top;1120 1125 border-color: #cfdfe9; 1126 background-color: #eff8ff; 1127 background-image: -webkit-linear-gradient(top, #eff8ff, #e0eff9); 1128 background-image: -moz-linear-gradient(top, #eff8ff, #e0eff9); 1129 background-image: -ms-linear-gradient(top, #eff8ff, #e0eff9); 1130 background-image: -o-linear-gradient(top, #eff8ff, #e0eff9); 1131 background-image: linear-gradient(top, #eff8ff, #e0eff9); 1132 background-image: -webkit-gradient(linear, left top, left bottom, from(#eff8ff), to(#e0eff9)); /* old Webkit */ 1121 1133 } 1122 1134 1123 1135 .wp-admin #mceModalBlocker {