Changeset 11075
- Timestamp:
- 04/24/2009 06:39:08 AM (17 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 3 edited
-
css/colors-classic.css (modified) (1 diff)
-
css/colors-fresh.css (modified) (1 diff)
-
wp-admin.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/colors-classic.css
r11009 r11075 654 654 #update-nag, .plugin-update { 655 655 background-color: #fffeeb; 656 border-bottom-color: #ccc; 657 border-top-color: #ccc; 656 border-color: #ccc; 658 657 color: #555; 659 658 } -
trunk/wp-admin/css/colors-fresh.css
r11009 r11075 654 654 #update-nag, .plugin-update { 655 655 background-color: #fffeeb; 656 border-bottom-color: #ccc; 657 border-top-color: #ccc; 656 border-color: #ccc; 658 657 color: #555; 659 658 } -
trunk/wp-admin/wp-admin.css
r11026 r11075 756 756 font-size: 12px; 757 757 text-align: center; 758 border-bottom-width: 1px; 759 border-bottom-style: solid; 760 border-top-width: 1px; 761 border-top-style: solid; 758 } 759 760 #update-nag { 761 border-width: 1px 0; 762 border-style: solid none; 763 } 764 765 .plugin-update { 766 border-width: 0 0 1px; 767 border-style: none none solid; 762 768 } 763 769
Note: See TracChangeset
for help on using the changeset viewer.