Changeset 61480 for trunk/src/wp-includes/css/editor.css
- Timestamp:
- 01/13/2026 10:07:57 PM (2 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/css/editor.css (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/editor.css
r60885 r61480 923 923 924 924 i.mce-i-bold:before { 925 content: "\f200"; 925 926 content: "\f200" / ''; 926 927 } 927 928 928 929 i.mce-i-italic:before { 930 content: "\f201"; 929 931 content: "\f201" / ''; 930 932 } 931 933 932 934 i.mce-i-bullist:before { 935 content: "\f203"; 933 936 content: "\f203" / ''; 934 937 } 935 938 936 939 i.mce-i-numlist:before { 940 content: "\f204"; 937 941 content: "\f204" / ''; 938 942 } 939 943 940 944 i.mce-i-blockquote:before { 945 content: "\f205"; 941 946 content: "\f205" / ''; 942 947 } 943 948 944 949 i.mce-i-alignleft:before { 950 content: "\f206"; 945 951 content: "\f206" / ''; 946 952 } 947 953 948 954 i.mce-i-aligncenter:before { 955 content: "\f207"; 949 956 content: "\f207" / ''; 950 957 } 951 958 952 959 i.mce-i-alignright:before { 960 content: "\f208"; 953 961 content: "\f208" / ''; 954 962 } 955 963 956 964 i.mce-i-link:before { 965 content: "\f103"; 957 966 content: "\f103" / ''; 958 967 } 959 968 960 969 i.mce-i-unlink:before { 970 content: "\f225"; 961 971 content: "\f225" / ''; 962 972 } 963 973 964 974 i.mce-i-wp_more:before { 975 content: "\f209"; 965 976 content: "\f209" / ''; 966 977 } 967 978 968 979 i.mce-i-strikethrough:before { 980 content: "\f224"; 969 981 content: "\f224" / ''; 970 982 } 971 983 972 984 i.mce-i-spellchecker:before { 985 content: "\f210"; 973 986 content: "\f210" / ''; 974 987 } … … 978 991 i.mce-i-dfw:before, 979 992 .qt-dfw:before { 993 content: "\f211"; 980 994 content: "\f211" / ''; 981 995 } 982 996 983 997 i.mce-i-wp_adv:before { 998 content: "\f212"; 984 999 content: "\f212" / ''; 985 1000 } 986 1001 987 1002 i.mce-i-underline:before { 1003 content: "\f213"; 988 1004 content: "\f213" / ''; 989 1005 } 990 1006 991 1007 i.mce-i-alignjustify:before { 1008 content: "\f214"; 992 1009 content: "\f214" / ''; 993 1010 } … … 995 1012 i.mce-i-forecolor:before, 996 1013 i.mce-i-backcolor:before { 1014 content: "\f215"; 997 1015 content: "\f215" / ''; 998 1016 } 999 1017 1000 1018 i.mce-i-pastetext:before { 1019 content: "\f217"; 1001 1020 content: "\f217" / ''; 1002 1021 } 1003 1022 1004 1023 i.mce-i-removeformat:before { 1024 content: "\f218"; 1005 1025 content: "\f218" / ''; 1006 1026 } 1007 1027 1008 1028 i.mce-i-charmap:before { 1029 content: "\f220"; 1009 1030 content: "\f220" / ''; 1010 1031 } 1011 1032 1012 1033 i.mce-i-outdent:before { 1034 content: "\f221"; 1013 1035 content: "\f221" / ''; 1014 1036 } 1015 1037 1016 1038 i.mce-i-indent:before { 1039 content: "\f222"; 1017 1040 content: "\f222" / ''; 1018 1041 } 1019 1042 1020 1043 i.mce-i-undo:before { 1044 content: "\f171"; 1021 1045 content: "\f171" / ''; 1022 1046 } 1023 1047 1024 1048 i.mce-i-redo:before { 1049 content: "\f172"; 1025 1050 content: "\f172" / ''; 1026 1051 } … … 1028 1053 i.mce-i-help:before, 1029 1054 i.mce-i-wp_help:before { 1055 content: "\f223"; 1030 1056 content: "\f223" / ''; 1031 1057 } 1032 1058 1033 1059 i.mce-i-wp-media-library:before { 1060 content: "\f104"; 1034 1061 content: "\f104" / ''; 1035 1062 } 1036 1063 1037 1064 i.mce-i-ltr:before { 1065 content: "\f320"; 1038 1066 content: "\f320" / ''; 1039 1067 } 1040 1068 1041 1069 i.mce-i-wp_page:before { 1070 content: "\f105"; 1042 1071 content: "\f105" / ''; 1043 1072 } 1044 1073 1045 1074 i.mce-i-hr:before { 1075 content: "\f460"; 1046 1076 content: "\f460" / ''; 1047 1077 } 1048 1078 1049 1079 i.mce-i-remove:before { 1080 content: "\f158"; 1050 1081 content: "\f158" / ''; 1051 1082 } 1052 1083 1053 1084 i.mce-i-wp_code:before { 1085 content: "\f475"; 1054 1086 content: "\f475" / ''; 1055 1087 } … … 1057 1089 /* RTL button icons */ 1058 1090 .rtl i.mce-i-outdent:before { 1091 content: "\f222"; 1059 1092 content: "\f222" / ''; 1060 1093 } 1061 1094 1062 1095 .rtl i.mce-i-indent:before { 1096 content: "\f221"; 1063 1097 content: "\f221" / ''; 1064 1098 } … … 1212 1246 1213 1247 .wp-media-buttons .add_media span.wp-media-buttons-icon:before { 1248 content: "\f104"; 1214 1249 content: "\f104" / ''; 1215 1250 } … … 1429 1464 width: 36px; 1430 1465 height: 36px; 1466 content: "\f158"; 1431 1467 content: "\f158" / ''; 1432 1468 }
Note: See TracChangeset
for help on using the changeset viewer.