diff --git a/src/app/workspace/resource/representation/archive/archive.component.html b/src/app/workspace/resource/representation/archive/archive.component.html index f5ae10a307..6eef33903f 100644 --- a/src/app/workspace/resource/representation/archive/archive.component.html +++ b/src/app/workspace/resource/representation/archive/archive.component.html @@ -23,11 +23,11 @@ - - - @@ -37,4 +37,4 @@
No valid file url found for this resource. -
+ \ No newline at end of file diff --git a/src/app/workspace/resource/representation/archive/archive.component.scss b/src/app/workspace/resource/representation/archive/archive.component.scss index c6c58d40a4..b3a72986d3 100644 --- a/src/app/workspace/resource/representation/archive/archive.component.scss +++ b/src/app/workspace/resource/representation/archive/archive.component.scss @@ -25,4 +25,11 @@ } } } -} \ No newline at end of file +} + +::ng-deep .mat-menu-custom-black { + background: #292929; + .menu-content { + color: #FFFFFF; + } + } \ No newline at end of file diff --git a/src/app/workspace/resource/representation/audio/audio.component.html b/src/app/workspace/resource/representation/audio/audio.component.html index 1b3ecb8814..d7b85a43fc 100644 --- a/src/app/workspace/resource/representation/audio/audio.component.html +++ b/src/app/workspace/resource/representation/audio/audio.component.html @@ -1,6 +1,7 @@
- + +
@@ -9,7 +10,7 @@ audio_file -
+
Your browser does not support the audio element.
- +
- + \ No newline at end of file diff --git a/src/app/workspace/resource/representation/audio/audio.component.scss b/src/app/workspace/resource/representation/audio/audio.component.scss index 7220dbfa86..ee377114bf 100644 --- a/src/app/workspace/resource/representation/audio/audio.component.scss +++ b/src/app/workspace/resource/representation/audio/audio.component.scss @@ -27,6 +27,7 @@ } } } + .current-time-span { padding-left: 2.5%; font-weight: bold; @@ -41,4 +42,11 @@ } } } -} \ No newline at end of file +} + +::ng-deep .mat-menu-custom-black { + background: #292929; + .menu-content { + color: #FFFFFF; + } + } \ No newline at end of file diff --git a/src/app/workspace/resource/representation/document/document.component.html b/src/app/workspace/resource/representation/document/document.component.html index 96226bb3ae..e92732262a 100644 --- a/src/app/workspace/resource/representation/document/document.component.html +++ b/src/app/workspace/resource/representation/document/document.component.html @@ -1,44 +1,47 @@
-
+ + + + + + +
+
+
- - + + + - + - - - @@ -51,15 +54,10 @@ -
- - - - - -
+
\ No newline at end of file diff --git a/src/app/workspace/resource/representation/document/document.component.scss b/src/app/workspace/resource/representation/document/document.component.scss index fad80cdb72..c88a0f03fd 100644 --- a/src/app/workspace/resource/representation/document/document.component.scss +++ b/src/app/workspace/resource/representation/document/document.component.scss @@ -7,7 +7,6 @@ $panelSize: 40px; $osd-height: 460px; :host { - border: 1px solid $black; @media (max-height: 636px) { height: 364px; @@ -24,12 +23,17 @@ $osd-height: 460px; .pdf-container { color: $bright; - height: 100%; - background-color: $black; + height: 90%; + background-color: #292929; + border-radius: 8px 8px 0px 0px; pdf-viewer { position: inherit; - height: calc(100% - 4px); + height: 100%; + + ::ng-deep .ng2-pdf-viewer-container { + height: 90%; + } } } @@ -44,6 +48,12 @@ $osd-height: 460px; } } +} +::ng-deep .mat-menu-custom-black { + background: #292929; + .menu-content { + color: #FFFFFF; + } } diff --git a/src/app/workspace/resource/representation/still-image/still-image.component.html b/src/app/workspace/resource/representation/still-image/still-image.component.html index 889ef6c51c..e448647028 100644 --- a/src/app/workspace/resource/representation/still-image/still-image.component.html +++ b/src/app/workspace/resource/representation/still-image/still-image.component.html @@ -24,8 +24,8 @@ @@ -34,18 +34,18 @@ - - - - - @@ -97,7 +97,7 @@ - + \ No newline at end of file diff --git a/src/app/workspace/resource/representation/still-image/still-image.component.scss b/src/app/workspace/resource/representation/still-image/still-image.component.scss index 553d04767b..82e24b472a 100644 --- a/src/app/workspace/resource/representation/still-image/still-image.component.scss +++ b/src/app/workspace/resource/representation/still-image/still-image.component.scss @@ -142,3 +142,14 @@ filter: alpha(opacity=100); opacity: 1; } + +/* + Mat-menu styling + */ + +::ng-deep .mat-menu-custom-black { + background: #292929; + .menu-content { + color: #FFFFFF; + } +} diff --git a/src/assets/style/_elements.scss b/src/assets/style/_elements.scss index 781cca9662..82d3e12080 100644 --- a/src/assets/style/_elements.scss +++ b/src/assets/style/_elements.scss @@ -341,7 +341,7 @@ a, } &.overlay { - background: rgba(0, 0, 0, 0.48); + background: #292929; } &.vertical { @@ -373,9 +373,9 @@ a, } } - .pdfViewer { - margin-top: $panel-height; - } + // .pdfViewer { + // margin-bottom: 64px; + // } } .no-results {