Add neutral pretty-button state for "remove-link" button.

This commit is contained in:
Max Goodman
2012-03-06 16:08:42 -08:00
committed by bsimpson63
parent c8cdc91b2e
commit 2c2ed24b05
4 changed files with 9 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

View File

@@ -4579,6 +4579,14 @@ a.pretty-button.negative.pressed {
background-image: url(../bg-button-negative-pressed.png); /* SPRITE stretch-x */
}
a.pretty-button.neutral {
background-image: url(../bg-button-neutral-unpressed.png); /* SPRITE stretch-x */
}
a.pretty-button.neutral.pressed {
background-image: url(../bg-button-neutral-pressed.png); /* SPRITE stretch-x */
}
a.pretty-button.positive {
background-image: url(../bg-button-positive-unpressed.png); /* SPRITE stretch-x */
}

View File

@@ -128,7 +128,7 @@
${pretty_button(_("spam %(obj)s") % dict(obj=kind),
"big_mod_action", -2, "negative")}
${pretty_button(_("remove %(obj)s") % dict(obj=kind),
"big_mod_action", -1, "negative")}
"big_mod_action", -1, "neutral")}
%endif
%if getattr(thing, "approval_checkmark", None):