Ticket #15986: 15986.tinymce.css.cleanup.diff
| File 15986.tinymce.css.cleanup.diff, 7.2 KB (added by , 15 years ago) |
|---|
-
wp-includes/js/tinymce/themes/advanced/skins/wp_theme/ui.css
66 66 background-image: inherit 0 -10px; 67 67 } 68 68 69 .wp_themeSkin a.mceButton span, .wp_themeSkin a.mceButton img {}70 69 .wp_themeSkin .mceOldBoxModel a.mceButton span, .wp_themeSkin .mceOldBoxModel a.mceButton img {margin:0 0 0 1px} 71 70 72 71 .wp_themeSkin a.mceButton:active, 73 72 .wp_themeSkin a.mceButtonActive, 74 73 .wp_themeSkin a.mceButtonActive:hover, 75 74 .wp_themeSkin a.mceButtonSelected { 76 background-image: inherit;77 75 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff; 78 76 -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff; 79 77 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff; 80 78 } 81 79 .wp_themeSkin .mceButtonDisabled .mceIcon {opacity:0.4; filter:alpha(opacity=40);} 82 .wp_themeSkin .mceButtonDisabled {}83 80 84 81 /* Separator */ 85 82 .wp_themeSkin .mceSeparator { … … 96 93 .wp_themeSkin .mceListBox .mceText { 97 94 padding: 1px 2px 1px 5px; 98 95 text-align:left; 99 text-decoration: none !important;96 text-decoration: none; 100 97 width:70px; 101 98 -moz-border-bottom-left-radius: 2px; 102 99 -webkit-border-bottom-left-radius: 2px; -
wp-admin/css/colors-fresh.dev.css
891 891 background-image: -moz-linear-gradient(bottom, #ddd, #fff); /* Firefox */ 892 892 background-image: -o-linear-gradient(bottom, #ddd, #fff); /* Opera */ 893 893 background-image: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff)); /* old Webkit */ 894 background-image: -webkit-linear-gradient(bottom, #ddd, #fff) !important; /* new Webkit */894 background-image: -webkit-linear-gradient(bottom, #ddd, #fff); /* new Webkit */ 895 895 background-image: linear-gradient(bottom, #ddd, #fff); /* proposed W3C Markup */ 896 896 } 897 897 898 898 .wp_themeSkin a.mceButtonEnabled:hover { 899 background: #d5d5d5; 900 border-color: #a0a0a0 !important; 901 background-color: #c9c9c9; /* Fallback */ 899 border-color: #a0a0a0; 900 background: #ddd; /* Fallback */ 902 901 background-image: -ms-linear-gradient(bottom, #ccc, #fff); /* IE10 */ 903 902 background-image: -moz-linear-gradient(bottom, #ccc, #fff); /* Firefox */ 904 903 background-image: -o-linear-gradient(bottom, #ccc, #fff); /* Opera */ 905 904 background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#fff)); /* old Webkit */ 906 background-image: -webkit-linear-gradient(bottom, #ccc, #fff) !important; /* new Webkit */905 background-image: -webkit-linear-gradient(bottom, #ccc, #fff); /* new Webkit */ 907 906 background-image: linear-gradient(bottom, #ccc, #fff); /* proposed W3C Markup */ 908 907 } 909 908 … … 913 912 .wp_themeSkin a.mceButtonActive, 914 913 .wp_themeSkin a.mceButtonActive:active, 915 914 .wp_themeSkin a.mceButtonActive:hover { 915 background-color: #ddd; /* Fallback */ 916 916 background-image: -ms-linear-gradient(bottom, #eee, #bbb); /* IE10 */ 917 917 background-image: -moz-linear-gradient(bottom, #eee, #bbb); /* Firefox */ 918 918 background-image: -o-linear-gradient(bottom, #eee, #bbb); /* Opera */ 919 919 background-image: -webkit-gradient(linear, left bottom, left top, from(#eee), to(#bbb)); /* old Webkit */ 920 background-image: -webkit-linear-gradient(bottom, #eee, #bbb) !important; /* new Webkit */920 background-image: -webkit-linear-gradient(bottom, #eee, #bbb); /* new Webkit */ 921 921 background-image: linear-gradient(bottom, #eee, #bbb); /* proposed W3C Markup */ 922 border-color: #909090 !important;922 border-color: #909090; 923 923 } 924 924 925 925 .wp_themeSkin .mceButtonDisabled { … … 930 930 .wp_themeSkin .mceListBox .mceText, 931 931 .wp_themeSkin .mceListBox .mceOpen { 932 932 border-color: #ccc; 933 background-color: # c9c9c9; /* Fallback */933 background-color: #eee; /* Fallback */ 934 934 background-image: -ms-linear-gradient(bottom, #ddd, #fff); /* IE10 */ 935 935 background-image: -moz-linear-gradient(bottom, #ddd, #fff); /* Firefox */ 936 936 background-image: -o-linear-gradient(bottom, #ddd, #fff); /* Opera */ 937 937 background-image: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff)); /* old Webkit */ 938 background-image: -webkit-linear-gradient(bottom, #ddd, #fff); !important/* new Webkit */938 background-image: -webkit-linear-gradient(bottom, #ddd, #fff); /* new Webkit */ 939 939 background-image: linear-gradient(bottom, #ddd, #fff); /* proposed W3C Markup */ 940 940 } 941 941 942 942 .wp_themeSkin .mceListBox .mceOpen { 943 border-left: 0 px!important;943 border-left: 0 !important; 944 944 } 945 945 946 946 .wp_themeSkin table.mceListBoxEnabled:hover .mceOpen, … … 950 950 .wp_themeSkin .mceListBoxSelected .mceText, 951 951 .wp_themeSkin table.mceListBoxEnabled:active .mceText { 952 952 background: #ccc; 953 border-color: #999 !important;953 border-color: #999; 954 954 } 955 955 956 956 /* List Box Hover */ … … 958 958 .wp_themeSkin .mceListBoxHover .mceText, 959 959 .wp_themeSkin table.mceListBoxEnabled:hover .mceOpen, 960 960 .wp_themeSkin .mceListBoxHover .mceOpen { 961 border-color: #909090 !important;962 background-color: # c9c9c9; /* Fallback */961 border-color: #909090; 962 background-color: #eee; /* Fallback */ 963 963 background-image: -ms-linear-gradient(bottom, #ccc, #fff); /* IE10 */ 964 964 background-image: -moz-linear-gradient(bottom, #ccc, #fff); /* Firefox */ 965 965 background-image: -o-linear-gradient(bottom, #ccc, #fff); /* Opera */ 966 966 background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#fff)); /* old Webkit */ 967 background-image: -webkit-linear-gradient(bottom, #ccc, #fff) !important; /* new Webkit */967 background-image: -webkit-linear-gradient(bottom, #ccc, #fff); /* new Webkit */ 968 968 background-image: linear-gradient(bottom, #ccc, #fff); /* proposed W3C Markup */ 969 969 } 970 970 … … 983 983 .wp_themeSkin .mceSplitButtonSelected a.mceOpen, 984 984 .wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction, 985 985 .wp_themeSkin .mceSplitButton a.mceAction:hover { 986 border-color: #909090 !important;986 border-color: #909090; 987 987 } 988 988 989 989 990 990 .wp_themeSkin table.mceSplitButton td { 991 background-color: # c9c9c9; /* Fallback */991 background-color: #eee; /* Fallback */ 992 992 background-image: -ms-linear-gradient(bottom, #ddd, #fff); /* IE10 */ 993 993 background-image: -moz-linear-gradient(bottom, #ddd, #fff); /* Firefox */ 994 994 background-image: -o-linear-gradient(bottom, #ddd, #fff); /* Opera */ 995 995 background-image: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff)); /* old Webkit */ 996 background-image: -webkit-linear-gradient(bottom, #ddd, #fff) !important; /* new Webkit */996 background-image: -webkit-linear-gradient(bottom, #ddd, #fff); /* new Webkit */ 997 997 background-image: linear-gradient(bottom, #ddd, #fff); /* proposed W3C Markup */ 998 998 } 999 999 … … 1002 1002 background-image: -moz-linear-gradient(bottom, #ccc, #fff); /* Firefox */ 1003 1003 background-image: -o-linear-gradient(bottom, #ccc, #fff); /* Opera */ 1004 1004 background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#fff)); /* old Webkit */ 1005 background-image: -webkit-linear-gradient(bottom, #ccc, #fff) !important; /* new Webkit */1005 background-image: -webkit-linear-gradient(bottom, #ccc, #fff); /* new Webkit */ 1006 1006 background-image: linear-gradient(bottom, #ccc, #fff); /* proposed W3C Markup */ 1007 1007 } 1008 1008