diff options
Diffstat (limited to 'jimbrella/static')
-rw-r--r-- | jimbrella/static/jimbrella.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/jimbrella/static/jimbrella.css b/jimbrella/static/jimbrella.css index 1407253..8c39ba4 100644 --- a/jimbrella/static/jimbrella.css +++ b/jimbrella/static/jimbrella.css @@ -68,14 +68,18 @@ input.db-edit { background-color: #e99fd3; } -.lent, .blue { +.lent, .takeaway, .blue { background-color: #9fd3e9; } -.available, .green { +.available, .giveback, .green { background-color: #d3e99f; } +.admin_modify_db, .yellow { + background-color: #; +} + .proportion { display: inline; } |