|
5 | 5 | /* These two background images build on the generic styles defined in |
6 | 6 | * MenuButtons/index.css when using an icon. */ |
7 | 7 | .menuButtonsShareButtonButton::before { |
8 | | - background-image: url(firefox-profiler-res/img/svg/share-dark-12.svg); |
| 8 | + background-image: url(../../../../res/img/svg/share-dark-12.svg); |
9 | 9 | } |
10 | 10 |
|
11 | 11 | .menuButtonsShareButtonButton-uploading::before { |
12 | | - background-image: url(firefox-profiler-res/img/svg/sharing-animated-dark-12.svg); |
| 12 | + background-image: url(../../../../res/img/svg/sharing-animated-dark-12.svg); |
13 | 13 | } |
14 | 14 |
|
15 | 15 | .menuButtonsShareButtonError { |
|
27 | 27 | } |
28 | 28 |
|
29 | 29 | .menuButtonsShareButtonError::before { |
30 | | - background-image: url(firefox-profiler-res/img/svg/error.svg); |
| 30 | + background-image: url(../../../../res/img/svg/error.svg); |
31 | 31 | } |
32 | 32 |
|
33 | 33 | .menuButtonsPublishPanel { |
|
46 | 46 | * This background image is 44x44, so this puts it 16px left of the text. */ |
47 | 47 | padding-left: 60px; |
48 | 48 | margin: 0 0 0 -60px; |
49 | | - background: url(firefox-profiler-res/img/svg/info.svg) left center no-repeat; |
| 49 | + background: url(../../../../res/img/svg/info.svg) left center no-repeat; |
50 | 50 | line-height: 44px; /* This is the height of the background image */ |
51 | 51 | } |
52 | 52 |
|
|
107 | 107 | .menuButtonsPublishButtonsSvgUpload { |
108 | 108 | width: 20px; |
109 | 109 | height: 20px; |
110 | | - background: url(firefox-profiler-res/img/svg/upload.svg) center center |
111 | | - no-repeat; |
| 110 | + background: url(../../../../res/img/svg/upload.svg) center center no-repeat; |
112 | 111 | } |
113 | 112 |
|
114 | 113 | .menuButtonsPublishButtonsSvgDownload { |
115 | 114 | width: 20px; |
116 | 115 | height: 20px; |
117 | | - background: url(firefox-profiler-res/img/svg/download.svg) center center |
118 | | - no-repeat; |
| 116 | + background: url(../../../../res/img/svg/download.svg) center center no-repeat; |
119 | 117 | } |
120 | 118 |
|
121 | 119 | .menuButtonsDownloadSize { |
|
0 commit comments