Ticket #18141: 18141.9.diff
File 18141.9.diff, 14.1 KB (added by , 12 years ago) |
---|
-
wp-includes/css/editor.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 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;181 184 } 182 185 183 186 .wp_themeSkin a.mceButtonEnabled:hover { … … 188 191 margin: 0 0 0 1px; 189 192 } 190 193 191 .wp_themeSkin a.mceButton:active,192 .wp_themeSkin a.mceButtonActive,193 .wp_themeSkin a.mceButtonActive:hover,194 .wp_themeSkin a.mceButtonSelected {195 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;196 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;197 }198 199 194 .wp_themeSkin .mceButtonDisabled .mceIcon { 200 opacity: 0. 5;201 filter: alpha(opacity= 50);195 opacity: 0.4; 196 filter: alpha(opacity=40); 202 197 } 203 198 204 199 /* Separator */ … … 226 221 -webkit-border-top-left-radius: 2px; 227 222 border-bottom-left-radius: 2px; 228 223 border-top-left-radius: 2px; 229 -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff; 230 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff; 231 font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif; 224 font-family: sans-serif; 232 225 font-size: 12px; 233 226 height: 20px; 234 227 line-height: 20px; … … 241 234 } 242 235 243 236 .wp_themeSkin .mceListBox .mceOpen { 244 width: 1 4px;237 width: 10px; 245 238 height: 20px; 246 239 border-collapse: separate; 247 padding: 1px ;240 padding: 1px 0; 248 241 -webkit-border-bottom-left-radius: 0; 249 242 -webkit-border-top-left-radius: 0; 250 243 border-bottom-left-radius: 0; 251 244 border-top-left-radius: 0; 252 -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;253 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;254 245 } 255 246 256 247 .wp_themeSkin .mceListBox .mceOpen span { 257 248 display: block; 258 width: 1 4px;249 width: 10px; 259 250 height: 20px; 251 } 252 253 .wp_themeSkin .mceListBoxSelected .mceOpen span, 254 .wp_themeSkin .mceListBox:hover .mceOpen span { 260 255 background-image: url("../images/down_arrow.gif"); 261 background-position: 2px 1px;256 background-position: 0px 1px; 262 257 background-repeat: no-repeat; 263 258 } 264 259 … … 285 280 } 286 281 287 282 .wp_themeSkin select.mceListBox { 288 font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana,sans-serif;283 font-family: sans-serif; 289 284 font-size: 12px; 290 285 border-color: #b2b2b2; 291 286 background-color: #fff; … … 300 295 301 296 .wp_themeSkin .mceSplitButton { 302 297 display: block; 303 margin: 1px;304 298 direction: ltr; 305 299 } 306 300 … … 310 304 border-radius: 2px; 311 305 } 312 306 313 .wp_themeSkin table.mceSplitButton td a {314 -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;315 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;316 }317 318 307 .wp_themeSkin table.mceSplitButton:hover td { 319 308 background-image: inherit 0 -10px; 320 309 } … … 335 324 .wp_themeSkin .mceSplitButton a.mceOpen { 336 325 width: 10px; 337 326 height: 20px; 338 background-image: url("../images/down_arrow.gif"); 339 background-position: 1px 2px; 327 background-position: 0px 2px; 340 328 background-repeat: no-repeat; 341 padding: 1px ;329 padding: 1px 0; 342 330 border-left: 0 none !important; 343 331 } 344 332 … … 449 437 /* ColorSplitButton */ 450 438 .wp_themeSkin div.mceColorSplitMenu table { 451 439 background-color: #ebebeb; 452 border-color: # B2B2B2;440 border-color: #bbb; 453 441 } 454 442 455 443 .wp_themeSkin .mceColorSplitMenu td { … … 900 888 .wp_themeSkin .mceButton, 901 889 .wp_themeSkin .mceListBox .mceText, 902 890 .wp_themeSkin .mceListBox .mceOpen { 903 border-color: #ccc; 904 background: #eee; 905 background-image: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff)); 906 background-image: -webkit-linear-gradient(bottom, #ddd, #fff); 907 background-image: -moz-linear-gradient(bottom, #ddd, #fff); 908 background-image: -o-linear-gradient(bottom, #ddd, #fff); 909 background-image: linear-gradient(to top, #ddd, #fff); 891 border-color: transparent; 910 892 } 911 893 912 894 .wp_themeSkin a.mceButtonEnabled:hover { 913 border-color: # a0a0a0;895 border-color: #bbb; 914 896 background: #eee; 915 897 background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#fff)); 916 898 background-image: -webkit-linear-gradient(bottom, #ccc, #fff); … … 925 907 .wp_themeSkin a.mceButtonActive, 926 908 .wp_themeSkin a.mceButtonActive:active, 927 909 .wp_themeSkin a.mceButtonActive:hover { 928 border-color: # 909090;910 border-color: #bbb; 929 911 background: #ddd; 930 background-image: -webkit-gradient(linear, left bottom, left top, from(# eee), to(#bbb));931 background-image: -webkit-linear-gradient(bottom, # eee, #bbb);932 background-image: -moz-linear-gradient(bottom, # eee, #bbb);933 background-image: -o-linear-gradient(bottom, # eee, #bbb);934 background-image: linear-gradient(to top, # eee, #bbb);912 background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#ccc)); 913 background-image: -webkit-linear-gradient(bottom, #fff, #ccc); 914 background-image: -moz-linear-gradient(bottom, #fff, #ccc); 915 background-image: -o-linear-gradient(bottom, #fff, #ccc); 916 background-image: linear-gradient(to top, #fff, #ccc); 935 917 } 936 918 937 919 .wp_themeSkin .mceButtonDisabled { 938 border-color: #ccc!important;920 border-color: transparent !important; 939 921 } 940 922 941 923 .wp_themeSkin .mceListBox .mceOpen { … … 949 931 .wp_themeSkin .mceListBoxSelected .mceText, 950 932 .wp_themeSkin table.mceListBoxEnabled:active .mceText { 951 933 background: #ccc; 952 border-color: #999;953 934 } 954 935 955 936 .wp_themeSkin table.mceListBoxEnabled:hover .mceText, 956 937 .wp_themeSkin .mceListBoxHover .mceText, 957 938 .wp_themeSkin table.mceListBoxEnabled:hover .mceOpen, 958 939 .wp_themeSkin .mceListBoxHover .mceOpen { 959 border-color: # 909090;940 border-color: #bbb; 960 941 background: #eee; 961 942 background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#fff)); 962 943 background-image: -webkit-linear-gradient(bottom, #ccc, #fff); … … 968 949 /* SplitButton */ 969 950 .wp_themeSkin .mceSplitButton a.mceAction, 970 951 .wp_themeSkin .mceSplitButton a.mceOpen { 971 border-color: #ccc;952 border-color: transparent; 972 953 } 973 954 974 .wp_themeSkin .mceSplitButton a.mceOpen:hover,955 .wp_themeSkin .mceSplitButton:hover a.mceOpen, 975 956 .wp_themeSkin .mceSplitButtonSelected a.mceOpen, 976 957 .wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction, 977 958 .wp_themeSkin .mceSplitButton a.mceAction:hover { 978 border-color: # 909090;959 border-color: #bbb; 979 960 } 980 961 981 .wp_themeSkin table.mceSplitButton td { 982 background: #eee; 983 background-image: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff)); 984 background-image: -webkit-linear-gradient(bottom, #ddd, #fff); 985 background-image: -moz-linear-gradient(bottom, #ddd, #fff); 986 background-image: -o-linear-gradient(bottom, #ddd, #fff); 987 background-image: linear-gradient(to top, #ddd, #fff); 962 .wp_themeSkin .mceSplitButtonSelected a.mceOpen, 963 .wp_themeSkin .mceSplitButtonEnabled:hover a.mceOpen { 964 background-image: url("../images/down_arrow.gif"); 965 background-position: 0px 2px; 966 background-repeat: no-repeat; 988 967 } 989 968 969 .wp_themeSkin .mceSplitButtonSelected a { 970 background-color: #bbb; 971 } 972 990 973 .wp_themeSkin table.mceSplitButton:hover td { 974 border-color: #bbb; 991 975 background: #eee; 992 976 background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#fff)); 993 977 background-image: -webkit-linear-gradient(bottom, #ccc, #fff); … … 996 980 background-image: linear-gradient(to top, #ccc, #fff); 997 981 } 998 982 983 .wp_themeSkin table.mceSplitButton:active td.mceFirst, 984 .wp_themeSkin table.mceSplitButton td.mceLast:active { 985 border-color: #bbb; 986 background: #ddd; 987 background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#ccc)); 988 background-image: -webkit-linear-gradient(bottom, #fff, #ccc); 989 background-image: -moz-linear-gradient(bottom, #fff, #ccc); 990 background-image: -o-linear-gradient(bottom, #fff, #ccc); 991 background-image: linear-gradient(to top, #fff, #ccc); 992 } 993 999 994 .wp_themeSkin .mceSplitButtonActive { 1000 995 background-color: #B2B2B2; 996 -webkit-border-radius: 3px; 997 border-radius: 3px; 1001 998 } 1002 999 1003 1000 .wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover { -
wp-admin/css/colors-classic.css
947 947 } 948 948 949 949 /* Containers */ 950 .wp-editor-wrap .wp-editor-container, 950 951 .wp-editor-wrap .wp_themeSkin table.mceLayout { 951 952 border-color: #bed1dd #bed1dd #d0dfe9; 952 953 } … … 967 968 background-color: #f5f5f5; 968 969 } 969 970 970 /* Button */ 971 .wp-editor-wrap .wp_themeSkin .mceButton, 972 .wp-editor-wrap .wp_themeSkin .mceListBox .mceText, 973 .wp-editor-wrap .wp_themeSkin .mceListBox .mceOpen { 974 border-color: #b0c8d7; 975 background: #cfdfe9; 971 .wp-editor-wrap .wp_themeSkin a.mceButtonEnabled:hover { 972 border-color: #bbb; 973 background: #eee; 976 974 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); 977 975 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff); 978 976 background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); … … 980 978 background-image: linear-gradient(to top, #cfdfe9, #fff); 981 979 } 982 980 983 .wp-editor-wrap .wp_themeSkin a.mceButtonEnabled:hover {984 border-color: #5589aa;985 background: #c9c9c9;986 background-image: -webkit-gradient(linear, left bottom, left top, from(#bdccd5), to(#000));987 background-image: -webkit-linear-gradient(bottom, #bdccd5, #fff);988 background-image: -moz-linear-gradient(bottom, #bdccd5, #fff);989 background-image: -o-linear-gradient(bottom, #bdccd5, #fff);990 background-image: linear-gradient(to top, #bdccd5, #fff);991 }992 993 981 .wp-editor-wrap .wp_themeSkin a.mceButton:active, 994 982 .wp-editor-wrap .wp_themeSkin a.mceButtonEnabled:active, 995 983 .wp-editor-wrap .wp_themeSkin a.mceButtonSelected:active, 996 984 .wp-editor-wrap .wp_themeSkin a.mceButtonActive, 997 985 .wp-editor-wrap .wp_themeSkin a.mceButtonActive:active, 998 986 .wp-editor-wrap .wp_themeSkin a.mceButtonActive:hover { 999 background: # b0c8d7;1000 border-color: # 5589aa;987 background: #c7d8e2; 988 border-color: #b0c8d7; 1001 989 background-image: -webkit-gradient(linear, left top, left bottom, from(#cfdfe9), to(#fff)); 1002 990 background-image: -webkit-linear-gradient(top, #cfdfe9, #fff); 1003 991 background-image: -moz-linear-gradient(top, #cfdfe9, #fff); … … 1005 993 background-image: linear-gradient(to bottom, #cfdfe9, #fff); 1006 994 } 1007 995 1008 .wp-editor-wrap .wp_themeSkin .mceButtonDisabled {1009 border-color: #b0c8d7 !important;1010 }1011 1012 996 .wp-editor-wrap .wp_themeSkin .mceListBox .mceOpen { 1013 997 border-left: 0 !important; 1014 998 } … … 1019 1003 .wp-editor-wrap .wp_themeSkin .mceListBoxSelected .mceOpen, 1020 1004 .wp-editor-wrap .wp_themeSkin .mceListBoxSelected .mceText, 1021 1005 .wp-editor-wrap .wp_themeSkin table.mceListBoxEnabled:active .mceText { 1022 background: #b0c8d7; 1023 border-color: #5589aa; 1006 background: #c7d8e2; 1024 1007 } 1025 1008 1026 1009 .wp-editor-wrap .wp_themeSkin table.mceListBoxEnabled:hover .mceText, 1027 1010 .wp-editor-wrap .wp_themeSkin .mceListBoxHover .mceText, 1028 1011 .wp-editor-wrap .wp_themeSkin table.mceListBoxEnabled:hover .mceOpen, 1029 1012 .wp-editor-wrap .wp_themeSkin .mceListBoxHover .mceOpen { 1030 border-color: # 5589aa;1031 background: #c 9c9c9;1013 border-color: #B0C8D7; 1014 background: #c7d8e2; 1032 1015 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); 1033 1016 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff); 1034 1017 background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); … … 1036 1019 background-image: linear-gradient(to top, #cfdfe9, #fff); 1037 1020 } 1038 1021 1039 /* SplitButton */ 1040 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceAction, 1041 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceOpen { 1042 border-color: #b0c8d7; 1043 } 1044 1045 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceOpen:hover, 1022 .wp-editor-wrap .wp_themeSkin .mceSplitButton:hover a.mceOpen, 1046 1023 .wp-editor-wrap .wp_themeSkin .mceSplitButtonSelected a.mceOpen, 1047 1024 .wp-editor-wrap .wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction, 1048 1025 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceAction:hover { 1049 border-color: # 5589aa;1026 border-color: #B0C8D7; 1050 1027 } 1051 1028 1052 .wp-editor-wrap .wp_themeSkin table.mceSplitButton td { 1053 background: #cfdfe9; 1054 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); 1055 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff); 1056 background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); 1057 background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); 1058 background-image: linear-gradient(to top, #cfdfe9, #fff); 1029 .wp-editor-wrap .wp_themeSkin .mceSplitButtonSelected a { 1030 background-color: #B0C8D7; 1059 1031 } 1060 1032 1061 1033 .wp-editor-wrap .wp_themeSkin table.mceSplitButton:hover td { 1034 border-color: #bbb; 1062 1035 background: #c9c9c9; 1063 background-image: -webkit-gradient(linear, left bottom, left top, from(#bdccd5), to(# 000));1036 background-image: -webkit-gradient(linear, left bottom, left top, from(#bdccd5), to(#fff)); 1064 1037 background-image: -webkit-linear-gradient(bottom, #bdccd5, #fff); 1065 1038 background-image: -moz-linear-gradient(bottom, #bdccd5, #fff); 1066 1039 background-image: -o-linear-gradient(bottom, #bdccd5, #fff); 1067 1040 background-image: linear-gradient(to top, #bdccd5, #fff); 1068 1041 } 1069 1042 1043 .wp-editor-wrap .wp_themeSkin table.mceSplitButton:active td.mceFirst, 1044 .wp-editor-wrap .wp_themeSkin table.mceSplitButton td.mceLast:active { 1045 border-color: #bbb; 1046 background: #c9c9c9; 1047 background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#bdccd5)); 1048 background-image: -webkit-linear-gradient(bottom, #fff, #bdccd5); 1049 background-image: -moz-linear-gradient(bottom, #fff, #bdccd5); 1050 background-image: -o-linear-gradient(bottom, #fff, #bdccd5); 1051 background-image: linear-gradient(to top, #fff, #bdccd5); 1052 } 1053 1070 1054 .wp-editor-wrap .wp_themeSkin .mceSplitButtonActive { 1071 1055 background-color: #b0c8d7; 1072 1056 } 1073 1057 1058 .wp-editor-wrap .wp_themeSkin .mceSplitButtonSelected a.mceOpen { 1059 background-color: #B0C8D7; 1060 } 1061 1074 1062 /* ColorSplitButton */ 1075 1063 .wp-editor-wrap .wp_themeSkin div.mceColorSplitMenu table { 1076 1064 background-color: #ebebeb;