Ticket #18141: 18141.4.diff
File 18141.4.diff, 19.6 KB (added by , 13 years ago) |
---|
-
wp-includes/css/editor.dev.css
98 98 99 99 .wp_themeSkin .mceStatusbar { 100 100 display: block; 101 font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana,sans-serif;101 font-family: sans-serif; 102 102 font-size: 12px; 103 103 line-height: 16px; 104 104 padding: 0 0 0 8px; … … 147 147 margin: 0 6px 2px; 148 148 } 149 149 150 .wp_themeSkin table.mceToolbar:focus, 151 .wp_themeSkin span.mceSeparator:focus { 152 outline: none; 153 } 154 150 155 .wp_themeSkin #content_toolbar1 { 151 156 margin-top: 2px; 152 157 } … … 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 opacity: 0. 5;203 filter: alpha(opacity= 50);195 opacity: 0.4; 196 filter: alpha(opacity=40); 204 197 } 205 198 206 199 /* Separator */ … … 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 font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif; 224 font-family: sans-serif; 235 225 font-size: 12px; 236 226 height: 20px; 237 227 line-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 { … … 289 276 } 290 277 291 278 .wp_themeSkin select.mceListBox { 292 font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana,sans-serif;279 font-family: sans-serif; 293 280 font-size: 12px; 294 281 border-color: #B2B2B2; 295 282 background-color: #fff; … … 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 } … … 413 394 /* ColorSplitButton */ 414 395 .wp_themeSkin div.mceColorSplitMenu table { 415 396 background-color: #ebebeb; 416 border-color: # B2B2B2;397 border-color: #bbb; 417 398 } 418 399 419 400 .wp_themeSkin .mceColorSplitMenu td { … … 425 406 width: 9px; 426 407 height: 9px; 427 408 overflow: hidden; 428 border-color: # B2B2B2;409 border-color: #bbb; 429 410 } 430 411 431 412 .wp_themeSkin .mceColorSplitMenu td.mceMoreColors { … … 852 833 .wp_themeSkin .mceListBox .mceText, 853 834 .wp_themeSkin .mceListBox .mceOpen { 854 835 border-color: #ccc; 855 background -color: #eee; /* Fallback */856 background-image: -ms-linear-gradient(bottom, # ddd, #fff); /* IE10 */857 background-image: -moz-linear-gradient(bottom, # ddd, #fff); /* Firefox */858 background-image: -o-linear-gradient(bottom, # ddd, #fff); /* Opera */859 background-image: -webkit-gradient(linear, left bottom, left top, from(# ddd), to(#fff)); /* old Webkit */860 background-image: -webkit-linear-gradient(bottom, # ddd, #fff); /* new Webkit */861 background-image: linear-gradient(bottom, # ddd, #fff); /* proposed W3C Markup */836 background: #ddd; /* Fallback */ 837 background-image: -ms-linear-gradient(bottom, #ccc, #efefef); /* IE10 */ 838 background-image: -moz-linear-gradient(bottom, #ccc, #efefef); /* Firefox */ 839 background-image: -o-linear-gradient(bottom, #ccc, #efefef); /* Opera */ 840 background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#efefef)); /* old Webkit */ 841 background-image: -webkit-linear-gradient(bottom, #ccc, #efefef); /* new Webkit */ 842 background-image: linear-gradient(bottom, #ccc, #efefef); /* proposed W3C Markup */ 862 843 } 863 844 864 845 .wp_themeSkin a.mceButtonEnabled:hover { 865 border-color: #a 0a0a0;846 border-color: #aaa; 866 847 background: #ddd; /* Fallback */ 867 848 background-image: -ms-linear-gradient(bottom, #ccc, #fff); /* IE10 */ 868 849 background-image: -moz-linear-gradient(bottom, #ccc, #fff); /* Firefox */ … … 879 860 .wp_themeSkin a.mceButtonActive:active, 880 861 .wp_themeSkin a.mceButtonActive:hover { 881 862 background-color: #ddd; /* Fallback */ 882 background-image: -ms-linear-gradient(bottom, #e ee, #bbb); /* IE10 */883 background-image: -moz-linear-gradient(bottom, #e ee, #bbb); /* Firefox */884 background-image: -o-linear-gradient(bottom, #e ee, #bbb); /* Opera */885 background-image: -webkit-gradient(linear, left bottom, left top, from(#e ee), to(#bbb)); /* old Webkit */886 background-image: -webkit-linear-gradient(bottom, #e ee, #bbb); /* new Webkit */887 background-image: linear-gradient(bottom, #e ee, #bbb); /* proposed W3C Markup */888 border-color: # 909090;863 background-image: -ms-linear-gradient(bottom, #efefef, #ccc); /* IE10 */ 864 background-image: -moz-linear-gradient(bottom, #efefef, #ccc); /* Firefox */ 865 background-image: -o-linear-gradient(bottom, #efefef, #ccc); /* Opera */ 866 background-image: -webkit-gradient(linear, left bottom, left top, from(#efefef), to(#ccc)); /* old Webkit */ 867 background-image: -webkit-linear-gradient(bottom, #efefef, #ccc); /* new Webkit */ 868 background-image: linear-gradient(bottom, #efefef, #ccc); /* proposed W3C Markup */ 869 border-color: #aaa; 889 870 } 890 871 891 872 .wp_themeSkin .mceButtonDisabled { 892 border-color: #ccc !important; 873 border-color: transparent !important; 874 background: transparent; 875 background-image: none; 893 876 } 894 877 895 878 .wp_themeSkin .mceListBox .mceOpen { … … 903 886 .wp_themeSkin .mceListBoxSelected .mceText, 904 887 .wp_themeSkin table.mceListBoxEnabled:active .mceText { 905 888 background: #ccc; 906 border-color: # 999;889 border-color: #aaa; 907 890 } 908 891 909 892 .wp_themeSkin table.mceListBoxEnabled:hover .mceText, 910 893 .wp_themeSkin .mceListBoxHover .mceText, 911 894 .wp_themeSkin table.mceListBoxEnabled:hover .mceOpen, 912 895 .wp_themeSkin .mceListBoxHover .mceOpen { 913 border-color: # 909090;896 border-color: #aaa; 914 897 background-color: #eee; /* Fallback */ 915 898 background-image: -ms-linear-gradient(bottom, #ccc, #fff); /* IE10 */ 916 899 background-image: -moz-linear-gradient(bottom, #ccc, #fff); /* Firefox */ … … 930 913 .wp_themeSkin .mceSplitButtonSelected a.mceOpen, 931 914 .wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction, 932 915 .wp_themeSkin .mceSplitButton a.mceAction:hover { 933 border-color: # 909090;916 border-color: #aaa; 934 917 } 935 918 919 .wp_themeSkin .mceSplitButtonSelected a.mceOpen { 920 background-color: #aaa; 921 } 922 936 923 .wp_themeSkin table.mceSplitButton td { 937 background -color: #eee; /* Fallback */938 background-image: -ms-linear-gradient(bottom, # ddd, #fff); /* IE10 */939 background-image: -moz-linear-gradient(bottom, # ddd, #fff); /* Firefox */940 background-image: -o-linear-gradient(bottom, # ddd, #fff); /* Opera */941 background-image: -webkit-gradient(linear, left bottom, left top, from(# ddd), to(#fff)); /* old Webkit */942 background-image: -webkit-linear-gradient(bottom, # ddd, #fff); /* new Webkit */943 background-image: linear-gradient(bottom, # ddd, #fff); /* proposed W3C Markup */924 background: #ddd; /* Fallback */ 925 background-image: -ms-linear-gradient(bottom, #ccc, #efefef); /* IE10 */ 926 background-image: -moz-linear-gradient(bottom, #ccc, #efefef); /* Firefox */ 927 background-image: -o-linear-gradient(bottom, #ccc, #efefef); /* Opera */ 928 background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#efefef)); /* old Webkit */ 929 background-image: -webkit-linear-gradient(bottom, #ccc, #efefef); /* new Webkit */ 930 background-image: linear-gradient(bottom, #ccc, #efefef); /* proposed W3C Markup */ 944 931 } 945 932 946 933 .wp_themeSkin table.mceSplitButton:hover td { -
wp-admin/css/colors-classic.dev.css
884 884 } 885 885 886 886 /* Containers */ 887 .wp-editor-wrap .wp-editor-container, 887 888 .wp-editor-wrap .wp_themeSkin table.mceLayout { 888 889 border-color: #bed1dd #bed1dd #d0dfe9; 889 890 } … … 905 906 } 906 907 907 908 /* Button */ 908 .wp-editor-wrap .wp_themeSkin .mceButton { 909 border-color: #B0C8D7; 910 background-color: #cfdfe9; /* Fallback */ 911 background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */ 912 background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */ 913 background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */ 914 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */ 915 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */ 916 background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */ 909 .wp-editor-wrap .wp_themeSkin .mceButton, 910 .wp-editor-wrap .wp_themeSkin .mceListBox .mceText, 911 .wp-editor-wrap .wp_themeSkin .mceListBox .mceOpen { 912 border-color: #c7d8e2 !important; 913 background-color: #c7d8e2; /* Fallback */ 914 background-image: -ms-linear-gradient(bottom, #cfdfe9, #f2f6f9); /* IE10 */ 915 background-image: -moz-linear-gradient(bottom, #cfdfe9, #f2f6f9); /* Firefox */ 916 background-image: -o-linear-gradient(bottom, #cfdfe9, #f2f6f9); /* Opera */ 917 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#f2f6f9)); /* old Webkit */ 918 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #f2f6f9) !important; /* new Webkit */ 919 background-image: linear-gradient(bottom, #cfdfe9, #f2f6f9); /* proposed W3C Markup */ 917 920 } 918 921 919 922 .wp-editor-wrap .wp_themeSkin a.mceButtonEnabled:hover { 920 border-color: # 5589AA!important;921 background-color: #c 9c9c9; /* Fallback */922 background-image: -ms-linear-gradient(bottom, # bdccd5, #fff); /* IE10 */923 background-image: -moz-linear-gradient(bottom, # bdccd5, #fff); /* Firefox */924 background-image: -o-linear-gradient(bottom, # bdccd5, #fff); /* Opera */925 background-image: -webkit-gradient(linear, left bottom, left top, from(# bdccd5), to(#fff)); /* old Webkit*/926 background-image: -webkit-linear-gradient(bottom, # bdccd5, #fff) !important; /* new Webkit */927 background-image: linear-gradient(bottom, # bdccd5, #fff); /* proposed W3C Markup */923 border-color: #99b8cc !important; 924 background-color: #c7d8e2; /* Fallback */ 925 background-image: -ms-linear-gradient(bottom, #dbe7ee, #fff); /* IE10 */ 926 background-image: -moz-linear-gradient(bottom, #dbe7ee, #fff); /* Firefox */ 927 background-image: -o-linear-gradient(bottom, #dbe7ee, #fff); /* Opera */ 928 background-image: -webkit-gradient(linear, left bottom, left top, from(#dbe7ee), to(#fff)); /* old Webkit */ 929 background-image: -webkit-linear-gradient(bottom, #dbe7ee, #fff) !important; /* new Webkit */ 930 background-image: linear-gradient(bottom, #dbe7ee, #fff); /* proposed W3C Markup */ 928 931 } 929 932 930 933 .wp-editor-wrap .wp_themeSkin a.mceButton:active, … … 933 936 .wp-editor-wrap .wp_themeSkin a.mceButtonActive, 934 937 .wp-editor-wrap .wp_themeSkin a.mceButtonActive:active, 935 938 .wp-editor-wrap .wp_themeSkin a.mceButtonActive:hover { 936 background: # B0C8D7 !important;937 background-image: -ms-linear-gradient(bottom, #f ff, #cfdfe9); /* IE10 */938 background-image: -moz-linear-gradient(bottom, #f ff, #cfdfe9); /* Firefox */939 background-image: -o-linear-gradient(bottom, #f ff, #cfdfe9); /* Opera */940 background-image: -webkit-gradient(linear, left bottom, left top, from(#f ff), to(#cfdfe9)); /* old Webkit */941 background-image: -webkit-linear-gradient(bottom, #f ff, #cfdfe9) !important; /* new Webkit */942 background-image: linear-gradient(bottom, #f ff, #cfdfe9); /* proposed W3C Markup */943 border-color: # 5589AA!important;939 background: #c7d8e2; /* Fallback */ 940 background-image: -ms-linear-gradient(bottom, #f2f6f9, #cfdfe9); /* IE10 */ 941 background-image: -moz-linear-gradient(bottom, #f2f6f9, #cfdfe9); /* Firefox */ 942 background-image: -o-linear-gradient(bottom, #f2f6f9, #cfdfe9); /* Opera */ 943 background-image: -webkit-gradient(linear, left bottom, left top, from(#f2f6f9), to(#cfdfe9)); /* old Webkit */ 944 background-image: -webkit-linear-gradient(bottom, #f2f6f9, #cfdfe9) !important; /* new Webkit */ 945 background-image: linear-gradient(bottom, #f2f6f9, #cfdfe9); /* proposed W3C Markup */ 946 border-color: #99b8cc !important; 944 947 } 945 948 946 949 .wp-editor-wrap .wp_themeSkin .mceButtonDisabled { 947 border-color: #B0C8D7 !important; 950 border-color: transparent !important; 951 background: transparent; 952 background-image: none; 948 953 } 949 954 950 955 /* ListBox */ 951 .wp-editor-wrap .wp_themeSkin .mceListBox .mceText,952 .wp-editor-wrap .wp_themeSkin .mceListBox .mceOpen {953 border-color: #B0C8D7;954 background-color: #cfdfe9; /* Fallback */955 background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */956 background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */957 background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */958 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */959 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */960 background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */961 }962 963 956 .wp-editor-wrap .wp_themeSkin .mceListBox .mceOpen { 964 957 border-left: 0px !important; 965 958 } … … 970 963 .wp-editor-wrap .wp_themeSkin .mceListBoxSelected .mceOpen, 971 964 .wp-editor-wrap .wp_themeSkin .mceListBoxSelected .mceText, 972 965 .wp-editor-wrap .wp_themeSkin table.mceListBoxEnabled:active .mceText { 973 background: # B0C8D7;974 border-color: # 5589AA!important;966 background: #c7d8e2; 967 border-color: #99b8cc !important; 975 968 } 976 969 977 970 /* List Box Hover */ … … 979 972 .wp-editor-wrap .wp_themeSkin .mceListBoxHover .mceText, 980 973 .wp-editor-wrap .wp_themeSkin table.mceListBoxEnabled:hover .mceOpen, 981 974 .wp-editor-wrap .wp_themeSkin .mceListBoxHover .mceOpen { 982 border-color: # 5589AA!important;983 background-color: #c 9c9c9; /* Fallback */984 background-image: -ms-linear-gradient(bottom, # cfdfe9, #fff); /* IE10 */985 background-image: -moz-linear-gradient(bottom, # cfdfe9, #fff); /* Firefox */986 background-image: -o-linear-gradient(bottom, # cfdfe9, #fff); /* Opera */987 background-image: -webkit-gradient(linear, left bottom, left top, from(# cfdfe9), to(#fff)); /* old Webkit */988 background-image: -webkit-linear-gradient(bottom, # cfdfe9, #fff) !important; /* new Webkit */989 background-image: linear-gradient(bottom, # cfdfe9, #fff); /* proposed W3C Markup */975 border-color: #99b8cc !important; 976 background-color: #c7d8e2; /* Fallback */ 977 background-image: -ms-linear-gradient(bottom, #dbe7ee, #fff); /* IE10 */ 978 background-image: -moz-linear-gradient(bottom, #dbe7ee, #fff); /* Firefox */ 979 background-image: -o-linear-gradient(bottom, #dbe7ee, #fff); /* Opera */ 980 background-image: -webkit-gradient(linear, left bottom, left top, from(#dbe7ee), to(#fff)); /* old Webkit */ 981 background-image: -webkit-linear-gradient(bottom, #dbe7ee, #fff) !important; /* new Webkit */ 982 background-image: linear-gradient(bottom, #dbe7ee, #fff); /* proposed W3C Markup */ 990 983 } 991 984 992 985 .wp-editor-wrap .wp_themeSkin select.mceListBox { … … 995 988 } 996 989 997 990 /* SplitButton */ 998 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceAction, 999 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceOpen { 1000 border-color: #B0C8D7; 991 .wp-editor-wrap .wp_themeSkin table.mceSplitButton td { 992 border-color: #c7d8e2 !important; 993 background-color: #c7d8e2; /* Fallback */ 994 background-image: -ms-linear-gradient(bottom, #cfdfe9, #f2f6f9); /* IE10 */ 995 background-image: -moz-linear-gradient(bottom, #cfdfe9, #f2f6f9); /* Firefox */ 996 background-image: -o-linear-gradient(bottom, #cfdfe9, #f2f6f9); /* Opera */ 997 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#f2f6f9)); /* old Webkit */ 998 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #f2f6f9) !important; /* new Webkit */ 999 background-image: linear-gradient(bottom, #cfdfe9, #f2f6f9); /* proposed W3C Markup */ 1001 1000 } 1002 1001 1003 1002 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceOpen:hover, 1004 1003 .wp-editor-wrap .wp_themeSkin .mceSplitButtonSelected a.mceOpen, 1005 1004 .wp-editor-wrap .wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction, 1006 1005 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceAction:hover { 1007 border-color: # 5589AA!important;1006 border-color: #99b8cc !important; 1008 1007 } 1009 1008 1010 .wp-editor-wrap .wp_themeSkin table.mceSplitButton td { 1011 background-color: #cfdfe9; /* Fallback */ 1012 background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */ 1013 background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */ 1014 background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */ 1015 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */ 1016 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */ 1017 background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */ 1009 .wp-editor-wrap .wp_themeSkin table.mceSplitButton:hover td { 1010 background-image: -ms-linear-gradient(bottom, #dbe7ee, #fff); /* IE10 */ 1011 background-image: -moz-linear-gradient(bottom, #dbe7ee, #fff); /* Firefox */ 1012 background-image: -o-linear-gradient(bottom, #dbe7ee, #fff); /* Opera */ 1013 background-image: -webkit-gradient(linear, left bottom, left top, from(#dbe7ee), to(#fff)); /* old Webkit */ 1014 background-image: -webkit-linear-gradient(bottom, #dbe7ee, #fff) !important; /* new Webkit */ 1015 background-image: linear-gradient(bottom, #dbe7ee, #fff); /* proposed W3C Markup */ 1018 1016 } 1019 1017 1020 .wp-editor-wrap .wp_themeSkin table.mceSplitButton:hover td { 1021 background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */ 1022 background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */ 1023 background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */ 1024 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */ 1025 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */ 1026 background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */ 1018 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceAction, 1019 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceOpen { 1020 border-color: #c7d8e2; 1027 1021 } 1028 1022 1029 1023 .wp-editor-wrap .wp_themeSkin .mceSplitButtonActive { 1030 background-color: # B0C8D7;1024 background-color: #99b8cc; 1031 1025 } 1032 1026 1027 .wp-editor-wrap .wp_themeSkin .mceSplitButtonSelected a.mceOpen { 1028 background-color: #99b8cc; 1029 } 1030 1033 1031 /* ColorSplitButton */ 1034 1032 .wp-editor-wrap .wp_themeSkin div.mceColorSplitMenu table { 1035 1033 background-color: #ebebeb; … … 1085 1083 } 1086 1084 1087 1085 .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; 1086 background-color: #eff8ff; /* Fallback */ 1087 background-image: -ms-linear-gradient(top, #eff8ff, #e0eff9); /* IE10 */ 1088 background-image: -moz-linear-gradient(top, #eff8ff, #e0eff9); /* Firefox */ 1089 background-image: -o-linear-gradient(top, #eff8ff, #e0eff9); /* Opera */ 1090 background-image: -webkit-gradient(linear, left top, left bottom, from(#eff8ff), to(#e0eff9)); /* old Webkit */ 1091 background-image: -webkit-linear-gradient(top, #eff8ff, #e0eff9); /* new Webkit */ 1092 background-image: linear-gradient(top, #eff8ff, #e0eff9); /* proposed W3C Markup */ 1089 1093 border-color: #cfdfe9; 1090 1094 } 1091 1095