mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-09 20:12:53 +00:00
Fix for styling
This commit is contained in:
parent
0e71897317
commit
d86eca7061
@ -112,6 +112,7 @@ g.node:hover {
|
||||
|
||||
mat-icon {
|
||||
font-size: 20px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.menu-button {
|
||||
@ -149,6 +150,10 @@ g.node:hover {
|
||||
&.lightTheme {
|
||||
background-color: rgba(244, 248, 252, 0.95) !important;
|
||||
|
||||
mat-icon {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.menu-button {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
@ -77,7 +77,7 @@ export class TopologySummaryComponent implements OnInit, OnDestroy {
|
||||
this.computes = computes;
|
||||
});
|
||||
|
||||
this.style = { top: '60px', right: '0px', width: '320px', height: '400px'};
|
||||
this.style = { top: '60px', right: '0px', width: '320px', height: '400px'};
|
||||
}
|
||||
|
||||
toggleDragging(value: boolean) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user