diff options
author | Frederick Yin <fkfd@fkfd.me> | 2021-10-29 15:11:48 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@fkfd.me> | 2021-10-29 15:11:48 +0800 |
commit | 7ec6941b8a7a8fb84d8202f48571935ac31f700b (patch) | |
tree | 5e851f802b48b133dd4eccdbc5f6fe2e14bf6da7 /jimbrella/static | |
parent | 654f038465f286de94aa1a3974f8389438a58e5a (diff) |
Fix .admin_modify_db CSS bg color
Diffstat (limited to 'jimbrella/static')
-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 8c39ba4..056e0b4 100644 --- a/jimbrella/static/jimbrella.css +++ b/jimbrella/static/jimbrella.css @@ -77,7 +77,7 @@ input.db-edit { } .admin_modify_db, .yellow { - background-color: #; + background-color: #e8e89d; } .proportion { |