summaryrefslogtreecommitdiff
path: root/jimbrella/static/jimbrella.css
diff options
context:
space:
mode:
Diffstat (limited to 'jimbrella/static/jimbrella.css')
-rw-r--r--jimbrella/static/jimbrella.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/jimbrella/static/jimbrella.css b/jimbrella/static/jimbrella.css
index 8f694d4..1407253 100644
--- a/jimbrella/static/jimbrella.css
+++ b/jimbrella/static/jimbrella.css
@@ -60,19 +60,19 @@ input.db-edit {
max-width: 10em;
}
-.error {
+.error, .red {
background-color: #e89d9d;
}
-.overdue {
+.overdue, .pink {
background-color: #e99fd3;
}
-.lent {
+.lent, .blue {
background-color: #9fd3e9;
}
-.available {
+.available, .green {
background-color: #d3e99f;
}