mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-23 14:44:21 +02:00
tweak Pkgs app name and admin button CSS
This commit is contained in:
@@ -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
Submodule archivebox/vendor/pydantic-pkgr updated: 2cd844533d...ec5d19c745
Reference in New Issue
Block a user