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 | | |
| 892 | background-image: -webkit-gradient(linear, left bottom, left top, from(#dfdfdf), to(#fdfdfd)); |
| 893 | background-image: -webkit-linear-gradient(bottom, #dfdfdf, #fdfdfd); |
| 894 | background-image: -moz-linear-gradient(bottom, #dfdfdf, #fdfdfd); |
| 895 | background-image: -o-linear-gradient(bottom, #dfdfdf, #fdfdfd); |
| 896 | background-image: linear-gradient(to top, #dfdfdf, #fdfdfd); |
| 897 | } |
| 898 | |
| 899 | .wp_themeSkin a.mceButtonEnabled:hover { |
| 900 | border-color: #a5a5a5; |
| 901 | background: #eee; |
905 | 902 | background-image: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff)); |
906 | 903 | background-image: -webkit-linear-gradient(bottom, #ddd, #fff); |
907 | 904 | background-image: -moz-linear-gradient(bottom, #ddd, #fff); |
908 | 905 | background-image: -o-linear-gradient(bottom, #ddd, #fff); |
909 | 906 | background-image: linear-gradient(to top, #ddd, #fff); |
912 | | .wp_themeSkin a.mceButtonEnabled:hover { |
913 | | border-color: #a0a0a0; |
914 | | background: #eee; |
915 | | background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#fff)); |
916 | | background-image: -webkit-linear-gradient(bottom, #ccc, #fff); |
917 | | background-image: -moz-linear-gradient(bottom, #ccc, #fff); |
918 | | background-image: -o-linear-gradient(bottom, #ccc, #fff); |
919 | | background-image: linear-gradient(to top, #ccc, #fff); |
920 | | } |
921 | | |
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); |
| 920 | background-image: -webkit-gradient(linear, left bottom, left top, from(#f6f6f6), to(#dfdfdf)); |
| 921 | background-image: -webkit-linear-gradient(bottom, #f6f6f6, #dfdfdf); |
| 922 | background-image: -moz-linear-gradient(bottom, #f6f6f6, #dfdfdf); |
| 923 | background-image: -o-linear-gradient(bottom, #f6f6f6, #dfdfdf); |
| 924 | background-image: linear-gradient(to top, #f6f6f6, #dfdfdf); |
| 925 | |
| 926 | -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.2); |
| 927 | box-shadow: inset 1px 1px 0 rgba(0,0,0,0.2); |
950 | | .wp_themeSkin table.mceListBoxEnabled:active .mceText { |
951 | | background: #ccc; |
952 | | border-color: #999; |
| 941 | .wp_themeSkin table.mceListBoxEnabled:active .mceText{ |
| 942 | border-color: #777 #ccc #ccc #777; |
| 943 | background: #ddd; |
| 944 | background-image: -webkit-gradient(linear, left bottom, left top, from(#f6f6f6), to(#dfdfdf)); |
| 945 | background-image: -webkit-linear-gradient(bottom, #f6f6f6, #dfdfdf); |
| 946 | background-image: -moz-linear-gradient(bottom, #f6f6f6, #dfdfdf); |
| 947 | background-image: -o-linear-gradient(bottom, #f6f6f6, #dfdfdf); |
| 948 | background-image: linear-gradient(to top, #f6f6f6, #dfdfdf); |
| 949 | |
| 950 | -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.2); |
| 951 | box-shadow: inset 1px 1px 0 rgba(0,0,0,0.2); |
961 | | background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#fff)); |
962 | | background-image: -webkit-linear-gradient(bottom, #ccc, #fff); |
963 | | background-image: -moz-linear-gradient(bottom, #ccc, #fff); |
964 | | background-image: -o-linear-gradient(bottom, #ccc, #fff); |
965 | | background-image: linear-gradient(to top, #ccc, #fff); |
| 959 | background-image: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff)); |
| 960 | background-image: -webkit-linear-gradient(bottom, #ddd, #fff); |
| 961 | background-image: -moz-linear-gradient(bottom, #ddd, #fff); |
| 962 | background-image: -o-linear-gradient(bottom, #ddd, #fff); |
| 963 | background-image: linear-gradient(to top, #ddd, #fff); |
| 964 | |
| 965 | -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2); |
| 966 | box-shadow: 0 1px 2px rgba(0,0,0,0.2); |
| 969 | .wp_themeSkin .mceListBoxHover:active .mceOpen, |
| 970 | .wp_themeSkin .mceListBoxSelected .mceOpen { |
| 971 | border-color: #777 #ccc #ccc #999; |
| 972 | background: #ddd; |
| 973 | background-image: -webkit-gradient(linear, left bottom, left top, from(#f6f6f6), to(#dfdfdf)); |
| 974 | background-image: -webkit-linear-gradient(bottom, #f6f6f6, #dfdfdf); |
| 975 | background-image: -moz-linear-gradient(bottom, #f6f6f6, #dfdfdf); |
| 976 | background-image: -o-linear-gradient(bottom, #f6f6f6, #dfdfdf); |
| 977 | background-image: linear-gradient(to top, #f6f6f6, #dfdfdf); |
| 978 | } |
| 979 | |
| 980 | |
| 1002 | background-image: -webkit-gradient(linear, left bottom, left top, from(#cfcfcf), to(#fdfdfd)); |
| 1003 | background-image: -webkit-linear-gradient(bottom, #cfcfcf, #fdfdfd); |
| 1004 | background-image: -moz-linear-gradient(bottom, #cfcfcf, #fdfdfd); |
| 1005 | background-image: -o-linear-gradient(bottom, #cfcfcf, #fdfdfd); |
| 1006 | background-image: linear-gradient(to top, #cfcfcf, #fdfdfd); |
| 1007 | } |
| 1008 | |
| 1009 | .wp_themeSkin table.mceSplitButton:hover td { |
| 1010 | background: #eee; |
983 | 1011 | background-image: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff)); |
984 | 1012 | background-image: -webkit-linear-gradient(bottom, #ddd, #fff); |
985 | 1013 | background-image: -moz-linear-gradient(bottom, #ddd, #fff); |
986 | 1014 | background-image: -o-linear-gradient(bottom, #ddd, #fff); |
987 | 1015 | background-image: linear-gradient(to top, #ddd, #fff); |
990 | | .wp_themeSkin table.mceSplitButton:hover td { |
991 | | background: #eee; |
992 | | background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#fff)); |
993 | | background-image: -webkit-linear-gradient(bottom, #ccc, #fff); |
994 | | background-image: -moz-linear-gradient(bottom, #ccc, #fff); |
995 | | background-image: -o-linear-gradient(bottom, #ccc, #fff); |
996 | | background-image: linear-gradient(to top, #ccc, #fff); |
997 | | } |
998 | | |
1057 | | background: #e9e9e9; |
1058 | | background-image: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#e9e9e9)); |
1059 | | background-image: -webkit-linear-gradient(bottom, #ddd, #e9e9e9); |
1060 | | background-image: -moz-linear-gradient(bottom, #ddd, #e9e9e9); |
1061 | | background-image: -o-linear-gradient(bottom, #ddd, #e9e9e9); |
1062 | | background-image: linear-gradient(to top, #ddd, #e9e9e9); |
| 1079 | background: #eaeaea; |