Changeset 29607
- Timestamp:
- 08/25/2014 09:25:13 PM (12 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
-
wp-admin/css/media.css (modified) (2 diffs)
-
wp-includes/css/media-views.css (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/media.css
r29598 r29607 529 529 } 530 530 531 .media-frame.mode-grid .attachment:focus { 531 .media-frame.mode-grid .attachment:focus, 532 .media-frame.mode-grid .selected.attachment:focus, 533 .media-frame.mode-grid .attachment.details:focus { 532 534 -webkit-box-shadow: 533 inset 0 0 0 5px #f1f1f1,534 inset 0 0 1px7px #5b9dd9;535 inset 0 0 2px 3px #f1f1f1, 536 inset 0 0 0 7px #5b9dd9; 535 537 box-shadow: 536 inset 0 0 0 5px #f1f1f1, 537 inset 0 0 1px 7px #5b9dd9; 538 inset 0 0 2px 3px #f1f1f1, 539 inset 0 0 0 7px #5b9dd9; 540 outline: none; 538 541 } 539 542 … … 547 550 } 548 551 549 .media-frame.mode-grid . selected.attachment:focus {552 .media-frame.mode-grid .attachment.details { 550 553 -webkit-box-shadow: 551 554 inset 0 0 0 3px #f1f1f1, -
trunk/src/wp-includes/css/media-views.css
r29598 r29607 63 63 border-style: solid; 64 64 border-color: #dfdfdf; 65 } 66 67 .media-frame input[type="text"]:focus, 68 .media-frame input[type="password"]:focus, 69 .media-frame input[type="number"]:focus, 70 .media-frame input[type="search"]:focus, 71 .media-frame input[type="email"]:focus, 72 .media-frame input[type="url"]:focus, 73 .media-frame textarea:focus, 74 .media-frame select:focus { 75 border-color: #5b9dd9; 65 76 } 66 77 … … 764 775 } 765 776 766 .attachment:focus { 777 .attachment:focus, 778 .selected.attachment:focus, 779 .attachment.details:focus { 767 780 -webkit-box-shadow: 768 inset 0 0 0 5px #fff,769 inset 0 0 1px7px #5b9dd9;781 inset 0 0 2px 3px #fff, 782 inset 0 0 0 7px #5b9dd9; 770 783 box-shadow: 771 inset 0 0 0 5px #fff,772 inset 0 0 1px7px #5b9dd9;784 inset 0 0 2px 3px #fff, 785 inset 0 0 0 7px #5b9dd9; 773 786 outline: none; 774 787 } … … 781 794 inset 0 0 0 5px #fff, 782 795 inset 0 0 0 7px #ccc; 796 } 797 798 .attachment.details { 799 -webkit-box-shadow: 800 inset 0 0 0 3px #fff, 801 inset 0 0 0 7px #1e8cbe; 802 box-shadow: 803 inset 0 0 0 3px #fff, 804 inset 0 0 0 7px #1e8cbe; 783 805 } 784 806 … … 957 979 } 958 980 959 .selected.attachment:focus,960 .attachment.details {961 -webkit-box-shadow:962 inset 0 0 0 3px #fff,963 inset 0 0 0 7px #1e8cbe;964 box-shadow:965 inset 0 0 0 3px #fff,966 inset 0 0 0 7px #1e8cbe;967 }968 969 981 .attachment.details .check, 970 982 .attachment.selected .check:focus, … … 1424 1436 width: 50%; 1425 1437 } 1426 /* 1427 . attachment.selection.selected .thumbnail{1438 1439 .media-selection .attachment-preview { 1428 1440 -webkit-box-shadow: none; 1429 1441 box-shadow: none; 1430 } 1431 1432 .attachment.selection.selected:focus { 1433 -webkit-box-shadow: 1434 0 0 0 1px #5b9dd9, 1435 0 0 2px 2px #5b9dd9; 1436 box-shadow: 1437 0 0 0 1px #5b9dd9, 1438 0 0 2px 2px #5b9dd9; 1439 outline: none; 1440 } 1441 1442 .attachment.selection.details { 1443 -webkit-box-shadow: 1444 0 0 0 1px #fff, 1445 0 0 0 4px #1e8cbe; 1446 box-shadow: 1447 0 0 0 1px #fff, 1448 0 0 0 4px #1e8cbe; 1449 } 1450 */ 1442 background: none; 1443 } 1444 1451 1445 .media-selection .attachment.selection.details .thumbnail { 1452 1446 -webkit-box-shadow:
Note: See TracChangeset
for help on using the changeset viewer.