tweak Pkgs app name and admin button CSS

This commit is contained in:
Nick Sweeting
2024-09-02 01:14:41 -07:00
parent 9be7e1a0bc
commit 3ea116f0b6
3 changed files with 6 additions and 4 deletions

View File

@@ -143,11 +143,11 @@ body.model-snapshot.change-list #content .object-tools {
color: #333;
}
#content #changelist .actions .button[name=update_snapshots] {
background-color:lightseagreen;
background-color: #9ee54b;
color: #333;
}
#content #changelist .actions .button[name=resnapshot_snapshot] {
background-color: #9ee54b;
background-color:lightseagreen;
color: #333;
}
#content #changelist .actions .button[name=overwrite_snapshots] {