Changeset 9532
- Timestamp:
- 11/05/2008 08:02:47 PM (17 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 3 edited
-
css/colors-fresh.css (modified) (1 diff)
-
css/global.css (modified) (1 diff)
-
wp-admin.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/colors-fresh.css
r9529 r9532 365 365 } 366 366 367 .updated a {368 border-bottom-color: #2583ad;369 }370 371 367 a.page-numbers { 372 368 border-bottom-color: #B8D3E2; -
trunk/wp-admin/css/global.css
r9518 r9532 362 362 .wrap .updated, 363 363 .wrap .error { 364 margin: auto 0 0; 365 } 366 367 .updated a, 368 .error a { 369 text-decoration: underline; 370 } 371 372 .updated a { 373 text-decoration: none; 374 padding-bottom: 2px; 364 margin: 0 0 12px; 375 365 } 376 366 -
trunk/wp-admin/wp-admin.css
r9520 r9532 369 369 } 370 370 371 .updated a {372 border-bottom-width: 1px;373 border-bottom-style: solid;374 }375 376 371 .unapproved .unapprove { 377 372 display: none;
Note: See TracChangeset
for help on using the changeset viewer.