diff --git a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html index f61d586c8..3f23d99f9 100644 --- a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html +++ b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html @@ -52,7 +52,7 @@
-
+
Created: {{ document.created | customDate }} Added: {{ document.added | customDate }} Modified: {{ document.modified | customDate }} diff --git a/src-ui/src/environments/environment.prod.ts b/src-ui/src/environments/environment.prod.ts index 8c9a5eeff..496cd0766 100644 --- a/src-ui/src/environments/environment.prod.ts +++ b/src-ui/src/environments/environment.prod.ts @@ -5,7 +5,7 @@ export const environment = { apiBaseUrl: document.baseURI + 'api/', apiVersion: '3', appTitle: 'Paperless-ngx', - version: '1.15.0', + version: '1.15.0-dev', webSocketHost: window.location.host, webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:', webSocketBaseUrl: base_url.pathname + 'ws/', diff --git a/src-ui/src/styles.scss b/src-ui/src/styles.scss index 804459e5a..0c29026d2 100644 --- a/src-ui/src/styles.scss +++ b/src-ui/src/styles.scss @@ -452,6 +452,7 @@ ul.pagination { table.table { color: var(--bs-body-color); + --bs-table-bg: var(--bs-light-rgb); .des,.asc { background-color: var(--bs-body-bg) !important; diff --git a/src-ui/src/theme.scss b/src-ui/src/theme.scss index a0f141c2b..e3a90238f 100644 --- a/src-ui/src/theme.scss +++ b/src-ui/src/theme.scss @@ -58,6 +58,7 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,