mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-31 06:20:59 +00:00
49 lines
743 B
CSS
49 lines
743 B
CSS
/*html {*/
|
|
/*position: static;*/
|
|
/*height: 100%;*/
|
|
/*}*/
|
|
|
|
/*body {*/
|
|
/*height: 100%;*/
|
|
/*margin: 0;*/
|
|
/*margin-bottom: 0 !important;*/
|
|
/*}*/
|
|
|
|
/*app-root, app-project-map, .project-map, app-map, svg {*/
|
|
/*height: 100%;*/
|
|
/*}*/
|
|
|
|
g.node:hover {
|
|
background-color: #0097a7;
|
|
}
|
|
|
|
.project-map {
|
|
background-color: #F0F0F0;
|
|
}
|
|
|
|
.project-toolbar {
|
|
width: 70px;
|
|
position: absolute;
|
|
top: 20px;
|
|
left: 20px;
|
|
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
|
}
|
|
|
|
.loading-spinner {
|
|
position: absolute;
|
|
top: 50%;
|
|
width: 100px;
|
|
margin-left:-50px;
|
|
margin-top: -50px;
|
|
left: 50%;
|
|
}
|
|
|
|
g.node text {
|
|
font-family: Roboto !important;
|
|
}
|
|
|
|
|
|
svg image:hover, svg image.chosen {
|
|
filter: grayscale(100%);
|
|
}
|