Changeset 11519
- Timestamp:
- 06/04/2009 07:46:00 AM (17 years ago)
- Location:
- trunk/wp-admin/css
- Files:
-
- 2 edited
-
colors-classic.css (modified) (3 diffs)
-
colors-fresh.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/colors-classic.css
r11517 r11519 352 352 .ui-tabs-nav a:hover, 353 353 .plugins .inactive a:hover, 354 #all-plugins-table .plugins .inactive a:hover { 354 #all-plugins-table .plugins .inactive a:hover, 355 #search-plugins-table .plugins .inactive a:hover { 355 356 color: #d54e21; 356 357 } … … 387 388 .plugins a.delete:hover, 388 389 #all-plugins-table .plugins a.delete:hover, 390 #search-plugins-table .plugins a.delete:hover, 389 391 .submitbox .submitdelete, 390 392 a.delete { … … 588 590 #all-plugins-table .inactive th, 589 591 #all-plugins-table .inactive td, 592 #search-plugins-table .inactive, 593 #search-plugins-table .inactive th, 594 #search-plugins-table .inactive td, 590 595 tr.inactive + tr.plugin-update-tr .plugin-update { 591 596 background-color: #eee; -
trunk/wp-admin/css/colors-fresh.css
r11517 r11519 352 352 .ui-tabs-nav a:hover, 353 353 .plugins .inactive a:hover, 354 #all-plugins-table .plugins .inactive a:hover { 354 #all-plugins-table .plugins .inactive a:hover, 355 #search-plugins-table .plugins .inactive a:hover { 355 356 color: #d54e21; 356 357 } … … 383 384 .plugins a.delete:hover, 384 385 #all-plugins-table .plugins a.delete:hover, 386 #search-plugins-table .plugins a.delete:hover, 385 387 .submitbox .submitdelete, 386 388 a.delete { … … 583 585 #all-plugins-table .inactive th, 584 586 #all-plugins-table .inactive td, 587 #search-plugins-table .inactive, 588 #search-plugins-table .inactive th, 589 #search-plugins-table .inactive td, 585 590 tr.inactive + tr.plugin-update-tr .plugin-update { 586 591 background-color: #eee;
Note: See TracChangeset
for help on using the changeset viewer.