Style tweaks

This commit is contained in:
Rob Harrington
2015-05-08 15:00:06 +10:00
parent d2e8b23dd4
commit 3bc69242ce

View File

@@ -8,15 +8,15 @@
}
}
input.update-pending {
.update-pending {
border: solid 1px orange;
}
input.update-error {
.update-error {
border: solid 1px red;
}
input.update-success {
.update-success {
border: solid 1px #9fc820;
}
@@ -42,4 +42,4 @@ div#group_buy_calculation {
.row span {
text-align: center;
}
}
}