Changeset 33146
- Timestamp:
- 07/09/2015 07:11:19 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/list-tables.css
r33105 r33146 458 458 } 459 459 460 .wp-list-table .toggle-row:focus {460 .wp-list-table .toggle-row:focus:before { 461 461 -webkit-box-shadow: 462 462 0 0 0 1px #5b9dd9, … … 467 467 } 468 468 469 .ie8 .wp-list-table .toggle-row:focus {469 .ie8 .wp-list-table .toggle-row:focus:before { 470 470 outline: #5b9dd9 solid 1px; 471 471 } … … 478 478 .wp-list-table .toggle-row:before { 479 479 position: absolute; 480 top: 0;480 top: -5px; 481 481 left: 10px; 482 border-radius: 50%; 482 483 display: block; 483 padding: 0;484 padding: 1px 2px 1px 0; 484 485 color: #666; 485 486 content: '\f140'; 486 487 font: normal 20px/1 'dashicons'; 487 line-height: 1 0px;488 line-height: 1; 488 489 -webkit-font-smoothing: antialiased; 489 490 -moz-osx-font-smoothing: grayscale;
Note: See TracChangeset
for help on using the changeset viewer.