Added image path for icons when toggle to dark theme

Signed-off-by: Darshan-upadhyay1110 <darshan.upadhyay@collabora.com>
Change-Id: I14a99df7cf10bf73f898f15d3aaa5a32c9cd51af
pull/6433/head
Darshan-upadhyay1110 2023-05-15 17:15:42 +05:30 committed by pedropintosilva
parent a2ef7dbf96
commit 5548d062c8
20 changed files with 424 additions and 41 deletions

View File

@ -1004,6 +1004,302 @@ button.leaflet-control-search-next
.w2ui-icon.vereign{ background: url('images/vereign.png') no-repeat center !important; }
/* dark theme icon css */
[data-theme='dark'] .w2ui-icon.basicshapes_round-rectangle { background: url('images/dark/lc_rect_rounded.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.basicshapes_rectangle { background: url('images/dark/lc_rect.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.basicshapes_quadrat { background: url('images/dark/lc_square.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.basicshapes_round-quadrat { background: url('images/dark/lc_basicshapes.round-quadrat.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.basicshapes_circle { background: url('images/dark/lc_circle.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.basicshapes_ellipse { background: url('images/dark/lc_ellipse.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.basicshapes_circle-pie { background: url('images/dark/lc_pie.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.basicshapes_isosceles-triangle { background: url('images/dark/lc_basicshapes.isosceles-triangle.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.basicshapes_right-triangle { background: url('images/dark/lc_basicshapes.right-triangle.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.basicshapes_trapezoid { background: url('images/dark/lc_basicshapes.trapezoid.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.basicshapes_diamond { background: url('images/dark/lc_basicshapes.diamond.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.basicshapes_parallelogram { background: url('images/dark/lc_flowchartshapes.flowchart-data.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.basicshapes_pentagon { background: url('images/dark/lc_basicshapes.pentagon.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.basicshapes_hexagon { background: url('images/dark/lc_basicshapes.hexagon.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.basicshapes_octagon { background: url('images/dark/lc_basicshapes.octagon.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.basicshapes_cross { background: url('images/dark/lc_basicshapes.cross.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.basicshapes_ring { background: url('images/dark/lc_basicshapes.ring.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.basicshapes_block-arc { background: url('images/dark/lc_basicshapes.block-arc.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.basicshapes_can { background: url('images/dark/lc_basicshapes.can.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.basicshapes_cube { background: url('images/dark/lc_basicshapes.cube.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.basicshapes_paper { background: url('images/dark/lc_basicshapes.paper.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.basicshapes_frame { background: url('images/dark/lc_rect_unfilled.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.line { background: url('images/dark/lc_line.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.symbolshapes { background: url('images/dark/lc_symbolshapes.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.symbolshapes_sun { background: url('images/dark/lc_symbolshapes.sun.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.symbolshapes_moon { background: url('images/dark/lc_symbolshapes.moon.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.symbolshapes_lightning { background: url('images/dark/lc_symbolshapes.lightning.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.symbolshapes_heart { background: url('images/dark/lc_symbolshapes.heart.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.symbolshapes_flower { background: url('images/dark/lc_symbolshapes.flower.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.symbolshapes_cloud { background: url('images/dark/lc_symbolshapes.cloud.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.symbolshapes_forbidden { background: url('images/dark/lc_symbolshapes.forbidden.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.symbolshapes_puzzle { background: url('images/dark/lc_symbolshapes.puzzle.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.symbolshapes_bracket-pair { background: url('images/dark/lc_symbolshapes.bracket-pair.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.symbolshapes_left-bracket { background: url('images/dark/lc_symbolshapes.left-bracket.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.symbolshapes_right-bracket { background: url('images/dark/lc_symbolshapes.right-bracket.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.symbolshapes_brace-pair { background: url('images/dark/lc_symbolshapes.brace-pair.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.symbolshapes_left-brace { background: url('images/dark/lc_symbolshapes.left-brace.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.symbolshapes_right-brace { background: url('images/dark/lc_symbolshapes.right-brace.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.symbolshapes_quad-bevel { background: url('images/dark/lc_symbolshapes.right-brace.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.symbolshapes_octagon-bevel { background: url('images/dark/lc_symbolshapes.octagon-bevel.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.symbolshapes_diamond-bevel { background: url('images/dark/lc_symbolshapes.diamond-bevel.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.arrowshapes_left-arrow { background: url('images/dark/lc_arrowshapes.left-arrow.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.arrowshapes_right-arrow { background: url('images/dark/lc_arrowshapes.right-arrow.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.arrowshapes_up-arrow { background: url('images/dark/lc_arrowshapes.up-arrow.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.arrowshapes_down-arrow { background: url('images/dark/lc_arrowshapes.down-arrow.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.arrowshapes_left-right-arrow { background: url('images/dark/lc_arrowshapes.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.arrowshapes_up-down-arrow { background: url('images/dark/lc_arrowshapes.up-down-arrow.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.arrowshapes_up-right-arrow { background: url('images/dark/lc_arrowshapes.up-right-arrow.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.arrowshapes_up-right-down-arrow { background: url('images/dark/lc_arrowshapes.up-right-down-arrow.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.arrowshapes_quad-arrow { background: url('images/dark/lc_arrowshapes.quad-arrow.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.arrowshapes_corner-right-arrow { background: url('images/dark/lc_arrowshapes.corner-right-arrow.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.arrowshapes_split-arrow { background: url('images/dark/lc_arrowshapes.split-arrow.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.arrowshapes_striped-right-arrow { background: url('images/dark/lc_arrowshapes.striped-right-arrow.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.arrowshapes_notched-right-arrow { background: url('images/dark/lc_arrowshapes.notched-right-arrow.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.arrowshapes_pentagon-right { background: url('images/dark/lc_arrowshapes.pentagon-right.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.arrowshapes_chevron { background: url('images/dark/lc_arrowshapes.chevron.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.arrowshapes_right-arrow-callout { background: url('images/dark/lc_arrowshapes.right-arrow-callout.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.arrowshapes_left-arrow-callout { background: url('images/dark/lc_arrowshapes.left-arrow-callout.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.arrowshapes_up-arrow-callout { background: url('images/dark/lc_arrowshapes.up-arrow-callout.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.arrowshapes_down-arrow-callout { background: url('images/dark/lc_arrowshapes.down-arrow-callout.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.arrowshapes_left-right-arrow-callout { background: url('images/dark/lc_arrowshapes.left-right-arrow-callout.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.arrowshapes_up-down-arrow-callout { background: url('images/dark/lc_arrowshapes.up-down-arrow-callout.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.arrowshapes_up-right-arrow-callout { background: url('images/dark/lc_arrowshapes.up-right-arrow-callout.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.arrowshapes_quad-arrow-callout { background: url('images/dark/lc_arrowshapes.quad-arrow-callout.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.arrowshapes_circular-arrow { background: url('images/dark/lc_arrowshapes.circular-arrow.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.arrowshapes_split-round-arrow { background: url('images/dark/lc_arrowshapes.split-round-arrow.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.arrowshapes_s-sharped-arrow { background: url('images/dark/lc_arrowshapes.s-sharped-arrow.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.starshapes_bang { background: url('images/dark/lc_starshapes.bang.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.starshapes_star4 { background: url('images/dark/lc_starshapes.star4.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.starshapes_star5 { background: url('images/dark/lc_starshapes.star5.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.starshapes_star6 { background: url('images/dark/lc_starshapes.star6.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.starshapes_star8 { background: url('images/dark/lc_starshapes.star8.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.starshapes_star12 { background: url('images/dark/lc_starshapes.star12.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.starshapes_star24 { background: url('images/dark/lc_starshapes.star24.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.starshapes_concave-star6 { background: url('images/dark/lc_starshapes.concave-star6.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.starshapes_vertical-scroll { background: url('images/dark/lc_starshapes.vertical-scroll.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.starshapes_horizontal-scroll { background: url('images/dark/lc_starshapes.horizontal-scroll.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.starshapes_signet { background: url('images/dark/lc_starshapes.signet.svg' ) no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.starshapes_doorplate { background: url('images/dark/lc_starshapes.doorplate.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.calloutshapes_rectangular-callout { background: url('images/dark/lc_calloutshapes.rectangular-callout.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.calloutshapes_round-rectangular-callout { background: url('images/dark/lc_calloutshapes.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.calloutshapes_round-callout { background: url('images/dark/lc_calloutshapes.round-callout.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.calloutshapes_cloud-callout { background: url('images/dark/lc_calloutshapes.cloud-callout.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.calloutshapes_line-callout-1 { background: url('images/dark/lc_calloutshapes.line-callout-1.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.calloutshapes_line-callout-2 { background: url('images/dark/lc_calloutshapes.line-callout-2.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.calloutshapes_line-callout-3 { background: url('images/dark/lc_calloutshapes.line-callout-3.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-process { background: url('images/dark/lc_square.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-alternate-process { background: url('images/dark/lc_basicshapes.round-quadrat.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-decision { background: url('images/dark/lc_flowchartshapes.flowchart-decision.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-data { background: url('images/dark/lc_flowchartshapes.flowchart-data.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-predefined-process { background: url('images/dark/lc_flowchartshapes.flowchart-predefined-process.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-internal-storage { background: url('images/dark/lc_flowchartshapes.flowchart-internal-storage.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-document { background: url('images/dark/lc_flowchartshapes.flowchart-document.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-multidocument { background: url('images/dark/lc_flowchartshapes.flowchart-multidocument.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-terminator { background: url('images/dark/lc_flowchartshapes.flowchart-terminator.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-preparation { background: url('images/dark/lc_flowchartshapes.flowchart-preparation.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-manual-input { background: url('images/dark/lc_flowchartshapes.flowchart-manual-input.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-manual-operation { background: url('images/dark/lc_basicshapes.trapezoid.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-connector { background: url('images/dark/lc_circle.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-off-page-connector { background: url('images/dark/lc_flowchartshapes.flowchart-off-page-connector.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-card { background: url('images/dark/lc_flowchartshapes.flowchart-card.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-punched-tape { background: url('images/dark/lc_fontworkshapetype.fontwork-wave.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-summing-junction { background: url('images/dark/lc_flowchartshapes.flowchart-summing-junction.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-or { background: url('images/dark/lc_flowchartshapes.flowchart-or.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-collate { background: url('images/dark/lc_flowchartshapes.flowchart-collate.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-sort { background: url('images/dark/lc_flowchartshapes.flowchart-sort.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-extract { background: url('images/dark/lc_basicshapes.isosceles-triangle.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-merge { background: url('images/dark/lc_fontworkshapetype.fontwork-triangle-down.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-stored-data { background: url('images/dark/lc_flowchartshapes.flowchart-stored-data.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-delay { background: url('images/dark/lc_flowchartshapes.flowchart-delay.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-sequential-access { background: url('images/dark/lc_flowchartshapes.flowchart-sequential-access.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-magnetic-disk { background: url('images/dark/lc_basicshapes.can.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-direct-access-storage { background: url('images/dark/lc_flowchartshapes.flowchart-direct-access-storage.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.flowchartshapes_flowchart-display { background: url('images/dark/lc_flowchartshapes.flowchart-display.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.connectors_connector { background: url('images/dark/lc_connector.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.connectors_connectorarrows { background: url('images/dark/lc_connectorarrows.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.connectors_connectorarrowend { background: url('images/dark/lc_connectorarrowend.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.connectors_connectorlinearrowend { background: url('images/dark/lc_connectorlinearrowend.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.connectors_connectorcurvearrowend { background: url('images/dark/lc_connectorcurvearrowend.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.connectors_connectorlinesarrowend { background: url('images/dark/lc_connectorlinesarrowend.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.connectors_connectorline { background: url('images/dark/lc_connectorline.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.connectors_connectorcurve { background: url('images/dark/lc_connectorcurve.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.connectors_connectorlines { background: url('images/dark/lc_connectorlines.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.connectors_connectorlinearrows { background: url('images/dark/lc_connectorlinearrows.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.connectors_connectorcurvearrows { background: url('images/dark/lc_connectorcurvearrows.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.print{ background: url('images/dark/lc_print.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.undo{ background: url('images/dark/lc_undo.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.redo{ background: url('images/dark/lc_redo.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.copyformat{ background: url('images/dark/lc_formatpaintbrush.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.deleteformat{ background: url('images/dark/lc_setdefault.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.bold{ background: url('images/dark/lc_bold.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.italic{ background: url('images/dark/lc_italic.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.underline{ background: url('images/dark/lc_underline.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.strikeout{ background: url('images/dark/lc_strikeout.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.textcolor{ background: url('images/dark/lc_fontcolor.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.backcolor{ background: url('images/dark/lc_backcolor.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.backgroundcolor{ background: url('images/dark/lc_fillcolor.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.alignleft{ background: url('images/dark/lc_leftpara.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.alignhorizontal{ background: url('images/dark/lc_centerpara.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.alignright{ background: url('images/dark/lc_rightpara.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.alignblock{ background: url('images/dark/lc_justifypara.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.aligntop{ background: url('images/dark/lc_aligntop.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.alignvcenter{ background: url('images/dark/lc_alignvcenter.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.alignbottom{ background: url('images/dark/lc_alignbottom.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.cellverttop{ background: url('images/dark/lc_cellverttop.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.cellvertcenter{ background: url('images/dark/lc_cellvertcenter.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.cellvertbottom{ background: url('images/dark/lc_cellvertbottom.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.linespacing, .w2ui-icon.spacepara1, .w2ui-icon.spacepara15{ background: url('images/dark/lc_linespacing.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.spacepara2{ background: url('images/dark/lc_spacepara2.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.paraspaceincrease{ background: url('images/dark/lc_paraspaceincrease.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.paraspacedecrease{ background: url('images/dark/lc_paraspacedecrease.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.numbering{ background: url('images/dark/lc_defaultnumbering.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.bullet{ background: url('images/dark/lc_defaultbullet.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.incrementindent{ background: url('images/dark/lc_leftindent.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.decrementindent{ background: url('images/dark/lc_decrementindent.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.outlineleft{ background: url('images/dark/lc_outlineleft.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.outlineright{ background: url('images/dark/lc_outlineright.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.text{ background: url('images/dark/lc_text.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.annotation{ background: url('images/dark/lc_shownote.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.inserttable{ background: url('images/dark/lc_inserttable.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.insertgraphic{ background: url('images/dark/lc_gallery.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.link{ background: url('images/dark/lc_inserthyperlink.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.insertsymbol{ background: url('images/dark/lc_insertsymbol.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.edit{ background: url('images/dark/lc_editdoc.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.fold{ background: url('images/dark/fold.svg') no-repeat center center / 19px !important; opacity: 0.8; filter: alpha(opacity=80);}
[data-theme='dark'] .w2ui-icon.unfold{ background: url('images/dark/unfold.svg') no-repeat center center/ 19px !important; opacity: 0.8; filter: alpha(opacity=80);}
[data-theme='dark'] .w2ui-icon.hamburger{ background: url('images/dark/hamburger.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.setborderstyle{ background: url('images/dark/lc_setborderstyle.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.togglemergecells{ background: url('images/dark/lc_togglemergecells.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.wraptext{ background: url('images/dark/lc_wraptext.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.numberformatstandard{ background: url('images/dark/lc_numberformatstandard.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.numberformatcurrency{ background: url('images/dark/lc_numberformatcurrency.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.numberformatpercent{ background: url('images/dark/lc_numberformatpercent.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.numberformatdecimal{ background: url('images/dark/lc_numberformatdecimal.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.numberformatdate{ background: url('images/dark/lc_numberformatdate.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.numberformattime{ background: url('images/dark/lc_numberformattime.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.numberformatscientific{ background: url('images/dark/lc_numberformatscientific.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.numberformatthousands{ background: url('images/dark/lc_numberformatthousands.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.numberformatincdecimals{ background: url('images/dark/lc_numberformatincdecimals.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.numberformatdecdecimals{ background: url('images/dark/lc_numberformatdecdecimals.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.insertobjectchart{ background: url('images/dark/lc_drawchart.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.insertrowsafter{ background: url('images/dark/lc_insertrowsafter.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.insertcolumnsafter{ background: url('images/dark/lc_insertcolumnsafter.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.insertcolumnsbefore{ background: url('images/dark/lc_insertcolumnsbefore.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.insertrowsbefore{ background: url('images/dark/lc_insertrowsbefore.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.autosum{ background: url('images/dark/lc_autosum.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.orientation{ background: url('images/dark/lc_orientation.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.deleterows{ background: url('images/dark/lc_deleterows.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.hiderow{ background: url('images/dark/lc_hiderow.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.showrow{ background: url('images/dark/lc_showrow.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.deletecolumns{ background: url('images/dark/lc_deletecolumns.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.hidecolumn{ background: url('images/dark/lc_hidecolumn.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.showcolumn{ background: url('images/dark/lc_showcolumn.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.entirerow{ background: url('images/dark/lc_entirerow.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.setoptimalrowheight{ background: url('images/dark/lc_setoptimalrowheight.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.setoptimalcolumnwidth{ background: url('images/dark/lc_setoptimalcolumnwidth.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.entirecell{ background: url('images/dark/lc_entirecell.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.entirecolumn{ background: url('images/dark/lc_entirecolumn.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.selecttable{ background: url('images/dark/lc_selecttable.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.accepttrackedchanges{ background: url('images/dark/lc_acceptchanges.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.ok{ background: url('images/dark/lc_ok.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.cancel{ background: url('images/dark/lc_cancel.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.color{ background: url('images/dark/lc_color.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.deletepage{ background: url('images/dark/lc_deletepage.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.duplicatepage{ background: url('images/dark/lc_duplicatepage.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.equal{ background: url('images/dark/lc26049.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.help{ background: url('images/dark/lc_helpindex.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.insertpage{ background: url('images/dark/lc_insertpage.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.insertsheet{ background: url('images/dark/plus.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.conditionalformatdialog{ background: url('images/dark/lc_conditionalformatmenu.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.search{ background: url('images/dark/sc_recsearch.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.next{ background: url('images/dark/lc_downsearch.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.presentation{ background: url('images/dark/lc_dia.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.sign_ok{ background: url('images/dark/sign_ok.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.sign_not_ok{ background: url('images/dark/sign_not_ok.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.prev{ background: url('images/dark/lc_upsearch.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.save{ background: url('images/dark/lc_save.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.saveas{ background: url('images/dark/lc_saveas.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.savemodified{ background: url('images/dark/savemodified_large.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.zoomin{ background: url('images/dark/plus.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.zoomout{ background: url('images/dark/minus.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.zoomreset{ background: url('images/dark/lc_view100.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.more{ background: url('images/dark/lc_downsearch.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.firstrecord{ background: url('images/dark/lc_firstrecord.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.nextrecord{ background: url('images/dark/lc_nextrecord.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.prevrecord{ background: url('images/dark/lc_prevrecord.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.lastrecord{ background: url('images/dark/lc_lastrecord.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.sortascending{ background: url('images/dark/lc_sortascending.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.sortdescending{ background: url('images/dark/lc_sortdescending.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.selected{ background: url('images/dark/lc_ok.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.users{ background: url('images/dark/contacts-dark.svg') no-repeat center; }
[data-theme='dark'] .w2ui-icon.fullscreen{ background: url('images/dark/lc_fullscreen.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.closemobile{ background: url('images/dark/lc_closedocmobile.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.editmode { background: url('images/dark/lc_listitem-selected.svg') no-repeat center / 28px !important; }
[data-theme='dark'] .w2ui-icon.closetoolbar{ background: url('images/dark/close_toolbar.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.sidebar_modify_page{ background: url('images/dark/lc_sidebar.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.sidebar_slide_change{ background: url('images/dark/lc_slidechangewindow.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.sidebar_custom_animation{ background: url('images/dark/lc_customanimation.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.sidebar_master_slides{ background: url('images/dark/lc_masterslide.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.mobile_wizard{ background: url('images/dark/lc_mobile_wizard.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.fullscreen-presentation{ background: url('images/dark/lc_fullscreen-presentation-toolbar-mobile.svg') no-repeat center !important;}
[data-theme='dark'] .w2ui-icon.mobile_comment_wizard{ background: url('images/dark/lc_mobile_comment_wizard.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.insertion_mobile_wizard{ background: url('images/dark/lc_insertion_mobile_wizard.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.viewcomments{ background: url('images/dark/lc_mobile_comment_wizard.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.insertcomment{ background: url('images/dark/lc_insertcomment.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.freezepanes{ background: url('images/dark/lc_freezepanes.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.freezepanescolumn{ background: url('images/dark/lc_freezepanescolumn.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.freezepanesrow{ background: url('images/dark/lc_freezepanesrow.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.flipvertical { background: url('images/dark/lc_flipvertical.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.fliphorizontal { background: url('images/dark/lc_fliphorizontal.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.wrapmenu { background: url('images/dark/lc_wrapmenu.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.wrapoff { background: url('images/dark/lc_wrapoff.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.wrapon { background: url('images/dark/lc_wrapon.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.wrapideal { background: url('images/dark/lc_wrapideal.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.wrapleft { background: url('images/dark/lc_wrapleft.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.wrapright { background: url('images/dark/lc_wrapright.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.wrapthrough { background: url('images/dark/lc_wrapthrough.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.wrapthroughtransparencytoggle { background: url('images/dark/lc_wrapthroughtransparencytoggle.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.wrapcontour { background: url('images/dark/lc_wrapcontour.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.wrapanchoronly { background: url('images/dark/lc_wrapanchoronly.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.objectalignleft { background: url('images/dark/lc_objectalignleft.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.aligncenter { background: url('images/dark/lc_aligncenter.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.objectalignright { background: url('images/dark/lc_objectalignright.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.alignup { background: url('images/dark/lc_alignup.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.alignmiddle { background: url('images/dark/lc_alignmiddle.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.aligndown { background: url('images/dark/lc_aligndown.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.arrangemenu { background: url('images/dark/lc_arrangemenu.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.bringtofront { background: url('images/dark/lc_bringtofront.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.objectforwardone { background: url('images/dark/lc_objectforwardone.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.objectbackone { background: url('images/dark/lc_objectbackone.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.sendtoback { background: url('images/dark/lc_sendtoback.svg') no-repeat center !important; }
[data-theme='dark'] .w2ui-icon.vereign{ background: url('images/dark/vereign.png') no-repeat center !important; }
.inserttable-pop {
z-index: 1000;
}

View File

@ -0,0 +1,9 @@
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="m2.4316406 19c-.277 0-.5.223-.5.5s.223.5.5.5h6.9042969c-.1090838-.322737-.1233304-.670405-.0410156-1" fill="#fafafa" />
<g fill="#ff5858">
<path d="m16.518661 20.388672 4.995399-4.642082-3.51406-3.74659-5.090273 4.561871z" />
<path d="m13.579208 23c.189562 0 .378184-.07172.523438-.216797l2.416015-2.394531-3.620653-3.844379-2.453125 2.363281c-.290506.290127-.290506.756747 0 1.046875l2.608935 2.828754c.145254.145064.335828.216797.52539.216797z" />
<path d="m17.982422 13.048828-4.052734 3.529297 2.599609 2.755859 3.972656-3.597656z" />
</g>
<path d="m9.5996094 5-6.5996094 13h1.3554688c.145104 0 .2745929-.03999.3867187-.119141.1121258-.08574.133287-.184749.2460937-.296875l1.7695313-3.583984h5.2597655l.398438 1.634766 1.384765-1.378907-2.43164-9.255859zm.6914066 1.6328125c.03298.2374429.0698.4608146.109375.671875.04617.2044647.08616.3866266.11914.5449219l1.253907 5.1503906h-4.523438l2.5371094-5.140625c.072552-.1582953.1505838-.3436271.2363286-.5546875.08574-.2110604.175239-.4344321.267578-.671875z" fill="#fafafa" transform="translate(1 -1)" />
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -0,0 +1,14 @@
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="m14 4-8 4 5 10 8-4z" fill="#fafafa"/>
<path d="m13.492188 5.3007812a.17855016.17855016 0 0 0 -.06445.017578l-6.0293005 3.013672a.17855016.17855016 0 0 0 -.080078.2402344l4.0136716 8.0292964a.17855016.17855016 0 0 0 .240235.08008l6.029296-3.013672a.17855016.17855016 0 0 0 .08008-.240235l-4.0136731-8.0292975a.17855016.17855016 0 0 0 -.175781-.097656z" fill="#3a3a38"/>
<ellipse cx="12" cy="19.725481" fill="none" rx="10" ry="2.274613"/>
<path d="m9 6h-4c-1 0-2 1-2 2.276478v5.723522l1.9530342-1.831665c.3469667-1.432286-.3011656-3.3499307 1.0469658-4.668335z" fill="#0063b1" fill-rule="evenodd"/>
<g fill="none" stroke="#fafafa">
<path d="m5.9560329 9.040016 5.3390121 9.387521c.410089.65506 1.069393.906864 1.704955.572463l6.896454-3.134542c.589382-.407352.86271-1.172428.486324-1.842477l-5.34511-9.3982373z" stroke="none"/>
<path d="m12.5 9.5.01862-4.918522c.01097-2.8972595 4.017559-3.1163609 4-.1877732l-.01862 3.1062952" stroke="#fafafa" stroke-linecap="round"/>
</g>
<g fill-rule="evenodd">
<path d="m9 6h-4c-1 0-2 1-2 2.276478v7.723522l1.9530342-1.831665c.3469667-1.432286-.3011656-5.3499307 1.0469658-6.668335z" fill="#0063b1"/>
<path d="m5 6.9882812c-.3404757 0-1.0117188.5288127-1.0117188 1.2890626v5.4414062l.017578-.01563c.075461-.488479.059369-3.144667.109375-3.9707031.052146-.861387.3104392-1.8919074 1.0703125-2.7441407z" fill="#3a3a38"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -0,0 +1,10 @@
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="m5.4980469 6.9960938c-.127809 0-.2555807.048549-.3535157.1464843-.1958679.195869-.1958679.5131154 0 .7089844l3.1484376 3.1484375h-6.7929688c-.277 0-.5.223-.5.5s.223.5.5.5h6.7929688l-3.1484376 3.148438c-.195868.195868-.1958679.513115 0 .708984.097935.09793.2257067.146484.3535157.146484.127808 0 .2575387-.04855.3554687-.146484l4-4.003906c.047015-.047013.084075-.103236.109375-.166016.02334-.057904.0371094-.12105.0371094-.1875s-.013769-.129596-.037109-.1875c-.0253-.06278-.06236-.119003-.109375-.166016l-4-4.0039059c-.0979304-.09793-.2276611-.1464844-.3554691-.1464843z" fill="#1e8bcd"/>
<g fill="#fafafa" transform="matrix(-1 0 0 1 2 0)">
<rect height="1" ry=".5" width="19" x="-21" y="1"/>
<rect height="1" ry=".436441" width="19" x="-21" y="21"/>
<rect height="1" ry=".5" width="11" x="-21" y="16"/>
<rect height="1" ry=".5" width="11" x="-21" y="6"/>
<rect height="1" ry=".5" width="11" x="-21" y="11"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1016 B

View File

@ -0,0 +1,9 @@
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="m2.4316406 19c-.277 0-.5.223-.5.5s.223.5.5.5h6.9042969c-.1090838-.322737-.1233304-.670405-.0410156-1" fill="#fafafa" />
<g fill="#ff5858">
<path d="m16.518661 20.388672 4.995399-4.642082-3.51406-3.74659-5.090273 4.561871z" />
<path d="m13.579208 23c.189562 0 .378184-.07172.523438-.216797l2.416015-2.394531-3.620653-3.844379-2.453125 2.363281c-.290506.290127-.290506.756747 0 1.046875l2.608935 2.828754c.145254.145064.335828.216797.52539.216797z" />
<path d="m17.982422 13.048828-4.052734 3.529297 2.599609 2.755859 3.972656-3.597656z" />
</g>
<path d="m9.5996094 5-6.5996094 13h1.3554688c.145104 0 .2745929-.03999.3867187-.119141.1121258-.08574.133287-.184749.2460937-.296875l1.7695313-3.583984h5.2597655l.398438 1.634766 1.384765-1.378907-2.43164-9.255859zm.6914066 1.6328125c.03298.2374429.0698.4608146.109375.671875.04617.2044647.08616.3866266.11914.5449219l1.253907 5.1503906h-4.523438l2.5371094-5.140625c.072552-.1582953.1505838-.3436271.2363286-.5546875.08574-.2110604.175239-.4344321.267578-.671875z" fill="#fafafa" transform="translate(1 -1)" />
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1 @@
<svg height="24" viewBox="0 0 6.3499999 6.3500002" width="24" xmlns="http://www.w3.org/2000/svg"><g stroke-width=".264583" transform="translate(0 -290.64998)"><path d="m6.2177084 295.8097a1.0583333 1.0583333 0 0 1 -1.0583334 1.05833 1.0583333 1.0583333 0 0 1 -1.0583333-1.05833 1.0583333 1.0583333 0 0 1 1.0583333-1.05834 1.0583333 1.0583333 0 0 1 1.0583334 1.05834z" fill="#ff9198"/><path d="m5.953125 295.8097a.79375.79375 0 0 1 -.79375.79375.79375.79375 0 0 1 -.79375-.79375.79375.79375 0 0 1 .79375-.79375.79375.79375 0 0 1 .79375.79375z" fill="#d42314"/><path d="m21 2-18 .0019531c-.1371681 0-.2679223.030125-.3867188.078125a1.0001 1.0001 0 0 0 -.0019531 0c-.00278.0011717-.0050459.002848-.0078125.0039063-.1162318.0498897-.2202851.1209214-.3085937.2089844-.00129.001285-.0026244.0027345-.0039063.0039062-.0855311.0861732-.1533569.1881513-.203125.3007812a1.0001 1.0001 0 0 0 -.0117187.0253907c-.0472086.1171653-.0761719.245111-.0761719.3789062v15.9999999a1.0001 1.0001 0 0 0 .2929688.707031l2 2a1.0001 1.0001 0 0 0 .7070312.292969h9.601562a5.4999998 5.4999998 0 0 1 -.390624-1h-3.210938v-5h-2v5h-2v-6h9.349609a5.4999998 5.4999998 0 0 1 3.150391-1 5.4999998 5.4999998 0 0 1 2.5.607422v-11.6074219c0-.1371968-.028568-.267966-.078125-.3867187a1.0001 1.0001 0 0 0 0-.0039063c-.000929-.0021921-.003014-.0039196-.003906-.0078125-.049992-.1164094-.121152-.2201528-.208985-.3085937a1.0001 1.0001 0 0 0 -.003906-.0039063c-.085999-.0854173-.188181-.1532352-.300781-.203125a1.0001 1.0001 0 0 0 -.027344-.0117187c-.116383-.0472441-.243248-.0761719-.376953-.0761719zm-15 1.0019531h12v6h-12zm8.083984 17.4492189a5.4999998 5.4999998 0 0 0 .046875.203125 5.4999998 5.4999998 0 0 1 -.046875-.203125z" fill="#d492d8" stroke-width=".999999" transform="matrix(.26458334 0 0 .26458334 0 290.64998)"/><path d="m.79375 291.44407v4.23334l.5291667.52916h.2645833v-1.85208h3.175v.0558a1.4552083 1.4552083 0 0 1 .396875-.0558 1.4552083 1.4552083 0 0 1 .396875.0574v-2.96778h-.5291666v1.85209h-3.7041667v-1.85209z" fill="#922e9b"/></g></svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -0,0 +1,3 @@
<svg viewBox="0 0 11 11" xmlns="http://www.w3.org/2000/svg">
<path d="m.5 3.5 5 5 5-5" fill="none" stroke="#1e8bcd" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 174 B

View File

Before

Width:  |  Height:  |  Size: 632 B

After

Width:  |  Height:  |  Size: 632 B

View File

@ -6427,7 +6427,8 @@ w2utils.event = {
// event after
this.trigger($.extend(edata, { phase: 'after' }));
}
}
},
};
$.extend(w2toolbar.prototype, w2utils.event);

View File

@ -47,7 +47,7 @@ L.Map.include({
if (window.mode.isMobile()) {
var overlay = L.DomUtil.create('div', 'locking-overlay', DOMParentElement);
var lock = L.DomUtil.create('img', 'locking-overlay-lock', overlay);
lock.src = L.LOUtil.getImageURL('lc_lock.svg');
L.LOUtil.setImage(lock, 'lc_lock.svg', this._docLayer._docType);
}
$(DOMParentElement).click(function(event) {

View File

@ -726,17 +726,15 @@ L.Control.JSDialogBuilder = L.Control.extend({
case 'SdTableDesignPanel':
case 'ChartTypePanel':
case 'rotation':
iconURL = L.LOUtil.getImageURL('lc_'+ sectionTitle.id.toLowerCase() +'.svg');
iconURL = L.LOUtil.getImageURL('lc_'+ sectionTitle.id.toLowerCase() +'.svg', builder.map.getDocType());
break;
}
if (iconURL) {
var icon = L.DomUtil.create('img', 'menu-entry-icon', leftDiv);
icon.src = iconURL;
L.LOUtil.setImage(icon, 'lc_'+ sectionTitle.id.toLowerCase() +'.svg', builder.map.getDocType());
icon.alt = '';
titleClass = 'menu-entry-with-icon';
icon.addEventListener('error', function() {
icon.style.display = 'none';
});
}
var titleSpan = L.DomUtil.create('span', titleClass, leftDiv);
@ -944,9 +942,7 @@ L.Control.JSDialogBuilder = L.Control.extend({
icon = L.DomUtil.create('img', '', iconSpan);
icon.src = iconURL;
icon.alt = '';
icon.addEventListener('error', function() {
icon.style.display = 'none';
});
L.LOUtil.checkIfImageExists(icon);
var titleSpan2 = L.DomUtil.create('span', 'menu-entry-with-icon flex-fullwidth', sectionTitle);
titleSpan2.innerHTML = title;
@ -1578,27 +1574,26 @@ L.Control.JSDialogBuilder = L.Control.extend({
pushbutton.id = data.id;
builder._setAccessKey(pushbutton, builder._getAccessKeyFromText(data.text));
var pushbuttonText = builder._customPushButtonTextForId(data.id) !== '' ? builder._customPushButtonTextForId(data.id) : builder._cleanText(data.text);
var image;
if (data.image && pushbuttonText !== '') {
L.DomUtil.addClass(pushbutton, 'has-img d-flex align-content-center justify-content-center align-items-center');
var image = L.DomUtil.create('img', '', pushbutton);
image = L.DomUtil.create('img', '', pushbutton);
image.src = data.image;
var text = L.DomUtil.create('span', '', pushbutton);
text.innerText = pushbuttonText;
builder._stressAccessKey(text, pushbutton.accessKey);
} else if (data.image) {
L.DomUtil.addClass(pushbutton, 'has-img d-flex align-content-center justify-content-center align-items-center');
var image = L.DomUtil.create('img', '', pushbutton);
image = L.DomUtil.create('img', '', pushbutton);
image.src = data.image;
} else if (data.symbol) {
L.DomUtil.addClass(pushbutton, 'has-img d-flex align-content-center justify-content-center align-items-center');
var image = L.DomUtil.create('img', '', pushbutton);
image.src = L.LOUtil.getImageURL('symbol_' + data.symbol + '.svg');
image = L.DomUtil.create('img', '', pushbutton);
L.LOUtil.setImage(image, 'symbol_' + data.symbol + '.svg', builder.map.getDocType());
} else {
pushbutton.innerText = pushbuttonText;
builder._stressAccessKey(pushbutton, pushbutton.accessKey);
}
if (data.enabled === 'false' || data.enabled === false)
$(pushbutton).prop('disabled', true);
@ -1864,13 +1859,13 @@ L.Control.JSDialogBuilder = L.Control.extend({
if (image) {
image = image.substr(0, image.lastIndexOf('.'));
image = image.substr(image.lastIndexOf('/') + 1);
image = 'url("' + L.LOUtil.getImageURL(image + '.svg') + '")';
image = 'url("' + L.LOUtil.getImageURL(image + '.svg', builder.map.getDocType()) + '")';
}
if (image64) {
image = 'url("' + image64 + '")';
}
L.LOUtil.checkIfImageExists(image);
elem = L.DomUtil.create('div', 'layout ' +
(data.entries[index].selected ? ' cool-context-down' : ''), parentContainer);
$(elem).data('id', data.entries[index].id);
@ -2135,8 +2130,9 @@ L.Control.JSDialogBuilder = L.Control.extend({
L.DomUtil.addClass(parentContainer, 'content-has-no-comments');
var emptyCommentWizard = L.DomUtil.create('figure', 'empty-comment-wizard-container', parentContainer);
var imgNode = L.DomUtil.create('img', 'empty-comment-wizard-img', emptyCommentWizard);
imgNode.src = L.LOUtil.getImageURL('lc_showannotations.svg');
L.LOUtil.setImage(imgNode, 'lc_showannotations.svg', builder.map.getDocType());
imgNode.alt = data.text;
var textNode = L.DomUtil.create('figcaption', 'empty-comment-wizard', emptyCommentWizard);
textNode.innerText = data.text;
L.DomUtil.create('br', 'empty-comment-wizard', textNode);
@ -2333,7 +2329,7 @@ L.Control.JSDialogBuilder = L.Control.extend({
cleanName = iconURLAliases[cleanName];
}
return L.LOUtil.getImageURL('lc_' + cleanName + '.svg');
return L.LOUtil.getImageURL('lc_' + cleanName + '.svg', this.map.getDocType());
},
// make a class identifier from parent's id by walking up the tree
@ -2429,7 +2425,6 @@ L.Control.JSDialogBuilder = L.Control.extend({
buttonImage.src = imagePath;
controls['button'] = button;
if (builder.options.noLabelsForUnoButtons !== true) {
var label = L.DomUtil.create('label', 'ui-content unolabel', button);
label.htmlFor = buttonId;
@ -2505,6 +2500,8 @@ L.Control.JSDialogBuilder = L.Control.extend({
$(button).addClass('selected');
$(div).addClass('selected');
}
L.LOUtil.checkIfImageExists(buttonImage);
} else {
button = L.DomUtil.create('label', 'ui-content unolabel', div);
button.textContent = builder._cleanText(data.text);
@ -2805,9 +2802,8 @@ L.Control.JSDialogBuilder = L.Control.extend({
var buttonId = 'border-' + i;
button = L.DomUtil.create('img', 'ui-content borderbutton', div);
button.src = L.LOUtil.getImageURL('fr0' + i + '.svg');
L.LOUtil.setImage(button, 'fr0' + i + '.svg', builder.map.getDocType());
button.id = buttonId;
if (selected)
$(button).addClass('selected');
@ -2874,11 +2870,11 @@ L.Control.JSDialogBuilder = L.Control.extend({
var icon = builder._createIconURL(data.command);
var buttonId = id + 'img';
var button = L.DomUtil.create('img', 'ui-content unobutton', div);
button.src = icon;
button.id = buttonId;
button.setAttribute('alt', id);
L.LOUtil.checkIfImageExists(button);
var arrowbackground = L.DomUtil.create('div', 'arrowbackground', div);
L.DomUtil.create('i', 'unoarrow', arrowbackground);

View File

@ -179,7 +179,7 @@ L.Control.PartsPreview = L.Control.extend({
var img = L.DomUtil.create('img', imgClassName, frame);
img.setAttribute('alt', _('preview of page ') + String(i + 1));
img.hash = hashCode;
img.src = L.LOUtil.getImageURL('preview_placeholder.png');
L.LOUtil.setImage(img, 'preview_placeholder.png', this._map._docLayer._docType);
img.fetched = false;
if (!window.mode.isDesktop()) {
(new Hammer(img, {recognizers: [[Hammer.Press]]}))
@ -468,7 +468,7 @@ L.Control.PartsPreview = L.Control.extend({
for (it = 0; it < e.partNames.length; it++) {
this._previewTiles[it].hash = e.partNames[it];
this._previewTiles[it].src = L.LOUtil.getImageURL('preview_placeholder.png');
L.LOUtil.setImage(this._previewTiles[it], 'preview_placeholder.png', this._map._docLayer._docType);
this._previewTiles[it].fetched = false;
}
}

View File

@ -106,8 +106,15 @@ L.Control.UIManager = L.Control.extend({
};
app.socket.sendMessage('uno .uno:ChangeTheme ' + JSON.stringify(cmd));
}
if (this.getSavedStateOrDefault('CompactMode', null)) {
this.refreshMenubar();
}
else {
this.refreshNotebookbar();
}
this.refreshSidebar();
this.refreshToolbar();
},
initDarkModeFromSettings: function() {
var selectedMode = this.getDarkModeState();
if (selectedMode) {
@ -404,7 +411,20 @@ L.Control.UIManager = L.Control.extend({
refreshMenubar: function() {
this.map.menubar._onRefresh();
},
refreshSidebar: function(ms) {
ms = ms !== undefined ? ms : 400;
setTimeout(function () {
var message = 'dialogevent ' +
(window.sidebarId !== undefined ? window.sidebarId : -1) +
' {"id":"-1"}';
app.socket.sendMessage(message);
}, ms);
},
refreshToolbar: function() {
w2ui['editbar'].refresh();
w2ui['actionbar'].refresh();
},
addNotebookbarUI: function() {
this.refreshNotebookbar();
this.map._docLayer._resetClientVisArea();
@ -582,6 +602,7 @@ L.Control.UIManager = L.Control.extend({
var obj = $('.unfold');
obj.removeClass('w2ui-icon unfold');
obj.addClass('w2ui-icon fold');
},
hideMenubar: function() {
@ -595,6 +616,7 @@ L.Control.UIManager = L.Control.extend({
var obj = $('.fold');
obj.removeClass('w2ui-icon fold');
obj.addClass('w2ui-icon unfold');
},
isMenubarHidden: function() {

View File

@ -376,13 +376,14 @@ L.control.createAvatar = function (viewId, userName, extraInfo, color) {
if (extraInfo !== undefined && extraInfo.avatar !== undefined) {
img = L.DomUtil.create('img', 'avatar-img');
img.src = extraInfo.avatar;
var altImg = L.LOUtil.getImageURL('user.svg');
var altImg = L.LOUtil.getImageURL('user.svg', this._map._docLayer._docType);
img.setAttribute('onerror', 'this.onerror=null;this.src=\'' + altImg + '\';');
$(img).css({'border-color': color});
} else {
img = L.DomUtil.create('div', 'user-info');
$(img).css({'border-color': color, 'background-color': '#eee', 'background-image': 'url("' + L.LOUtil.getImageURL('user.svg') + '")'});
$(img).css({'border-color': color, 'background-color': '#eee', 'background-image': 'url("' + L.LOUtil.getImageURL('user.svg', this._map._docLayer._docType) + '")'});
}
img.setAttribute('data-view-id', viewId);
L.LOUtil.checkIfImageExists(img);
return img;
};

View File

@ -108,11 +108,34 @@ L.LOUtil = {
url += path;
return url;
},
getImageURL: function(imgName) {
return this.getURL('images/' + imgName);
setImage: function(img, name, doctype) {
img.src = this.getImageURL(name, doctype);
this.checkIfImageExists(img);
},
getImageURL: function(imgName, docType) {
var defaultImageURL = this.getURL('images/' + imgName);
if (window.isLocalStorageAllowed) {
var state = localStorage.getItem('UIDefaults_' + docType + '_darkTheme');
if (state && (/true/).test(state.toLowerCase())) {
return this.getURL('images/dark/' + imgName);
}
}
return defaultImageURL;
},
checkIfImageExists : function(imageElement) {
imageElement.addEventListener('error', function() {
if (imageElement.src && imageElement.src.includes('images/branding/dark')) {
imageElement.src = imageElement.src.replace('images/branding/dark', 'images/dark');
return;
}
if (imageElement.src && (imageElement.src.includes('images/dark')|| imageElement.src.includes('images/branding'))) {
imageElement.src = imageElement.src.replace('images/dark', 'images');
imageElement.src = imageElement.src.replace('images/branding', 'images');
return;
}
imageElement.style.display = 'none';
});
},
/// oldFileName = Example.odt, suffix = new
/// returns: Example_new.odt
generateNewFileName: function(oldFileName, suffix) {

View File

@ -90,8 +90,7 @@ L.FormFieldButton = L.Layer.extend({
button.style.width = container.style.height;
var image = L.DomUtil.create('img', 'form-field-button-image', button);
image.src = L.LOUtil.getImageURL('unfold.svg');
L.LOUtil.setImage(image, 'unfold.svg', this.map._docLayer._docType);
button.addEventListener('click', this._onClickDropDown);
// Stop propagation to the main document

View File

@ -2433,7 +2433,7 @@ L.CanvasTileLayer = L.Layer.extend({
L.DomUtil.addClass(copyBtn, 'hyperlink-popup-btn');
copyBtn.setAttribute('title', _('Copy link location'));
var imgCopyBtn = L.DomUtil.create('img', 'hyperlink-pop-up-copyimg', copyBtn);
imgCopyBtn.setAttribute('src', L.LOUtil.getImageURL('lc_copyhyperlinklocation.svg'));
L.LOUtil.setImage(imgCopyBtn, 'lc_copyhyperlinklocation.svg', this._docType);
imgCopyBtn.setAttribute('width', 18);
imgCopyBtn.setAttribute('height', 18);
imgCopyBtn.setAttribute('style', 'padding: 4px');
@ -2441,7 +2441,7 @@ L.CanvasTileLayer = L.Layer.extend({
L.DomUtil.addClass(editBtn, 'hyperlink-popup-btn');
editBtn.setAttribute('title', _('Edit link'));
var imgEditBtn = L.DomUtil.create('img', 'hyperlink-pop-up-editimg', editBtn);
imgEditBtn.setAttribute('src', L.LOUtil.getImageURL('lc_edithyperlink.svg'));
L.LOUtil.setImage(imgEditBtn, 'lc_edithyperlink.svg', this._docType);
imgEditBtn.setAttribute('width', 18);
imgEditBtn.setAttribute('height', 18);
imgEditBtn.setAttribute('style', 'padding: 4px');
@ -2449,7 +2449,7 @@ L.CanvasTileLayer = L.Layer.extend({
L.DomUtil.addClass(removeBtn, 'hyperlink-popup-btn');
removeBtn.setAttribute('title', _('Remove link'));
var imgRemoveBtn = L.DomUtil.create('img', 'hyperlink-pop-up-removeimg', removeBtn);
imgRemoveBtn.setAttribute('src', L.LOUtil.getImageURL('lc_removehyperlink.svg'));
L.LOUtil.setImage(imgRemoveBtn, 'lc_removehyperlink.svg', this._docType);
imgRemoveBtn.setAttribute('width', 18);
imgRemoveBtn.setAttribute('height', 18);
imgRemoveBtn.setAttribute('style', 'padding: 4px');

View File

@ -411,7 +411,7 @@ export class CommentSection extends CanvasSectionObject {
var tdImg = L.DomUtil.create(tagTd, 'cool-annotation-img', tr);
var tdAuthor = L.DomUtil.create(tagTd, 'cool-annotation-author', tr);
var imgAuthor = L.DomUtil.create('img', 'avatar-img', tdImg);
imgAuthor.setAttribute('src', L.LOUtil.getImageURL('user.svg'));
L.LOUtil.setImage(imgAuthor, 'user.svg', this.sectionProperties.docLayer._docType);
imgAuthor.setAttribute('width', 32);
imgAuthor.setAttribute('height', 32);
var authorAvatarImg = imgAuthor;

View File

@ -219,10 +219,9 @@ export class Comment extends CanvasSectionObject {
if (this.sectionProperties.commentListSection.sectionProperties.commentsAreListed)
tdImg.style.visibility = 'visible';
imgAuthor.setAttribute('src', L.LOUtil.getImageURL('user.svg'));
L.LOUtil.setImage(imgAuthor, 'user.svg', this.sectionProperties.docLayer._docType);
imgAuthor.setAttribute('width', this.sectionProperties.imgSize[0]);
imgAuthor.setAttribute('height', this.sectionProperties.imgSize[1]);
imgAuthor.onerror = function () { imgAuthor.setAttribute('src', L.LOUtil.getImageURL('user.svg')); };
if (this.sectionProperties.docLayer._docType === 'text') {
this.sectionProperties.replyCountNode = L.DomUtil.create('div', 'cool-annotation-reply-count-collapsed', tdImg);