mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
Fix dark theme for viewing pdf files also. (#3042)
This commit is contained in:
parent
4b9daeb1c8
commit
232404aef3
@ -1,4 +1,5 @@
|
|||||||
@mixin adf-pdf-viewer-theme($theme) {
|
@mixin adf-pdf-viewer-theme($theme) {
|
||||||
|
$background: map-get($theme, background);
|
||||||
$foreground: map-get($theme, foreground);
|
$foreground: map-get($theme, foreground);
|
||||||
|
|
||||||
.adf-viewer-content-container {
|
.adf-viewer-content-container {
|
||||||
@ -67,7 +68,7 @@
|
|||||||
|
|
||||||
.adf-toolbar .mat-toolbar {
|
.adf-toolbar .mat-toolbar {
|
||||||
max-height: 48px;
|
max-height: 48px;
|
||||||
background-color: mat-color($primary, default-contrast, 1);
|
background-color: mat-color($background, card);
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
||||||
@ -80,6 +81,8 @@
|
|||||||
|
|
||||||
& > input {
|
& > input {
|
||||||
border: 1px solid mat-color($foreground, text, 0.07);
|
border: 1px solid mat-color($foreground, text, 0.07);
|
||||||
|
background-color: mat-color($background, card);
|
||||||
|
color: inherit;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user