Changeset 27107
- Timestamp:
- 02/06/2014 07:07:42 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/wp-admin.css
r27106 r27107 244 244 } 245 245 246 /* Large chunks of shared color, from the colors.css merge */246 /* @todo: Take a second look. Large chunks of shared color, from the colors.css merge */ 247 247 .widget-top, 248 248 .menu-item-handle, … … 4148 4148 } 4149 4149 4150 /* unclear if the following tablenav rules are actually used.4150 /* @todo: unclear if the following tablenav rules are actually used. 4151 4151 classes exist in paginate_links() but not seen in list table output. */ 4152 4152 .tablenav .dots { … … 4625 4625 } 4626 4626 4627 /* @todo: do we really need this? */ 4627 /* @todo: do we really need this? word on the street is we don't and this 4628 stray rule may actually be compensated for elsewhere. */ 4628 4629 #normal-sortables .submitbox .submitdelete:hover { 4629 4630 color: #000; … … 8727 8728 } 8728 8729 8729 /* @todo: what is this for? */8730 8730 .about-wrap .changelog.point-releases h3:first-child { 8731 8731 padding-top: 7px; … … 8736 8736 .wp-badge { 8737 8737 background: #0074a2 url('../images/w-logo-white.png?ver=20131202') no-repeat; 8738 background: #0074a2 url('../images/wordpress-logo-white.svg?ver=20131110') no-repeat;8738 background: #0074a2, url('../images/wordpress-logo-white.svg?ver=20131110') no-repeat; /* multiple backgrounds are ignored by browsers that don't support SVGs */ 8739 8739 background-position: center 24px; 8740 8740 background-size: 85px 85px;
Note: See TracChangeset
for help on using the changeset viewer.