|
15 | 15 |
|
16 | 16 | .p-TabBar-tabIcon.cloud-sketchbook-tree-icon {
|
17 | 17 | background-color: var(--theia-foreground);
|
18 |
| - -webkit-mask: url(../icons/cloud.svg); |
| 18 | + -webkit-mask: url(../icons/arduino-cloud.svg); |
19 | 19 | -webkit-mask-position: center;
|
20 | 20 | -webkit-mask-repeat: no-repeat;
|
21 | 21 | width: 19px !important;
|
|
26 | 26 | .p-mod-current
|
27 | 27 | .cloud-sketchbook-tree-icon {
|
28 | 28 | background-color: var(--theia-foreground);
|
29 |
| - -webkit-mask: url(../icons/cloud-filled.svg); |
| 29 | + -webkit-mask: url(../icons/arduino-cloud-filled.svg); |
30 | 30 | -webkit-mask-position: center;
|
31 | 31 | -webkit-mask-repeat: no-repeat;
|
32 | 32 | -webkit-mask-size: 100%;
|
|
99 | 99 | color: var(--theia-textLink-foreground);
|
100 | 100 | }
|
101 | 101 |
|
102 |
| -.pull-sketch-icon { |
103 |
| - background-color: var(--theia-foreground); |
104 |
| - -webkit-mask: url(./pull-sketch-icon.svg); |
105 |
| - -webkit-mask-position: center; |
106 |
| - -webkit-mask-repeat: no-repeat; |
107 |
| - width: var(--theia-icon-size); |
108 |
| - height: var(--theia-icon-size); |
109 |
| -} |
110 |
| - |
111 |
| -.push-sketch-icon { |
112 |
| - background-color: var(--theia-foreground); |
113 |
| - -webkit-mask: url(./push-sketch-icon.svg); |
114 |
| - -webkit-mask-position: center; |
115 |
| - -webkit-mask-repeat: no-repeat; |
116 |
| - width: var(--theia-icon-size); |
117 |
| - height: var(--theia-icon-size); |
118 |
| -} |
119 |
| - |
120 | 102 | .account-icon {
|
121 | 103 | width: var(--theia-private-sidebar-icon-size);
|
122 | 104 | height: var(--theia-private-sidebar-icon-size);
|
|
199 | 181 | width: 100%;
|
200 | 182 | }
|
201 | 183 |
|
202 |
| -.theia-file-icons-js.file-icon > .sketch-folder-icon { |
203 |
| - -webkit-mask-position: center; |
204 |
| - -webkit-mask-repeat: no-repeat; |
205 |
| - -webkit-mask-size: 100%; |
206 |
| - width: var(--theia-icon-size); |
207 |
| - height: var(--theia-icon-size); |
208 |
| - background-color: var(--theia-foreground); |
209 |
| -} |
210 |
| - |
211 |
| -.theia-file-icons-js.file-icon > .sketch-folder-icon.cloud { |
212 |
| - -webkit-mask: url('../icons/cloud.svg'); |
213 |
| -} |
214 |
| - |
215 |
| -.theia-file-icons-js.file-icon > .sketch-folder-icon.cloud.offline { |
216 |
| - -webkit-mask: url('../icons/cloud-offline.svg'); |
217 |
| - background-color: var(--theia-activityBar-inactiveForeground); |
218 |
| -} |
219 |
| - |
220 |
| -.theia-file-icons-js.file-icon > .sketch-folder-icon.cloud.synced { |
221 |
| - -webkit-mask: url('../icons/cloud-filled.svg'); |
| 184 | +.actions.item.flex-line .fa, |
| 185 | +.theia-file-icons-js.file-icon .fa { |
| 186 | + font-size: var(--theia-icon-size); |
222 | 187 | }
|
223 | 188 |
|
224 |
| -.theia-TreeNodeContent > .theia-file-icons-js.file-icon > .sketch-folder-icon.cloud.synced.offline { |
225 |
| - -webkit-mask: url('../icons/cloud-filled-offline.svg'); |
226 |
| -} |
227 |
| - |
228 |
| -.sketch-folder-icon.cloud.offline.action { |
229 |
| - -webkit-mask: url('../icons/cloud-offline.svg'); |
230 |
| - -webkit-mask-position: center; |
231 |
| - -webkit-mask-repeat: no-repeat; |
232 |
| - -webkit-mask-size: 100%; |
233 |
| - width: var(--theia-icon-size); |
234 |
| - height: var(--theia-icon-size); |
235 |
| - background-color: var(--theia-foreground); |
| 189 | +.theia-file-icons-js.file-icon.not-in-sync-offline .fa { |
| 190 | + color: var(--theia-activityBar-inactiveForeground); |
236 | 191 | }
|
0 commit comments