fix logo coloring, saved view widget link, card coloring

This commit is contained in:
Michael Shamoon 2022-03-08 16:41:49 -08:00
parent db98eed392
commit bc97a13a62
3 changed files with 12 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<app-widget-frame [title]="savedView.name">
<a header-buttons [routerLink]="[]" (click)="showAll()" i18n>Show all</a>
<a class="btn-link" header-buttons [routerLink]="[]" (click)="showAll()" i18n>Show all</a>
<table content class="table table-sm table-hover table-borderless mb-0">

View File

@ -16,7 +16,7 @@
}
svg.logo {
.logo {
.leaf {
fill: var(--bs-primary) !important;
}
.text {

View File

@ -60,6 +60,12 @@ $border-color-dark-mode: #47494f;
color: var(--bs-body-color) !important;
}
.btn-outline-primary, .btn-primary {
&:hover, &:focus, &.active, &:active {
color: var(--bs-body-color) !important;
}
}
.btn-outline-secondary {
&:hover, &:focus, &.active, &:active {
background-color: var(--ngx-bg-darker);
@ -69,6 +75,10 @@ $border-color-dark-mode: #47494f;
.card {
background-color: var(--bs-body-bg);
.card-header {
background-color: rgba(0, 0, 0, 0.12);
}
}
.modal-content, .modal-header, .modal-body, .modal-footer {