mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
tweak Pkgs app name and admin button CSS
This commit is contained in:
parent
9be7e1a0bc
commit
3ea116f0b6
3 changed files with 6 additions and 4 deletions
|
@ -4,8 +4,10 @@ from django.apps import AppConfig
|
|||
|
||||
|
||||
class PkgsConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'pkg'
|
||||
verbose_name = 'Package Management'
|
||||
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
|
||||
def ready(self):
|
||||
from .settings import LOADED_DEPENDENCIES
|
||||
|
|
|
@ -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] {
|
||||
|
|
2
archivebox/vendor/pydantic-pkgr
vendored
2
archivebox/vendor/pydantic-pkgr
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 2cd844533d888ce29b9bf32b8363510dd0d76166
|
||||
Subproject commit ec5d19c7450215b11503007657e57fde6532c793
|
Loading…
Reference in a new issue