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

git-svn-id: https://develop.svn.wordpress.org/trunk@7387 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-03-18 21:32:42 +00:00
parent e3b2cd3fc4
commit 73c098ceda
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;