Ticket #18141: 18141.3.diff
File 18141.3.diff, 14.2 KB (added by , 13 years ago) |
---|
-
wp-includes/css/editor-buttons.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 { … … 851 832 .wp_themeSkin .mceButton, 852 833 .wp_themeSkin .mceListBox .mceText, 853 834 .wp_themeSkin .mceListBox .mceOpen { 854 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 */ 835 border-color: transparent; 862 836 } 863 837 864 838 .wp_themeSkin a.mceButtonEnabled:hover { 865 border-color: # a0a0a0;839 border-color: #bbb; 866 840 background: #ddd; /* Fallback */ 867 841 background-image: -ms-linear-gradient(bottom, #ccc, #fff); /* IE10 */ 868 842 background-image: -moz-linear-gradient(bottom, #ccc, #fff); /* Firefox */ … … 879 853 .wp_themeSkin a.mceButtonActive:active, 880 854 .wp_themeSkin a.mceButtonActive:hover { 881 855 background-color: #ddd; /* Fallback */ 882 background-image: -ms-linear-gradient(bottom, # eee, #bbb); /* IE10 */883 background-image: -moz-linear-gradient(bottom, # eee, #bbb); /* Firefox */884 background-image: -o-linear-gradient(bottom, # eee, #bbb); /* Opera */885 background-image: -webkit-gradient(linear, left bottom, left top, from(# eee), to(#bbb)); /* old Webkit */886 background-image: -webkit-linear-gradient(bottom, # eee, #bbb); /* new Webkit */887 background-image: linear-gradient(bottom, # eee, #bbb); /* proposed W3C Markup */888 border-color: # 909090;856 background-image: -ms-linear-gradient(bottom, #fff, #ccc); /* IE10 */ 857 background-image: -moz-linear-gradient(bottom, #fff, #ccc); /* Firefox */ 858 background-image: -o-linear-gradient(bottom, #fff, #ccc); /* Opera */ 859 background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#ccc)); /* old Webkit */ 860 background-image: -webkit-linear-gradient(bottom, #fff, #ccc); /* new Webkit */ 861 background-image: linear-gradient(bottom, #fff, #ccc); /* proposed W3C Markup */ 862 border-color: #bbb; 889 863 } 890 864 891 865 .wp_themeSkin .mceButtonDisabled { 892 border-color: #ccc!important;866 border-color: transparent !important; 893 867 } 894 868 895 869 .wp_themeSkin .mceListBox .mceOpen { … … 903 877 .wp_themeSkin .mceListBoxSelected .mceText, 904 878 .wp_themeSkin table.mceListBoxEnabled:active .mceText { 905 879 background: #ccc; 906 border-color: # 999;880 border-color: #bbb; 907 881 } 908 882 909 883 .wp_themeSkin table.mceListBoxEnabled:hover .mceText, 910 884 .wp_themeSkin .mceListBoxHover .mceText, 911 885 .wp_themeSkin table.mceListBoxEnabled:hover .mceOpen, 912 886 .wp_themeSkin .mceListBoxHover .mceOpen { 913 border-color: # 909090;887 border-color: #bbb; 914 888 background-color: #eee; /* Fallback */ 915 889 background-image: -ms-linear-gradient(bottom, #ccc, #fff); /* IE10 */ 916 890 background-image: -moz-linear-gradient(bottom, #ccc, #fff); /* Firefox */ … … 923 897 /* SplitButton */ 924 898 .wp_themeSkin .mceSplitButton a.mceAction, 925 899 .wp_themeSkin .mceSplitButton a.mceOpen { 926 border-color: #ccc;900 border-color: transparent; 927 901 } 928 902 929 903 .wp_themeSkin .mceSplitButton a.mceOpen:hover, 930 904 .wp_themeSkin .mceSplitButtonSelected a.mceOpen, 931 905 .wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction, 932 906 .wp_themeSkin .mceSplitButton a.mceAction:hover { 933 border-color: # 909090;907 border-color: #bbb; 934 908 } 935 909 936 .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 */ 910 .wp_themeSkin .mceSplitButtonSelected a.mceOpen { 911 background-color: #bbb; 944 912 } 945 913 946 914 .wp_themeSkin table.mceSplitButton:hover td { -
wp-admin/css/colors-classic.dev.css
879 879 } 880 880 881 881 /* Containers */ 882 .wp-editor-wrap .wp-editor-container, 882 883 .wp-editor-wrap .wp_themeSkin table.mceLayout { 883 884 border-color: #bed1dd #bed1dd #d0dfe9; 884 885 } … … 900 901 } 901 902 902 903 /* Button */ 903 .wp-editor-wrap .wp_themeSkin .mceButton{904 border-color: #B0C8D7 ;905 background-color: #c fdfe9; /* Fallback */904 .wp-editor-wrap .wp_themeSkin a.mceButtonEnabled:hover { 905 border-color: #B0C8D7 !important; 906 background-color: #c7d8e2; /* Fallback */ 906 907 background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */ 907 908 background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */ 908 909 background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */ … … 911 912 background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */ 912 913 } 913 914 914 .wp-editor-wrap .wp_themeSkin a.mceButtonEnabled:hover {915 border-color: #5589AA !important;916 background-color: #c9c9c9; /* Fallback */917 background-image: -ms-linear-gradient(bottom, #bdccd5, #fff); /* IE10 */918 background-image: -moz-linear-gradient(bottom, #bdccd5, #fff); /* Firefox */919 background-image: -o-linear-gradient(bottom, #bdccd5, #fff); /* Opera */920 background-image: -webkit-gradient(linear, left bottom, left top, from(#bdccd5), to(#fff)); /* old Webkit */921 background-image: -webkit-linear-gradient(bottom, #bdccd5, #fff) !important; /* new Webkit */922 background-image: linear-gradient(bottom, #bdccd5, #fff); /* proposed W3C Markup */923 }924 925 915 .wp-editor-wrap .wp_themeSkin a.mceButton:active, 926 916 .wp-editor-wrap .wp_themeSkin a.mceButtonEnabled:active, 927 917 .wp-editor-wrap .wp_themeSkin a.mceButtonSelected:active, 928 918 .wp-editor-wrap .wp_themeSkin a.mceButtonActive, 929 919 .wp-editor-wrap .wp_themeSkin a.mceButtonActive:active, 930 920 .wp-editor-wrap .wp_themeSkin a.mceButtonActive:hover { 931 background: # B0C8D7 !important;921 background: #c7d8e2; /* Fallback */ 932 922 background-image: -ms-linear-gradient(bottom, #fff, #cfdfe9); /* IE10 */ 933 923 background-image: -moz-linear-gradient(bottom, #fff, #cfdfe9); /* Firefox */ 934 924 background-image: -o-linear-gradient(bottom, #fff, #cfdfe9); /* Opera */ 935 925 background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#cfdfe9)); /* old Webkit */ 936 926 background-image: -webkit-linear-gradient(bottom, #fff, #cfdfe9) !important; /* new Webkit */ 937 927 background-image: linear-gradient(bottom, #fff, #cfdfe9); /* proposed W3C Markup */ 938 border-color: #5589AA !important;939 }940 941 .wp-editor-wrap .wp_themeSkin .mceButtonDisabled {942 928 border-color: #B0C8D7 !important; 943 929 } 944 930 945 931 /* ListBox */ 946 .wp-editor-wrap .wp_themeSkin .mceListBox .mceText,947 .wp-editor-wrap .wp_themeSkin .mceListBox .mceOpen {948 border-color: #B0C8D7;949 background-color: #cfdfe9; /* Fallback */950 background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */951 background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */952 background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */953 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */954 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */955 background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */956 }957 958 932 .wp-editor-wrap .wp_themeSkin .mceListBox .mceOpen { 959 933 border-left: 0px !important; 960 934 } … … 965 939 .wp-editor-wrap .wp_themeSkin .mceListBoxSelected .mceOpen, 966 940 .wp-editor-wrap .wp_themeSkin .mceListBoxSelected .mceText, 967 941 .wp-editor-wrap .wp_themeSkin table.mceListBoxEnabled:active .mceText { 968 background: # B0C8D7;969 border-color: # 5589AA!important;942 background: #c7d8e2; 943 border-color: #B0C8D7 !important; 970 944 } 971 945 972 946 /* List Box Hover */ … … 974 948 .wp-editor-wrap .wp_themeSkin .mceListBoxHover .mceText, 975 949 .wp-editor-wrap .wp_themeSkin table.mceListBoxEnabled:hover .mceOpen, 976 950 .wp-editor-wrap .wp_themeSkin .mceListBoxHover .mceOpen { 977 border-color: # 5589AA!important;978 background-color: #c 9c9c9; /* Fallback */951 border-color: #B0C8D7 !important; 952 background-color: #c7d8e2; /* Fallback */ 979 953 background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */ 980 954 background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */ 981 955 background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */ … … 990 964 } 991 965 992 966 /* SplitButton */ 993 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceAction,994 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceOpen {995 border-color: #B0C8D7;996 }997 998 967 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceOpen:hover, 999 968 .wp-editor-wrap .wp_themeSkin .mceSplitButtonSelected a.mceOpen, 1000 969 .wp-editor-wrap .wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction, 1001 970 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceAction:hover { 1002 border-color: # 5589AA!important;971 border-color: #B0C8D7 !important; 1003 972 } 1004 973 1005 .wp-editor-wrap .wp_themeSkin table.mceSplitButton td {1006 background-color: #cfdfe9; /* Fallback */1007 background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */1008 background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */1009 background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */1010 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */1011 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */1012 background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */1013 }1014 1015 974 .wp-editor-wrap .wp_themeSkin table.mceSplitButton:hover td { 1016 975 background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */ 1017 976 background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */ … … 1025 984 background-color: #B0C8D7; 1026 985 } 1027 986 987 .wp-editor-wrap .wp_themeSkin .mceSplitButtonSelected a.mceOpen { 988 background-color: #B0C8D7; 989 } 990 1028 991 /* ColorSplitButton */ 1029 992 .wp-editor-wrap .wp_themeSkin div.mceColorSplitMenu table { 1030 993 background-color: #ebebeb; … … 1080 1043 } 1081 1044 1082 1045 .wp-editor-wrap .wp_themeSkin tr.mceFirst td.mceToolbar { 1083 background: #cfdfe9 url("../images/ed-bg-vs.gif?ver=20101102") repeat-x scroll left top; 1046 background-color: #eff8ff; /* Fallback */ 1047 background-image: -ms-linear-gradient(top, #eff8ff, #e0eff9); /* IE10 */ 1048 background-image: -moz-linear-gradient(top, #eff8ff, #e0eff9); /* Firefox */ 1049 background-image: -o-linear-gradient(top, #eff8ff, #e0eff9); /* Opera */ 1050 background-image: -webkit-gradient(linear, left top, left bottom, from(#eff8ff), to(#e0eff9)); /* old Webkit */ 1051 background-image: -webkit-linear-gradient(top, #eff8ff, #e0eff9); /* new Webkit */ 1052 background-image: linear-gradient(top, #eff8ff, #e0eff9); /* proposed W3C Markup */ 1084 1053 border-color: #cfdfe9; 1085 1054 } 1086 1055