diff --git a/js/apps/system/aardvark/frontend/scss/_documentsView.scss b/js/apps/system/aardvark/frontend/scss/_documentsView.scss index c5a885b241..065975de90 100644 --- a/js/apps/system/aardvark/frontend/scss/_documentsView.scss +++ b/js/apps/system/aardvark/frontend/scss/_documentsView.scss @@ -131,3 +131,7 @@ font-size: 13pt; margin-right: 10px; } + +.totalDocuments:hover { + color: #000; +} diff --git a/js/apps/system/aardvark/frontend/scss/_progressView.scss b/js/apps/system/aardvark/frontend/scss/_progressView.scss index 7771c74a96..2006c2e3bc 100644 --- a/js/apps/system/aardvark/frontend/scss/_progressView.scss +++ b/js/apps/system/aardvark/frontend/scss/_progressView.scss @@ -50,5 +50,5 @@ float: left; font-size: 22px; margin-left: 10px; - margin-top: 6px; + margin-top: 7px; } diff --git a/js/apps/system/aardvark/frontend/scss/generated.css b/js/apps/system/aardvark/frontend/scss/generated.css index 847eee3950..e22904731a 100644 --- a/js/apps/system/aardvark/frontend/scss/generated.css +++ b/js/apps/system/aardvark/frontend/scss/generated.css @@ -6121,3 +6121,6 @@ table .sorting { color: #333232; font-size: 13pt; margin-right: 10px; } + +.totalDocuments:hover { + color: #000; }