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