|
20 | 20 |
|
21 | 21 | .profileMetaInfoSummaryProductAndVersion { |
22 | 22 | padding-left: 1.4em; /* 1 (for the background image) + 0.4 */ |
23 | | - background: url(../../../res/img/svg/info.svg) left center / 1em no-repeat; |
| 23 | + background: url(firefox-profiler-res/img/svg/info.svg) left center / 1em |
| 24 | + no-repeat; |
24 | 25 | } |
25 | 26 |
|
26 | 27 | .profileMetaInfoSummaryProductAndVersion[data-product^='Firefox'], |
27 | 28 | .profileMetaInfoSummaryProductAndVersion[data-product='Fennec'] { |
28 | | - background-image: url(../../../res/img/svg/brands/firefoxbrowser.svg); |
| 29 | + background-image: url(firefox-profiler-res/img/svg/brands/firefoxbrowser.svg); |
29 | 30 | } |
30 | 31 |
|
31 | 32 | .profileMetaInfoSummaryPlatform { |
32 | 33 | padding-left: 1.4em; /* 1 (for the background image) + 0.4 */ |
33 | 34 | margin-left: 1em; |
34 | | - background: url(../../../res/img/svg/info.svg) left center / 1em no-repeat; |
| 35 | + background: url(firefox-profiler-res/img/svg/info.svg) left center / 1em |
| 36 | + no-repeat; |
35 | 37 | } |
36 | 38 |
|
37 | 39 | .profileMetaInfoSummaryPlatform[data-toolkit^='macOS'] { |
38 | | - background-image: url(../../../res/img/svg/brands/apple.svg); |
| 40 | + background-image: url(firefox-profiler-res/img/svg/brands/apple.svg); |
39 | 41 | } |
40 | 42 |
|
41 | 43 | .profileMetaInfoSummaryPlatform[data-toolkit^='Windows'] { |
42 | | - background-image: url(../../../res/img/svg/brands/windows.svg); |
| 44 | + background-image: url(firefox-profiler-res/img/svg/brands/windows.svg); |
43 | 45 | } |
44 | 46 |
|
45 | 47 | .profileMetaInfoSummaryPlatform[data-toolkit^='Linux'] { |
46 | | - background-image: url(../../../res/img/svg/brands/linux.svg); |
| 48 | + background-image: url(firefox-profiler-res/img/svg/brands/linux.svg); |
47 | 49 | } |
48 | 50 |
|
49 | 51 | .profileMetaInfoSummaryPlatform[data-toolkit^='Android'] { |
50 | | - background-image: url(../../../res/img/svg/brands/android.svg); |
| 52 | + background-image: url(firefox-profiler-res/img/svg/brands/android.svg); |
51 | 53 | } |
0 commit comments