realreport 1.9.3 → 1.9.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/realreport.css +95 -55
- package/dist/realreport.d.ts +96 -12
- package/dist/realreport.es.js +10 -1
- package/dist/realreport.js +10 -1
- package/package.json +1 -1
package/dist/realreport.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
RealReport v1.9.
|
|
2
|
+
RealReport v1.9.4
|
|
3
3
|
Copyright (C) 2013-2024 WooriTech Inc.
|
|
4
4
|
All Rights Reserved.
|
|
5
5
|
*/
|
|
@@ -1144,7 +1144,7 @@ All Rights Reserved.
|
|
|
1144
1144
|
font-family: var(--rct-font-family);
|
|
1145
1145
|
font-size: var(--rct-font-size);
|
|
1146
1146
|
color: #000;
|
|
1147
|
-
/* background-color:
|
|
1147
|
+
/* background-color: #fff; */
|
|
1148
1148
|
/* word-break: break-all;
|
|
1149
1149
|
word-wrap: break-word; */
|
|
1150
1150
|
-webkit-touch-callout: default;
|
|
@@ -1166,7 +1166,7 @@ All Rights Reserved.
|
|
|
1166
1166
|
}
|
|
1167
1167
|
|
|
1168
1168
|
/** palette */
|
|
1169
|
-
.rct-root {
|
|
1169
|
+
:root, .rct-root {
|
|
1170
1170
|
--color-1: #0098ff;
|
|
1171
1171
|
--color-2: #66d0ff;
|
|
1172
1172
|
--color-3: #ff5c35;
|
|
@@ -1276,11 +1276,11 @@ All Rights Reserved.
|
|
|
1276
1276
|
.rct-control[data-theme='real'] {
|
|
1277
1277
|
--rct-background: #264653;
|
|
1278
1278
|
}
|
|
1279
|
-
.rct-root {
|
|
1279
|
+
:root, .rct-root {
|
|
1280
1280
|
--rct-font-family: AppleSDGothicNeo-Light, "HelveticaNeue", "Malgun Gothic", "맑은 고딕", sans-serif;
|
|
1281
1281
|
--rct-font-size: 16px;
|
|
1282
1282
|
|
|
1283
|
-
--rct-focus-stroke:
|
|
1283
|
+
--rct-focus-stroke: #000;
|
|
1284
1284
|
--rct-focus-stroke-width: 2px;
|
|
1285
1285
|
--rct-text-fill: #333;
|
|
1286
1286
|
|
|
@@ -1293,14 +1293,14 @@ All Rights Reserved.
|
|
|
1293
1293
|
--rct-axis-line-stroke: #aaa;
|
|
1294
1294
|
--rct-axis-baseline-stroke: #333;
|
|
1295
1295
|
--rct-axis-tick-stroke: #555;
|
|
1296
|
-
--rct-axis-label-fill: #
|
|
1296
|
+
--rct-axis-label-fill: #333;
|
|
1297
1297
|
--rct-axis-grid-line-stroke: #ddd;
|
|
1298
1298
|
--rct-axis-grid-line-stroke-start: none;
|
|
1299
1299
|
--rct-axis-grid-line-stroke-end: none;
|
|
1300
1300
|
--rct-axis-grid-line-stroke-width: 1px;
|
|
1301
1301
|
--rct-axis-scrollbar-track-fill: #fdfdfd;
|
|
1302
1302
|
--rct-axis-scrollbar-track-stroke: #aaa;
|
|
1303
|
-
--rct-axis-scrollbar-thumb-fill:
|
|
1303
|
+
--rct-axis-scrollbar-thumb-fill: #d3d3d3;
|
|
1304
1304
|
--rct-axis-scrollbar-rx: 4px;
|
|
1305
1305
|
|
|
1306
1306
|
--rct-legend-background: none;
|
|
@@ -1315,6 +1315,9 @@ All Rights Reserved.
|
|
|
1315
1315
|
--rct-point-label-stroke: none;
|
|
1316
1316
|
--rct-point-label-fill: #333;
|
|
1317
1317
|
|
|
1318
|
+
--rct-point-label-line-stroke-width: 1px;
|
|
1319
|
+
--rct-point-label-line-stroke: #585;
|
|
1320
|
+
|
|
1318
1321
|
--rct-credits-fill: #777;
|
|
1319
1322
|
|
|
1320
1323
|
/* polar */
|
|
@@ -1324,7 +1327,7 @@ All Rights Reserved.
|
|
|
1324
1327
|
|
|
1325
1328
|
/* linear gauge */
|
|
1326
1329
|
--rct-linear-gauge-background-fill: #eee;
|
|
1327
|
-
--rct-linear-gauge-value-fill:
|
|
1330
|
+
--rct-linear-gauge-value-fill: #008000;
|
|
1328
1331
|
--rct-linear-gauge-band-tick-labels-stroke: #333;
|
|
1329
1332
|
--rct-linear-gauge-group-label-fill: #333;
|
|
1330
1333
|
/** bullet gauge */
|
|
@@ -1343,9 +1346,9 @@ All Rights Reserved.
|
|
|
1343
1346
|
--rct-gauge-scale-tick: #555;
|
|
1344
1347
|
--rct-gauge-scale-tick-labels-stroke: #333;
|
|
1345
1348
|
/* clock gauge */
|
|
1346
|
-
--rct-clock-gauge-face-fill:
|
|
1349
|
+
--rct-clock-gauge-face-fill: #fff;
|
|
1347
1350
|
--rct-clock-gauge-rim-fill: #eee;
|
|
1348
|
-
--rct-clock-gauge-rim-stroke:
|
|
1351
|
+
--rct-clock-gauge-rim-stroke: #808080;
|
|
1349
1352
|
--rct-clock-gauge-tick-stroke: #333;
|
|
1350
1353
|
--rct-clock-gauge-minor-tick-stroke: #555;
|
|
1351
1354
|
--rct-clock-gauge-tick-label-fill: #333;
|
|
@@ -1355,11 +1358,11 @@ All Rights Reserved.
|
|
|
1355
1358
|
/** series navigator */
|
|
1356
1359
|
--rct-navigator-handle-color: #0098ff;
|
|
1357
1360
|
--rct-navigator-handle-hover-color: #55c;
|
|
1358
|
-
--rct-navigator-track-fill:
|
|
1361
|
+
--rct-navigator-track-fill: #d3d3d3;
|
|
1359
1362
|
--rct-navigator-thumb-fill:#0098ff;
|
|
1360
1363
|
}
|
|
1361
1364
|
.rct-root[data-theme='dark'] {
|
|
1362
|
-
--rct-focus-stroke:
|
|
1365
|
+
--rct-focus-stroke: #ccc;
|
|
1363
1366
|
--rct-text-fill: #fff;
|
|
1364
1367
|
|
|
1365
1368
|
--rct-title-fill: #fff;
|
|
@@ -1469,13 +1472,13 @@ All Rights Reserved.
|
|
|
1469
1472
|
|
|
1470
1473
|
/** label */
|
|
1471
1474
|
.rct-label-dark {
|
|
1472
|
-
fill:
|
|
1475
|
+
fill: #000;
|
|
1473
1476
|
}
|
|
1474
1477
|
.rct-label-light {
|
|
1475
|
-
fill:
|
|
1478
|
+
fill: #fff;
|
|
1476
1479
|
}
|
|
1477
1480
|
.rct-label-background {
|
|
1478
|
-
fill:
|
|
1481
|
+
fill: #d3d3d3;
|
|
1479
1482
|
}
|
|
1480
1483
|
|
|
1481
1484
|
/** button */
|
|
@@ -1504,7 +1507,7 @@ All Rights Reserved.
|
|
|
1504
1507
|
/** title */
|
|
1505
1508
|
.rct-title {
|
|
1506
1509
|
margin-bottom: 10px;
|
|
1507
|
-
font-size:
|
|
1510
|
+
font-size: 22px;
|
|
1508
1511
|
fill: var(--rct-title-fill);
|
|
1509
1512
|
}
|
|
1510
1513
|
.rct-title-background {
|
|
@@ -1512,7 +1515,7 @@ All Rights Reserved.
|
|
|
1512
1515
|
}
|
|
1513
1516
|
.rct-subtitle {
|
|
1514
1517
|
margin-bottom: 10px;
|
|
1515
|
-
font-size:
|
|
1518
|
+
font-size: 15px;
|
|
1516
1519
|
fill: var(--rct-subtitle-fill);
|
|
1517
1520
|
}
|
|
1518
1521
|
.rct-subtitle-background {
|
|
@@ -1524,6 +1527,7 @@ All Rights Reserved.
|
|
|
1524
1527
|
fill: var(--rct-legend-fill);
|
|
1525
1528
|
stroke: none;
|
|
1526
1529
|
padding: 3px 6px;
|
|
1530
|
+
font-size: 14px;
|
|
1527
1531
|
}
|
|
1528
1532
|
.rct-legend-background {
|
|
1529
1533
|
fill: var(--rct-legend-background);
|
|
@@ -1532,7 +1536,7 @@ All Rights Reserved.
|
|
|
1532
1536
|
}
|
|
1533
1537
|
.rct-legend-item-label[data-hidden] {
|
|
1534
1538
|
fill: var(--rct-legend-item-disabled);
|
|
1535
|
-
text-decoration: var(--rct-legend-item-disabled-decoration)
|
|
1539
|
+
text-decoration: var(--rct-legend-item-disabled-decoration);
|
|
1536
1540
|
}
|
|
1537
1541
|
/* .rct-legend-item-marker {
|
|
1538
1542
|
stroke: none;
|
|
@@ -1541,19 +1545,31 @@ All Rights Reserved.
|
|
|
1541
1545
|
fill: #aaa !important;
|
|
1542
1546
|
stroke: #aaa !important;
|
|
1543
1547
|
}
|
|
1548
|
+
.rct-legend-item-marker[data-hidden] path[data-fill] {
|
|
1549
|
+
fill: #aaa !important;
|
|
1550
|
+
}
|
|
1544
1551
|
|
|
1545
|
-
/**
|
|
1552
|
+
/** body */
|
|
1546
1553
|
.rct-body-background {
|
|
1547
1554
|
stroke: var(--rct-body-background-stroke);
|
|
1548
1555
|
fill: none;
|
|
1556
|
+
shape-rendering: crispEdges;
|
|
1549
1557
|
}
|
|
1550
1558
|
.rct-body-background[data-polar] {
|
|
1551
1559
|
stroke: none;
|
|
1552
1560
|
}
|
|
1561
|
+
.rct-empty-view {
|
|
1562
|
+
fill: #fcfcff;
|
|
1563
|
+
stroke: #eee;
|
|
1564
|
+
}
|
|
1565
|
+
.rct-empty-view-label {
|
|
1566
|
+
fill: #777;
|
|
1567
|
+
font-size: 1.4em;
|
|
1568
|
+
}
|
|
1553
1569
|
|
|
1554
1570
|
/** axis */
|
|
1555
1571
|
.rct-axis-title {
|
|
1556
|
-
font-size:
|
|
1572
|
+
font-size: 15px;
|
|
1557
1573
|
fill: var(--rct-axis-title-fill);
|
|
1558
1574
|
}
|
|
1559
1575
|
.rct-axis-title-background {
|
|
@@ -1562,30 +1578,33 @@ All Rights Reserved.
|
|
|
1562
1578
|
.rct-axis-line {
|
|
1563
1579
|
stroke: var(--rct-axis-line-stroke);
|
|
1564
1580
|
stroke-width: 1px;
|
|
1581
|
+
shape-rendering: crispEdges;
|
|
1565
1582
|
}
|
|
1566
1583
|
.rct-axis-baseline {
|
|
1567
1584
|
stroke: var(--rct-axis-baseline-stroke);
|
|
1568
1585
|
stroke-width: 1px;
|
|
1586
|
+
shape-rendering: crispEdges;
|
|
1569
1587
|
}
|
|
1570
1588
|
.rct-axis-tick {
|
|
1571
1589
|
stroke: var(--rct-axis-tick-stroke);
|
|
1572
1590
|
stroke-width: 1px;
|
|
1591
|
+
shape-rendering: crispEdges;
|
|
1573
1592
|
}
|
|
1574
1593
|
.rct-axis-labels {
|
|
1575
1594
|
font-size: 14px;
|
|
1576
1595
|
fill: var(--rct-axis-label-fill);
|
|
1577
1596
|
}
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
} */
|
|
1597
|
+
.rct-axis-grid {
|
|
1598
|
+
fill: none;
|
|
1599
|
+
}
|
|
1582
1600
|
.rct-axis-grid-line {
|
|
1583
1601
|
stroke: var(--rct-axis-grid-line-stroke);
|
|
1584
1602
|
stroke-width: var(--rct-axis-grid-line-stroke-width);
|
|
1603
|
+
shape-rendering: crispEdges;
|
|
1585
1604
|
}
|
|
1586
1605
|
.rct-axis-break {
|
|
1587
1606
|
stroke: #aaa;
|
|
1588
|
-
fill:
|
|
1607
|
+
fill: #fff;
|
|
1589
1608
|
fill-opacity: 0.9;
|
|
1590
1609
|
}
|
|
1591
1610
|
.rct-axis-guide-label {
|
|
@@ -1594,11 +1613,13 @@ All Rights Reserved.
|
|
|
1594
1613
|
.rct-axis-guide-line {
|
|
1595
1614
|
stroke: #555;
|
|
1596
1615
|
stroke-width: 2px;
|
|
1616
|
+
shape-rendering: crispEdges;
|
|
1597
1617
|
}
|
|
1598
1618
|
.rct-axis-guide-range {
|
|
1599
1619
|
stroke: none;
|
|
1600
1620
|
fill: #0088ff;
|
|
1601
1621
|
fill-opacity: 0.2;
|
|
1622
|
+
shape-rendering: crispEdges;
|
|
1602
1623
|
}
|
|
1603
1624
|
.rct-axis-scrollbar-track {
|
|
1604
1625
|
fill: var(--rct-axis-scrollbar-track-fill);
|
|
@@ -1617,6 +1638,9 @@ All Rights Reserved.
|
|
|
1617
1638
|
.rct-polar-xaxis-sector-line {
|
|
1618
1639
|
stroke: #555;
|
|
1619
1640
|
}
|
|
1641
|
+
.rct-polar-axis-grids {
|
|
1642
|
+
fill: none;
|
|
1643
|
+
}
|
|
1620
1644
|
.rct-polar-xaxis-grid-line {
|
|
1621
1645
|
stroke: var(--rct-polar-xaxis-grid-line-stroke)
|
|
1622
1646
|
}
|
|
@@ -1681,7 +1705,7 @@ All Rights Reserved.
|
|
|
1681
1705
|
}
|
|
1682
1706
|
|
|
1683
1707
|
.rct-series-trendline {
|
|
1684
|
-
stroke:
|
|
1708
|
+
stroke: #ff0000;
|
|
1685
1709
|
stroke-width: 2px;
|
|
1686
1710
|
stroke-linejoin: round;
|
|
1687
1711
|
fill: none;
|
|
@@ -1780,21 +1804,34 @@ All Rights Reserved.
|
|
|
1780
1804
|
transition-property: opacity;
|
|
1781
1805
|
transition-duration: 0.7s;
|
|
1782
1806
|
}
|
|
1783
|
-
.rct-series[data-
|
|
1784
|
-
opacity: 0.2;
|
|
1807
|
+
.rct-series[data-unhover] {
|
|
1808
|
+
opacity: 0.2 !important;
|
|
1809
|
+
}
|
|
1810
|
+
.rct-point[data-unhover] {
|
|
1811
|
+
opacity: 0.2 !important;
|
|
1785
1812
|
}
|
|
1786
|
-
.rct-series .rct-point[data-focus] {
|
|
1813
|
+
.rct-series .rct-point[data-focus], .rct-point[data-unfocus] {
|
|
1787
1814
|
stroke: var(--rct-focus-stroke) !important;
|
|
1788
|
-
stroke-width: var(--rct-focus-stroke-width);
|
|
1789
|
-
filter: brightness(115%);
|
|
1815
|
+
stroke-width: var(--rct-focus-stroke-width) !important;
|
|
1816
|
+
filter: brightness(115%) !important;
|
|
1817
|
+
opacity: 1 !important;
|
|
1818
|
+
}
|
|
1819
|
+
/** data point hover */
|
|
1820
|
+
.rct-point-unhover {
|
|
1821
|
+
opacity: 0.3;
|
|
1822
|
+
transition: opacity 0.7s;
|
|
1823
|
+
}
|
|
1824
|
+
.rct-point-hover {
|
|
1825
|
+
opacity: inherit;
|
|
1826
|
+
transition: opacity 0.7s;
|
|
1790
1827
|
}
|
|
1791
1828
|
.rct-point-labels {
|
|
1792
1829
|
opacity: inherit;
|
|
1793
1830
|
transition-property: opacity;
|
|
1794
1831
|
transition-duration: 0.7s;
|
|
1795
1832
|
}
|
|
1796
|
-
.rct-point-labels[data-
|
|
1797
|
-
opacity: 0.3;
|
|
1833
|
+
.rct-point-labels[data-unhover] {
|
|
1834
|
+
opacity: 0.3 !important;
|
|
1798
1835
|
}
|
|
1799
1836
|
|
|
1800
1837
|
/** rct-point 대신 여기에 지정해야 outline에 반영된다. */
|
|
@@ -1809,7 +1846,8 @@ All Rights Reserved.
|
|
|
1809
1846
|
opacity: 1;
|
|
1810
1847
|
}
|
|
1811
1848
|
.rct-point-label-lines {
|
|
1812
|
-
stroke:
|
|
1849
|
+
stroke-width: var(--rct-point-label-line-stroke-width);
|
|
1850
|
+
stroke: var(--rct-point-label-line-stroke);
|
|
1813
1851
|
fill: none;
|
|
1814
1852
|
}
|
|
1815
1853
|
|
|
@@ -1820,7 +1858,7 @@ All Rights Reserved.
|
|
|
1820
1858
|
|
|
1821
1859
|
/** circlebar series */
|
|
1822
1860
|
.rct-circlebar-series .rct-point {
|
|
1823
|
-
stroke:
|
|
1861
|
+
stroke: #fff;
|
|
1824
1862
|
}
|
|
1825
1863
|
|
|
1826
1864
|
/** barrange series */
|
|
@@ -1835,14 +1873,6 @@ All Rights Reserved.
|
|
|
1835
1873
|
.rct-line-series .rct-point {
|
|
1836
1874
|
stroke-dasharray: none;
|
|
1837
1875
|
}
|
|
1838
|
-
.rct-line-series .rct-point[data-focus] {
|
|
1839
|
-
stroke: #0088ff20 !important;
|
|
1840
|
-
stroke-width: 9px !important;
|
|
1841
|
-
opacity: inherit !important;
|
|
1842
|
-
/** TODO: 아래가 적용되지 않고 있다 */
|
|
1843
|
-
transition-property: opacity;
|
|
1844
|
-
transition-duration: 0.7s;
|
|
1845
|
-
}
|
|
1846
1876
|
.rct-line-series-flag {
|
|
1847
1877
|
font-weight: bold;
|
|
1848
1878
|
font-size: 0.9em;
|
|
@@ -1880,6 +1910,9 @@ All Rights Reserved.
|
|
|
1880
1910
|
.rct-scatter-series {
|
|
1881
1911
|
fill-opacity: 0.7;
|
|
1882
1912
|
}
|
|
1913
|
+
.rct-scatter-series .rct-point[data-focus] {
|
|
1914
|
+
fill-opacity: 0.9;
|
|
1915
|
+
}
|
|
1883
1916
|
|
|
1884
1917
|
/** boxplot series */
|
|
1885
1918
|
.rct-boxplot-series {
|
|
@@ -1902,7 +1935,7 @@ All Rights Reserved.
|
|
|
1902
1935
|
stroke-dasharray: 2;
|
|
1903
1936
|
}
|
|
1904
1937
|
.rct-boxplot-series .rct-point[data-focus] .rct-boxplot-point-stem {
|
|
1905
|
-
stroke:
|
|
1938
|
+
stroke: #000;
|
|
1906
1939
|
stroke-dasharray: none;
|
|
1907
1940
|
stroke-width: 2px;
|
|
1908
1941
|
}
|
|
@@ -1971,6 +2004,9 @@ All Rights Reserved.
|
|
|
1971
2004
|
.rct-lollipop-series {
|
|
1972
2005
|
stroke-width: 3px;
|
|
1973
2006
|
}
|
|
2007
|
+
.rct-lollipop-point-bar {
|
|
2008
|
+
shape-rendering: crispEdges;
|
|
2009
|
+
}
|
|
1974
2010
|
.rct-lollipop-point-marker {
|
|
1975
2011
|
stroke: none;
|
|
1976
2012
|
}
|
|
@@ -1987,6 +2023,9 @@ All Rights Reserved.
|
|
|
1987
2023
|
.rct-dumbbell-series {
|
|
1988
2024
|
stroke-width: 3px;
|
|
1989
2025
|
}
|
|
2026
|
+
.rct-dumbbell-point-bar {
|
|
2027
|
+
shape-rendering: crispEdges;
|
|
2028
|
+
}
|
|
1990
2029
|
.rct-dumbbell-point-marker {
|
|
1991
2030
|
stroke: none;
|
|
1992
2031
|
}
|
|
@@ -2009,7 +2048,7 @@ All Rights Reserved.
|
|
|
2009
2048
|
|
|
2010
2049
|
/** histogram */
|
|
2011
2050
|
.rct-histogram-series .rct-point {
|
|
2012
|
-
stroke:
|
|
2051
|
+
stroke: #fff;
|
|
2013
2052
|
}
|
|
2014
2053
|
|
|
2015
2054
|
/** vector series */
|
|
@@ -2027,12 +2066,12 @@ All Rights Reserved.
|
|
|
2027
2066
|
|
|
2028
2067
|
/** treemap series */
|
|
2029
2068
|
.rct-treemap-series .rct-point {
|
|
2030
|
-
stroke:
|
|
2069
|
+
stroke: #fff;
|
|
2031
2070
|
}
|
|
2032
2071
|
|
|
2033
2072
|
/** pie series */
|
|
2034
2073
|
.rct-pie-series .rct-point {
|
|
2035
|
-
stroke:
|
|
2074
|
+
stroke: #fff;
|
|
2036
2075
|
}
|
|
2037
2076
|
.rct-pie-series-inner {
|
|
2038
2077
|
font-size: 20px;
|
|
@@ -2041,10 +2080,10 @@ All Rights Reserved.
|
|
|
2041
2080
|
|
|
2042
2081
|
/** funnel series */
|
|
2043
2082
|
.rct-funnel-series .rct-point {
|
|
2044
|
-
stroke:
|
|
2083
|
+
stroke: #fff;
|
|
2045
2084
|
}
|
|
2046
2085
|
.rct-funnel-series .rct-point[data-focus] {
|
|
2047
|
-
stroke:
|
|
2086
|
+
stroke: #000;
|
|
2048
2087
|
stroke-width: 2px;
|
|
2049
2088
|
}
|
|
2050
2089
|
|
|
@@ -2080,7 +2119,7 @@ All Rights Reserved.
|
|
|
2080
2119
|
font-size: 20px;
|
|
2081
2120
|
}
|
|
2082
2121
|
.rct-circle-gauge-pin {
|
|
2083
|
-
fill:
|
|
2122
|
+
fill: #fff;
|
|
2084
2123
|
stroke: #333;
|
|
2085
2124
|
stroke-width: 3px;
|
|
2086
2125
|
}
|
|
@@ -2112,7 +2151,7 @@ All Rights Reserved.
|
|
|
2112
2151
|
font-size: 1em;
|
|
2113
2152
|
}
|
|
2114
2153
|
.rct-clock-gauge-pin {
|
|
2115
|
-
fill:
|
|
2154
|
+
fill: #fff;
|
|
2116
2155
|
stroke: #333;
|
|
2117
2156
|
stroke-width: 3px;
|
|
2118
2157
|
}
|
|
@@ -2201,10 +2240,10 @@ All Rights Reserved.
|
|
|
2201
2240
|
opacity: 0.9;
|
|
2202
2241
|
}
|
|
2203
2242
|
.rct-tooltip-back {
|
|
2204
|
-
fill:
|
|
2243
|
+
fill: #fff;
|
|
2205
2244
|
}
|
|
2206
2245
|
.rct-tooltip-tail {
|
|
2207
|
-
fill:
|
|
2246
|
+
fill: #fff;
|
|
2208
2247
|
}
|
|
2209
2248
|
.rct-tooltip-text {
|
|
2210
2249
|
fill: #333;
|
|
@@ -2227,6 +2266,7 @@ All Rights Reserved.
|
|
|
2227
2266
|
fill: none;
|
|
2228
2267
|
stroke-width: 1;
|
|
2229
2268
|
stroke: #80808080;
|
|
2269
|
+
shape-rendering: crispEdges;
|
|
2230
2270
|
}
|
|
2231
2271
|
.rct-crosshair-bar {
|
|
2232
2272
|
stroke: none;
|
|
@@ -2251,8 +2291,9 @@ All Rights Reserved.
|
|
|
2251
2291
|
display: none;
|
|
2252
2292
|
}
|
|
2253
2293
|
.rct-navigator-back {
|
|
2254
|
-
fill:
|
|
2294
|
+
fill: #fff;
|
|
2255
2295
|
stroke: #f0f0f0;
|
|
2296
|
+
shape-rendering: crispEdges;
|
|
2256
2297
|
}
|
|
2257
2298
|
.rct-navigator-mask {
|
|
2258
2299
|
fill: #4488cc20;
|
|
@@ -2266,7 +2307,6 @@ All Rights Reserved.
|
|
|
2266
2307
|
fill: var(--rct-navigator-handle-hover-color);
|
|
2267
2308
|
stroke: var(--rct-navigator-handle-hover-color);
|
|
2268
2309
|
}
|
|
2269
|
-
|
|
2270
2310
|
.rct-navigator-track {
|
|
2271
2311
|
fill: var(--rct-navigator-track-fill);
|
|
2272
2312
|
stroke: var(--rct-navigator-track-fill);
|