Delete buttons should be red.

This commit is contained in:
Michael Jumper
2013-03-03 11:24:13 -08:00
parent 420b995af6
commit 0a6206e0e9
2 changed files with 4 additions and 4 deletions

View File

@@ -84,11 +84,11 @@ button:active {
1px 1px 0.25em rgba(255, 255, 255, 0.25);
}
button.delete {
button.danger {
background: #A43;
}
button.delete:hover {
button.danger:hover {
background: #C54;
}