13649-Fix services dark theme

This commit is contained in:
Pablo Aragon 2024-04-29 09:49:38 +02:00
parent 3139b66152
commit cb1600120e
4 changed files with 21090 additions and 16978 deletions

View File

@ -1,11 +1,13 @@
<svg>
<g id="zoom_default">
<g>
<g id="zoom_default">
<g>
<path fill="#999999" d="M29,21.915c0,3.895-3.189,7.086-7.087,7.086H7.087C3.191,29.001,0,25.812,0,21.915V7.088
C0,3.19,3.188,0,7.087,0h14.826C25.809,0,29,3.188,29,7.088V21.915z"/>
<g>
<path fill="#999999"
d="M29,21.915c0,3.895-3.189,7.086-7.087,7.086H7.087C3.191,29.001,0,25.812,0,21.915V7.088
C0,3.19,3.188,0,7.087,0h14.826C25.809,0,29,3.188,29,7.088V21.915z" />
</g>
</g>
<text transform="matrix(1 0 0 1 8.0737 21.2432)" fill="#FFFFFF" font-size="19" x="2" y="-3">
D</text>
</g>
<text transform="matrix(1 0 0 1 8.0737 21.2432)" fill="#FFFFFF" font-size="19">D</text>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 350 B

After

Width:  |  Height:  |  Size: 381 B

File diff suppressed because it is too large Load Diff

View File

@ -14277,3 +14277,16 @@ div.fixed-bottom-box.tree-view-bottom-modal {
z-index: 1;
border: 1px solid var(--border-color);
}
.legend_servicemap_title {
cursor: pointer;
}
.legend_servicemap_title td,
.legend_servicemap_title td img {
padding: 0;
}
#container_servicemap #service_map3 {
min-height: 174px;
}

View File

@ -918,6 +918,15 @@ text {
color: #82b92e;
}
div#container_servicemap_legend,
#service_map3 {
border-color: var(--border-color);
}
#container_servicemap > div {
background-color: transparent;
}
#container_servicemap_legend {
position: absolute;
background: #222;
@ -930,6 +939,19 @@ text {
color: var(--text-color);
}
#container_servicemap > #sunburst svg g path {
stroke-width: 0.7 !important;
}
#container_servicemap > #service_map3 svg g text {
fill: var(--text-color);
stroke: transparent;
}
#container_servicemap > #service_map3 svg g[fill="none"] {
stroke: var(--background-2);
}
.notification-subtitle_black {
color: #000;
}