mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-04-26 14:00:13 +00:00
Fix for icon colors
This commit is contained in:
parent
91844ee770
commit
6c4cdb06b2
@ -1,2 +1,4 @@
|
|||||||
<router-outlet></router-outlet>
|
<div class="dark">
|
||||||
<app-notification-box></app-notification-box>
|
<router-outlet class="dark"></router-outlet>
|
||||||
|
<app-notification-box></app-notification-box>
|
||||||
|
</div>
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
mat-menu-panel {
|
mat-menu-panel {
|
||||||
min-height: 0px;
|
min-height: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dark {
|
||||||
|
background: #263238!important;
|
||||||
|
}
|
||||||
|
@ -36,6 +36,7 @@ $dark-theme: map-merge(
|
|||||||
);
|
);
|
||||||
|
|
||||||
.dark-theme {
|
.dark-theme {
|
||||||
|
@include angular-material-theme($dark-theme);
|
||||||
@include mat-core-theme($dark-theme);
|
@include mat-core-theme($dark-theme);
|
||||||
@include mat-autocomplete-theme($dark-theme);
|
@include mat-autocomplete-theme($dark-theme);
|
||||||
@include mat-button-theme($dark-theme);
|
@include mat-button-theme($dark-theme);
|
||||||
@ -66,6 +67,7 @@ $dark-theme: map-merge(
|
|||||||
@include mat-toolbar-theme($dark-background);
|
@include mat-toolbar-theme($dark-background);
|
||||||
@include mat-tooltip-theme($dark-theme);
|
@include mat-tooltip-theme($dark-theme);
|
||||||
@include mat-snack-bar-theme($dark-theme);
|
@include mat-snack-bar-theme($dark-theme);
|
||||||
|
color: white!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Light theme
|
// Light theme
|
||||||
|
Loading…
x
Reference in New Issue
Block a user