Clean up pretty-button styles.

This commit is contained in:
Max Goodman
2012-03-06 16:06:48 -08:00
committed by bsimpson63
parent d88e29e89c
commit c8cdc91b2e

View File

@@ -4563,23 +4563,27 @@ a.pretty-button:hover { text-decoration: none !important }
outline-style: none;
}
a.pretty-button.negative {
a.pretty-button {
color: black;
}
a.pretty-button.pressed {
color: white;
}
a.pretty-button.negative {
background-image: url(../bg-button-negative-unpressed.png); /* SPRITE stretch-x */
}
a.pretty-button.negative.pressed {
color: white;
background-image: url(../bg-button-negative-pressed.png); /* SPRITE stretch-x */
}
a.pretty-button.positive {
color: black;
background-image: url(../bg-button-positive-unpressed.png); /* SPRITE stretch-x */
}
a.pretty-button.positive.pressed {
color: white;
background-image: url(../bg-button-positive-pressed.png); /* SPRITE stretch-x */
}