Changeset 29542
- Timestamp:
- 08/19/2014 08:37:46 PM (10 years ago)
- Location:
- trunk/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/colors/_admin.scss
r29447 r29542 401 401 402 402 403 /* Media Uploader */ 403 /* Media */ 404 405 .media-modal-close:hover .media-modal-icon:before, 406 .edit-attachment-frame .edit-media-header .right:hover, 407 .edit-attachment-frame .edit-media-header .left:hover { 408 color: $link-focus; 409 } 404 410 405 411 .media-item .bar, … … 432 438 .theme-overlay .theme-header .right:hover, 433 439 .theme-overlay .theme-header .left:hover { 434 background: $highlight-color;440 color: $link-focus; 435 441 } 436 442 … … 466 472 .theme-install-overlay .next-theme:hover, 467 473 .theme-install-overlay .next-theme:focus { 468 background-color: $menu-highlight-background; 469 color: $menu-highlight-text; 474 color: $link-focus; 470 475 } 471 476 … … 493 498 .control-panel-back:focus, 494 499 .control-panel-back:hover { 495 background-color: $menu-highlight-background; 496 color: $menu-highlight-text; 500 color: $link-focus; 497 501 } 498 502 -
trunk/src/wp-admin/css/customize-controls.css
r29488 r29542 233 233 .control-panel-back:focus, 234 234 .control-panel-back:hover { 235 background-color: #0074a2; 236 color: #fff; 235 color: #2ea2cc; 237 236 outline: none; 238 237 -webkit-box-shadow: none; … … 241 240 242 241 .customize-controls-close:before { 243 font: normal 32px/1 dashicons;242 font: normal 22px/1 dashicons; 244 243 content: "\f335"; 245 244 position: relative; 246 top: 8px;247 left: 8px;245 top: 7px; 246 left: 12px; 248 247 } 249 248 250 249 .control-panel-back:before { 251 font: normal 2 9px/1 dashicons;252 content: "\f34 0";253 position: relative; 254 top: 9px;255 left: 9px;250 font: normal 20px/1 dashicons; 251 content: "\f341"; 252 position: relative; 253 top: 13px; 254 left: 13px; 256 255 } 257 256 -
trunk/src/wp-admin/css/themes.css
r29365 r29542 432 432 } 433 433 434 .theme-overlay .theme-header .close:hover:before,435 .theme-overlay .theme-header .close:focus:before {436 color: #fff;437 }438 439 434 .theme-overlay .theme-header .close:before { 440 font: normal 30px/50px 'dashicons' !important;435 font: normal 22px/50px 'dashicons' !important; 441 436 color: #777; 442 437 display: inline-block; … … 462 457 463 458 .theme-overlay .theme-header .close:hover, 459 .theme-overlay .theme-header .close:hover:before, 460 .theme-overlay .theme-header .close:focus:before, 464 461 .theme-overlay .theme-header .right:hover, 465 .theme-overlay .theme-header .left:hover, 462 .theme-overlay .theme-header .left:hover { 463 color: #2ea2cc; 464 } 465 466 466 .theme-overlay .theme-header .close:focus, 467 467 .theme-overlay .theme-header .right:focus, 468 468 .theme-overlay .theme-header .left:focus { 469 background: #0074a2; 470 color: #fff; 471 outline: none; 472 -webkit-box-shadow: none; 473 box-shadow: none; 469 color: #2ea2cc; 470 -webkit-box-shadow: 471 0 0 0 1px #5b9dd9, 472 0 0 2px 1px rgba(30, 140, 190, .8); 473 box-shadow: 474 0 0 0 1px #5b9dd9, 475 0 0 2px 1px rgba(30, 140, 190, .8); 474 476 } 475 477 … … 490 492 } 491 493 492 .theme-overlay .theme-header .left:before { 493 content: '\f340'; 494 } 495 496 .theme-overlay .theme-header .right:before { 497 content: '\f344'; 498 } 499 494 .theme-overlay .theme-header .left:before, 495 .rtl .theme-overlay .theme-header .right:before { 496 content: '\f341'; 497 } 498 499 .theme-overlay .theme-header .right:before, 500 500 .rtl .theme-overlay .theme-header .left:before { 501 501 content: '\f345'; 502 502 } 503 503 504 .rtl .theme-overlay .theme-header .right:before { 505 content: '\f341'; 506 } 504 507 505 508 506 .theme-overlay .theme-wrap { … … 1401 1399 .theme-install-overlay .next-theme:hover, 1402 1400 .theme-install-overlay .next-theme:focus { 1403 background-color: #0074a2; 1404 color: #fff; 1401 color: #2ea2cc; 1405 1402 outline: none; 1406 1403 -webkit-box-shadow: none; … … 1409 1406 1410 1407 .theme-install-overlay .close-full-overlay:before { 1411 font: normal 30px/1 dashicons;1408 font: normal 22px/1 dashicons; 1412 1409 content: "\f335"; 1413 1410 position: relative; 1414 top: 9px;1415 left: 9px;1411 top: 7px; 1412 left: 12px; 1416 1413 } 1417 1414 1418 1415 .theme-install-overlay .previous-theme:before { 1419 1416 font: normal 20px/1 dashicons; 1420 content: "\f34 0";1417 content: "\f341"; 1421 1418 position: relative; 1422 1419 top: 6px; … … 1426 1423 .theme-install-overlay .next-theme:before { 1427 1424 font: normal 20px/1 dashicons; 1428 content: "\f34 4";1425 content: "\f345"; 1429 1426 position: relative; 1430 1427 top: 6px; … … 1444 1441 1445 1442 .rtl .theme-install-overlay .previous-theme:before { 1446 content: "\f34 4";1443 content: "\f345"; 1447 1444 } 1448 1445 1449 1446 .rtl .theme-install-overlay .next-theme:before { 1450 content: "\f34 0";1447 content: "\f341"; 1451 1448 } 1452 1449 -
trunk/src/wp-includes/css/media-views.css
r29532 r29542 141 141 position: absolute; 142 142 text-decoration: none; 143 top: 5px;143 top: 10px; 144 144 right: 10px; 145 145 width: 30px; … … 150 150 } 151 151 152 .media-modal-close:active { 153 box-shadow: none; 154 } 155 152 156 .media-modal-close span.media-modal-icon { 153 157 display: block; 154 margin : 8px auto 0;155 width: 15px;158 margin-top: 5px; 159 width: 30px; 156 160 height: 15px; 157 161 background-image: none; 162 text-align: center; 158 163 } 159 164 … … 495 500 bottom: 0; 496 501 margin: 0; 497 padding: 1 6px 0;502 padding: 10px 0; 498 503 background: #f3f3f3; 499 504 border-right-width: 1px; … … 620 625 left: 200px; 621 626 right: 0; 622 height: 5 6px;627 height: 50px; 623 628 z-index: 200; 624 629 } … … 626 631 .media-frame-router { 627 632 position: absolute; 628 top: 5 6px;633 top: 50px; 629 634 left: 200px; 630 635 right: 0; … … 635 640 .media-frame-content { 636 641 position: absolute; 637 top: 90px;642 top: 84px; 638 643 left: 200px; 639 644 right: 0; … … 677 682 678 683 .media-frame.hide-router .media-frame-content { 679 top: 5 6px;684 top: 50px; 680 685 } 681 686 … … 697 702 padding: 0 16px; 698 703 font-size: 22px; 699 line-height: 60px;704 line-height: 50px; 700 705 margin: 0; 701 706 } … … 2288 2293 .media-frame .media-frame-title .dashicons { 2289 2294 display: inline-block; 2290 line-height: 5 6px;2295 line-height: 50px; 2291 2296 } 2292 2297 … … 2718 2723 .upload-php .media-modal-close .media-modal-icon:before { 2719 2724 content: '\f335'; 2720 font-size: 30px; 2721 } 2722 2723 .upload-php .media-modal-close:hover .media-modal-icon:before, 2724 .upload-php .media-modal-close:focus .media-modal-icon:before { 2725 color: #fff; 2725 font-size: 22px; 2726 2726 } 2727 2727 2728 2728 .upload-php .media-modal-close .media-modal-icon { 2729 margin-top: 13px; 2730 width: 30px; 2731 height: 30px; 2729 margin: 14px; 2730 width: 22px; 2732 2731 } 2733 2732 … … 2738 2737 color: #777; 2739 2738 background-color: transparent; 2740 height: 5 6px;2741 width: 5 6px;2739 height: 50px; 2740 width: 50px; 2742 2741 padding: 0; 2743 2742 position: absolute; … … 2755 2754 2756 2755 .edit-attachment-frame .edit-media-header .left { 2757 right: 1 12px;2756 right: 102px; 2758 2757 } 2759 2758 2760 2759 .edit-attachment-frame .edit-media-header .right { 2761 right: 5 6px;2760 right: 51px; 2762 2761 } 2763 2762 2764 2763 .edit-attachment-frame .media-frame-title { 2765 2764 left: 0; 2766 right: 1 70px; /* leave space for prev/next/close */2765 right: 150px; /* leave space for prev/next/close */ 2767 2766 } 2768 2767 … … 2774 2773 } 2775 2774 2775 .edit-attachment-frame .edit-media-header .right:hover, 2776 .edit-attachment-frame .edit-media-header .left:hover { 2777 color: #2ea2cc; 2778 } 2779 2776 2780 .edit-attachment-frame .edit-media-header .left:before, 2777 2781 .rtl .edit-attachment-frame .edit-media-header .right:before { 2778 content: '\f34 0';2782 content: '\f341'; 2779 2783 } 2780 2784 2781 2785 .edit-attachment-frame .edit-media-header .right:before, 2782 2786 .rtl .edit-attachment-frame .edit-media-header .left:before { 2783 content: '\f34 4';2787 content: '\f345'; 2784 2788 } 2785 2789 … … 2790 2794 color: #ccc; 2791 2795 background: inherit; 2792 cursor: inherit; 2793 } 2794 2795 .upload-php .media-modal-close:hover, 2796 .edit-attachment-frame .edit-media-header .right:hover, 2797 .edit-attachment-frame .edit-media-header .left:hover, 2798 .upload-php .media-modal-close:focus, 2799 .edit-attachment-frame .edit-media-header .right:focus, 2800 .edit-attachment-frame .edit-media-header .left:focus { 2801 background: #0074a2; 2802 color: #fff; 2803 outline: none; 2804 -webkit-box-shadow: none; 2805 box-shadow: none; 2796 cursor: default; 2806 2797 } 2807 2798 … … 2814 2805 border-bottom: none; 2815 2806 bottom: 0; 2816 top: 5 6px;2807 top: 50px; 2817 2808 } 2818 2809
Note: See TracChangeset
for help on using the changeset viewer.