diff options
author | Frederick Yin <fkfd@fkfd.me> | 2022-02-06 16:44:45 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@fkfd.me> | 2022-02-06 16:44:45 +0800 |
commit | ccef2ce14d14da2ccfcfa74778b8ec1e2a3839f3 (patch) | |
tree | 180215d19000c20300c34cfeec02d895b8905985 /jimbrella/static/jimbrella.css | |
parent | 425edff4ff3d312a879258ca7387d53498ba94ef (diff) |
Adapt frontend to new AdminLog
Diffstat (limited to 'jimbrella/static/jimbrella.css')
-rw-r--r-- | jimbrella/static/jimbrella.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jimbrella/static/jimbrella.css b/jimbrella/static/jimbrella.css index 056e0b4..2c6987b 100644 --- a/jimbrella/static/jimbrella.css +++ b/jimbrella/static/jimbrella.css @@ -76,7 +76,7 @@ input.db-edit { background-color: #d3e99f; } -.admin_modify_db, .yellow { +.yellow { background-color: #e8e89d; } |