Changeset 36857
- Timestamp:
- 03/05/2016 10:00:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/editor.css
r36799 r36857 52 52 } 53 53 54 .mce-window .mce-window-head .mce-close { 54 .mce-window .mce-window-head .mce-close, 55 .mce-window-head .mce-close .mce-i-remove { 55 56 color: transparent; 56 57 top: 0; … … 58 59 width: 36px; 59 60 height: 36px; 61 padding: 0; 60 62 line-height: 36px; 61 63 text-align: center; 62 64 } 63 65 64 .mce-window .mce-window-head .mce-close:before {66 .mce-window-head .mce-close .mce-i-remove:before { 65 67 font: normal 20px/36px dashicons; 66 68 text-align: center; … … 71 73 } 72 74 73 .mce-window .mce-window-head .mce-close:hover:before { 75 .mce-window-head .mce-close:hover .mce-i-remove:before, 76 .mce-window-head .mce-close:focus .mce-i-remove:before { 74 77 color: #00a0d2; 78 } 79 80 .mce-window-head .mce-close:focus .mce-i-remove, 81 div.mce-tab:focus { 82 -webkit-box-shadow: 0 0 0 1px #5b9dd9, 83 0 0 2px 1px rgba(30, 140, 190, .8); 84 box-shadow: 0 0 0 1px #5b9dd9, 85 0 0 2px 1px rgba(30, 140, 190, .8); 75 86 } 76 87 … … 829 840 830 841 .mce-notification button.mce-close { 831 width: 20px; 832 right: 6px; 833 top: 9px; 834 font-weight: normal; 835 color: #555d66; 842 right: 6px; 843 top: 3px; 844 font-weight: normal; 845 color: #555d66; 836 846 } 837 847 … … 839 849 .mce-notification button.mce-close:focus { 840 850 color: #000; 841 }842 843 .mce-notification.mce-notification-info.mce-has-close {844 padding-right: 24px;845 851 } 846 852 … … 882 888 i.mce-i-wp_code, 883 889 i.mce-i-dashicon, 884 .mce-close {890 i.mce-i-remove { 885 891 font: normal 20px/1 dashicons; 886 892 padding: 0; … … 1026 1032 } 1027 1033 1028 .mce-close:before {1034 i.mce-i-remove:before { 1029 1035 content: "\f158"; 1030 1036 }
Note: See TracChangeset
for help on using the changeset viewer.