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:
parent
49799e5c9a
commit
98f764089f
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue