mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'ent-13649-errores-visuales-servicios-tema-oscuro' into 'develop'
Ent 13649 errores visuales servicios tema oscuro See merge request artica/pandorafms!7304
This commit is contained in:
commit
fa79623bc5
@ -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 |
38017
pandora_console/include/javascript/d3.v7.js
vendored
38017
pandora_console/include/javascript/d3.v7.js
vendored
File diff suppressed because it is too large
Load Diff
@ -14331,3 +14331,16 @@ div.fixed-bottom-box.tree-view-bottom-modal {
|
||||
.welcome-message-no-pm {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.legend_servicemap_title {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.legend_servicemap_title td,
|
||||
.legend_servicemap_title td img {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#container_servicemap #service_map3 {
|
||||
min-height: 174px;
|
||||
}
|
||||
|
@ -923,6 +923,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;
|
||||
@ -935,6 +944,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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user