Changeset 29447
- Timestamp:
- 08/08/2014 07:00:28 PM (10 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/colors/_admin.scss
r29287 r29447 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 }428 419 429 420 /* Themes */ -
trunk/src/wp-includes/css/media-views.css
r29446 r29447 141 141 position: absolute; 142 142 text-decoration: none; 143 top: 0;144 right: 0;145 width: 50px;146 height: 50px;143 top: 5px; 144 right: 10px; 145 width: 30px; 146 height: 30px; 147 147 z-index: 1000; 148 color: #777;149 148 -webkit-transition: color .1s ease-in-out, background .1s ease-in-out; 150 149 transition: color .1s ease-in-out, background .1s ease-in-out; … … 152 151 153 152 .media-modal-close span.media-modal-icon { 154 display: none;153 display: block; 155 154 margin: 8px auto 0; 156 155 width: 15px; … … 159 158 } 160 159 161 .media-modal-close:before { 162 position: absolute; 163 top: 1px; 164 left: 11px; 165 font: normal 30px/50px 'dashicons' !important; 166 content: '\f335'; 167 font-weight: 300; 160 .media-modal-close .media-modal-icon:before { 161 content: '\f158'; 162 font: normal 20px/1 'dashicons'; 168 163 speak: none; 164 vertical-align: middle; 169 165 -webkit-font-smoothing: antialiased; 170 166 -moz-osx-font-smoothing: grayscale; 171 } 172 173 .media-modal-close:focus, 174 .media-modal-close:hover { 175 background: #0074a2; 176 color: #fff; 177 -webkit-box-shadow: none; 178 box-shadow: none; 167 color: #666; 168 } 169 170 .media-modal-close:hover .media-modal-icon:before { 171 color: #2ea2cc; 179 172 } 180 173 … … 2555 2548 } 2556 2549 2557 .upload-php .media-modal-close:before { 2558 top: 4px; 2559 left: 14px; 2550 .upload-php .media-modal-close .media-modal-icon:before { 2551 content: '\f335'; 2552 font-size: 30px; 2553 } 2554 2555 .upload-php .media-modal-close:hover .media-modal-icon:before, 2556 .upload-php .media-modal-close:focus .media-modal-icon:before { 2557 color: #fff; 2558 } 2559 2560 .upload-php .media-modal-close .media-modal-icon { 2561 margin-top: 13px; 2562 width: 30px; 2563 height: 30px; 2560 2564 } 2561 2565 … … 2577 2581 } 2578 2582 2583 .upload-php .media-modal-close { 2584 top: 0; 2585 right: 0; 2586 } 2587 2579 2588 .edit-attachment-frame .edit-media-header .left { 2580 2589 right: 112px; … … 2609 2618 .edit-attachment-frame .edit-media-header .left.disabled, 2610 2619 .edit-attachment-frame .edit-media-header .right.disabled, 2611 .edit-attachment-frame .edit-media-header .left.disabled:focus,2612 .edit-attachment-frame .edit-media-header .right.disabled:focus,2613 2620 .edit-attachment-frame .edit-media-header .left.disabled:hover, 2614 2621 .edit-attachment-frame .edit-media-header .right.disabled:hover {
Note: See TracChangeset
for help on using the changeset viewer.