Changeset 29287
- Timestamp:
- 07/24/2014 09:06:42 PM (11 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/colors/_admin.scss
r29124 r29287 417 417 } 418 418 419 .media-modal-close:hover, 420 .edit-attachment-frame .edit-media-header .right:hover, 421 .edit-attachment-frame .edit-media-header .left:hover, 422 .media-modal-close:focus, 423 .edit-attachment-frame .edit-media-header .right:focus, 424 .edit-attachment-frame .edit-media-header .left:focus { 425 background: $menu-highlight-background; 426 color: $menu-highlight-text; 427 } 419 428 420 429 /* Themes */ -
trunk/src/wp-includes/css/media-views.css
r29286 r29287 142 142 position: absolute; 143 143 text-decoration: none; 144 top: 5px;145 right: 10px;146 width: 30px;147 height: 30px;144 top: 0; 145 right: 0; 146 width: 50px; 147 height: 48px; 148 148 z-index: 1000; 149 color: #777; 149 150 } 150 151 151 152 .media-modal-close span.media-modal-icon { 152 display: block;153 display: none; 153 154 margin: 8px auto 0; 154 155 width: 15px; … … 157 158 } 158 159 159 .media-modal-close .media-modal-icon:before { 160 content: '\f158'; 161 font: normal 20px/1 'dashicons'; 160 .media-modal-close:before { 161 position: absolute; 162 top: 1px; 163 left: 11px; 164 font: normal 30px/50px 'dashicons' !important; 165 content: '\f335'; 166 font-weight: 300; 162 167 speak: none; 163 vertical-align: middle;164 168 -webkit-font-smoothing: antialiased; 165 169 -moz-osx-font-smoothing: grayscale; 166 color: #666; 167 } 168 169 .media-modal-close:hover .media-modal-icon:before { 170 color: #2ea2cc; 170 } 171 172 .media-modal-close:focus, 173 .media-modal-close:hover { 174 background: #0074a2; 175 color: #fff; 176 -webkit-box-shadow: none; 177 box-shadow: none; 171 178 } 172 179 … … 2689 2696 } 2690 2697 2691 .upload-php .media-modal-close .media-modal-icon:before { 2692 content: '\f335'; 2693 font-size: 30px; 2694 } 2695 2696 .upload-php .media-modal-close:hover .media-modal-icon:before, 2697 .upload-php .media-modal-close:focus .media-modal-icon:before { 2698 color: #fff; 2699 } 2700 2701 .upload-php .media-modal-close .media-modal-icon { 2702 margin-top: 13px; 2703 width: 30px; 2704 height: 30px; 2698 .upload-php .media-modal-close:before { 2699 top: 4px; 2700 left: 14px; 2705 2701 } 2706 2702 … … 2720 2716 } 2721 2717 2722 .upload-php .media-modal-close {2723 top: 0;2724 right: 0;2725 }2726 2727 2718 .edit-attachment-frame .edit-media-header .left { 2728 2719 right: 112px; … … 2761 2752 .edit-attachment-frame .edit-media-header .left.disabled, 2762 2753 .edit-attachment-frame .edit-media-header .right.disabled, 2754 .edit-attachment-frame .edit-media-header .left.disabled:focus, 2755 .edit-attachment-frame .edit-media-header .right.disabled:focus, 2763 2756 .edit-attachment-frame .edit-media-header .left.disabled:hover, 2764 2757 .edit-attachment-frame .edit-media-header .right.disabled:hover {
Note: See TracChangeset
for help on using the changeset viewer.