diff options
author | Frederick Yin <fkfd@fkfd.me> | 2021-10-28 23:37:45 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@fkfd.me> | 2021-10-28 23:37:45 +0800 |
commit | 2c6f41f6f27c88fb26f0c54f14156ac9c7466f0f (patch) | |
tree | 7c741cef271903f9268ee0059884f96993630f1f /jimbrella/static | |
parent | f6f23314955e13015db7f3e80b48d0fd2458990d (diff) |
Stylize /admin/logs
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; } |