Changeset 18086
- Timestamp:
- 06/01/2011 01:52:49 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/ms.css
r16902 r18086 1 #dashboard_right_now p.musub{margin-top:12px;border-top:1px solid #ececec;padding-left:16px;position:static;}#dashboard_right_now td.b a.musublink{font-size:16px;}#dashboard_right_now div.musubtable{border-top:none;}#dashboard_right_now div.musubtable .t{white-space:normal;}. site-deleted{background:#ff8573;}.site-spammed{background:#faafaa;}.site-archived{background:#ffebe8;}.site-mature{background:#fecac2;}1 #dashboard_right_now p.musub{margin-top:12px;border-top:1px solid #ececec;padding-left:16px;position:static;}#dashboard_right_now td.b a.musublink{font-size:16px;}#dashboard_right_now div.musubtable{border-top:none;}#dashboard_right_now div.musubtable .t{white-space:normal;}.wp-list-table .site-deleted{background:#ff8573;}.wp-list-table .site-spammed{background:#faafaa;}.wp-list-table .site-archived{background:#ffebe8;}.wp-list-table .site-mature{background:#fecac2;} -
trunk/wp-admin/css/ms.dev.css
r16902 r18086 20 20 21 21 /* Background Color for Site Status */ 22 . site-deleted {22 .wp-list-table .site-deleted { 23 23 background: #ff8573; 24 24 } 25 . site-spammed {25 .wp-list-table .site-spammed { 26 26 background: #faafaa; 27 27 } 28 . site-archived {28 .wp-list-table .site-archived { 29 29 background: #ffebe8; 30 30 } 31 . site-mature {31 .wp-list-table .site-mature { 32 32 background: #fecac2; 33 33 } -
trunk/wp-includes/script-loader.php
r18075 r18086 498 498 $styles->add( 'colors-classic', "/wp-admin/css/colors-classic$suffix.css", array(), $colors_version ); 499 499 500 $styles->add( 'ms', "/wp-admin/css/ms$suffix.css", array(), '201 01213' );500 $styles->add( 'ms', "/wp-admin/css/ms$suffix.css", array(), '20110601' ); 501 501 $styles->add( 'global', "/wp-admin/css/global$suffix.css", array(), '20110511g' ); 502 502 $styles->add( 'media', "/wp-admin/css/media$suffix.css", array(), '20110519' );
Note: See TracChangeset
for help on using the changeset viewer.