Ticket #18141: 18141.5.diff
File 18141.5.diff, 6.2 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 } … … 870 851 background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#fff)); /* old Webkit */ 871 852 background-image: -webkit-linear-gradient(bottom, #ccc, #fff); /* new Webkit */ 872 853 background-image: linear-gradient(bottom, #ccc, #fff); /* proposed W3C Markup */ 854 -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); 855 -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); 856 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); 873 857 } 874 858 875 859 .wp_themeSkin a.mceButton:active, … … 889 873 } 890 874 891 875 .wp_themeSkin .mceButtonDisabled { 892 border-color: # ccc!important;876 border-color: #d5d5d5 !important; 893 877 } 894 878 895 879 .wp_themeSkin .mceListBox .mceOpen { … … 904 888 .wp_themeSkin table.mceListBoxEnabled:active .mceText { 905 889 background: #ccc; 906 890 border-color: #999; 891 -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); 892 -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); 893 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); 907 894 } 908 895 909 896 .wp_themeSkin table.mceListBoxEnabled:hover .mceText, … … 918 905 background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#fff)); /* old Webkit */ 919 906 background-image: -webkit-linear-gradient(bottom, #ccc, #fff); /* new Webkit */ 920 907 background-image: linear-gradient(bottom, #ccc, #fff); /* proposed W3C Markup */ 908 -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); 909 -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); 910 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); 921 911 } 922 912 923 913 /* SplitButton */ … … 950 940 background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#fff)); /* old Webkit */ 951 941 background-image: -webkit-linear-gradient(bottom, #ccc, #fff); /* new Webkit */ 952 942 background-image: linear-gradient(bottom, #ccc, #fff); /* proposed W3C Markup */ 943 -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); 944 -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); 945 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); 953 946 } 954 947 955 948 .wp_themeSkin .mceSplitButtonActive { -
wp-admin/css/colors-classic.dev.css
843 843 /* editors */ 844 844 #quicktags { 845 845 border-color: #cfdfe9; 846 background-color: #cfdfe9; 847 background-image: url("../images/ed-bg-vs.gif?ver=20101102"); 846 background-color: #eff8ff; /* Fallback */ 847 background-image: -ms-linear-gradient(top, #eff8ff, #e0eff9); /* IE10 */ 848 background-image: -moz-linear-gradient(top, #eff8ff, #e0eff9); /* Firefox */ 849 background-image: -o-linear-gradient(top, #eff8ff, #e0eff9); /* Opera */ 850 background-image: -webkit-gradient(linear, left top, left bottom, from(#eff8ff), to(#e0eff9)); /* old Webkit */ 851 background-image: -webkit-linear-gradient(top, #eff8ff, #e0eff9); /* new Webkit */ 852 background-image: linear-gradient(top, #eff8ff, #e0eff9); /* proposed W3C Markup */ 848 853 } 849 854 850 855 .quicktags-toolbar input { … … 884 889 } 885 890 886 891 /* Containers */ 892 .wp-editor-wrap .wp-editor-container, 887 893 .wp-editor-wrap .wp_themeSkin table.mceLayout { 888 894 border-color: #bed1dd #bed1dd #d0dfe9; 889 895 } … … 1085 1091 } 1086 1092 1087 1093 .wp-editor-wrap .wp_themeSkin tr.mceFirst td.mceToolbar { 1088 background: #cfdfe9 url("../images/ed-bg-vs.gif?ver=20101102") repeat-x scroll left top; 1094 background-color: #eff8ff; /* Fallback */ 1095 background-image: -ms-linear-gradient(top, #eff8ff, #e0eff9); /* IE10 */ 1096 background-image: -moz-linear-gradient(top, #eff8ff, #e0eff9); /* Firefox */ 1097 background-image: -o-linear-gradient(top, #eff8ff, #e0eff9); /* Opera */ 1098 background-image: -webkit-gradient(linear, left top, left bottom, from(#eff8ff), to(#e0eff9)); /* old Webkit */ 1099 background-image: -webkit-linear-gradient(top, #eff8ff, #e0eff9); /* new Webkit */ 1100 background-image: linear-gradient(top, #eff8ff, #e0eff9); /* proposed W3C Markup */ 1089 1101 border-color: #cfdfe9; 1090 1102 } 1091 1103