Make plugin update colors more readable. Props mt. fixes #6276

git-svn-id: http://svn.automattic.com/wordpress/trunk@7387 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-03-18 21:32:42 +00:00
parent 49799e5c9a
commit 98f764089f
2 changed files with 1 additions and 9 deletions

View File

@ -471,15 +471,11 @@ input.readonly {
color: #666;
}
#update-nag a:link, .plugin-update a:link {
color: #036;
}
#update-nag, .plugin-update {
background-color: #fffeeb;
border-bottom-color: #ccc;
border-top-color: #ccc;
color: #cfebf6;
color: #555;
}
#upload-files a.file-link {

View File

@ -443,10 +443,6 @@ input.readonly {
color: #666;
}
#update-nag a:link, .plugin-update a:link {
color: #036;
}
#update-nag, .plugin-update {
background-color: #fffeeb;
border-bottom-color: #ccc;