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

git-svn-id: https://develop.svn.wordpress.org/trunk@9941 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-11-28 07:35:33 +00:00
parent 0e735cb613
commit b37725917d
3 changed files with 7 additions and 26 deletions
+6 -13
View File
@@ -198,17 +198,6 @@ kbd, code {
border-bottom-right-radius: 3px;
}
form p.submit a.cancel {
padding: 3px 0 0;
background: transparent;
border-width: 0 0 1px;
border-style: none none solid;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
border-radius: 0;
}
form p.submit a.cancel:hover {
text-decoration: none;
}
@@ -350,8 +339,12 @@ form p.submit a.cancel:hover {
box-sizing: content-box;
}
a.button {
padding: 4px 8px;
a.button,
a.button-primary,
a.button-secondary {
line-height: 1.4em;
-webkit-border-radius: 10px;
padding: 3px 10px;
}
#doaction,