|
54 | 54 | font-weight: bold; |
55 | 55 | font-size:14px; |
56 | 56 | text-align: left; |
57 | | -padding:2px5px2px16px; |
| 57 | +padding:2px5px2px2px; |
58 | 58 | } |
59 | 59 |
|
60 | 60 | /* Color Style Select */ |
61 | 61 | .vp-plot-cmap { |
62 | | -width:176px; |
63 | | -height:25px; |
64 | | -border:0.25px solidvar(--color); |
65 | | -/* box-shadow: 1px 1px 3px 1px var(--color); |
66 | | - border-radius: 5px; */ |
| 62 | +width:160px; |
| 63 | +height:30px; |
| 64 | +border:0.25px solidvar(--border-gray-color); |
| 65 | +border-radius:3px; |
67 | 66 | margin-top:5px; |
68 | 67 | position: relative; |
69 | 68 | display: flex; |
70 | 69 | z-index:1500; |
71 | 70 | cursor: pointer; |
72 | | -padding:0px5px0px5px; |
| 71 | +padding:2px5px0px5px; |
73 | 72 | background-image:url("data:image/svg+xml;utf8,<svg fill='darkgray' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>"); |
74 | 73 | background-repeat: no-repeat; |
75 | 74 | background-position-x:100%; |
|
178 | 177 | background-size: contain; |
179 | 178 | background-repeat: no-repeat; |
180 | 179 | background-position: center center; |
181 | | -border:0.25px solid#c4c4c4; |
| 180 | +border:0.25px solidvar(--border-gray-color); |
| 181 | +border-radius:3px; |
182 | 182 | } |
183 | 183 | .vp-plot-item .vp-plot-thumb.plot { |
184 | 184 | background-image: url(../../img/chart/plot.png); |
|