Remove "Danger!" red from Cancel links and Deactivate plugins

git-svn-id: http://svn.automattic.com/wordpress/trunk@9941 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2008-11-28 07:35:33 +00:00
parent 1ab577ed68
commit e7ac7d001b
3 changed files with 7 additions and 26 deletions

View File

@@ -1422,18 +1422,6 @@ div.star.select:hover {
color: #ccc;
}
form p.submit a.cancel {
border-color: red;
color: red;
text-shadow: none;
}
form p.submit a.cancel:hover {
background: red;
color: white;
}
.misc-pub-section {
border-bottom-color: #eee;
}