File tree 15 files changed +10
-27
lines changed
components/aboutconfig/content
15 files changed +10
-27
lines changed Original file line number Diff line number Diff line change 189
189
}
190
190
191
191
& .icon-add {
192
- background-image : url (' chrome://activity-stream/content/data/content/assets/glyph-add-16 .svg' );
192
+ background-image : url (' chrome://global/skin/icons/plus .svg' );
193
193
}
194
194
195
195
& .icon-minimize {
Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ body[lwt-newtab-brighttext] {
346
346
background-image : url ("chrome://global/skin/icons/arrow-up.svg" );
347
347
}
348
348
.icon .icon-add {
349
- background-image : url ("chrome://activity-stream/content/data/content/assets/glyph-add-16 .svg" );
349
+ background-image : url ("chrome://global/skin/icons/plus .svg" );
350
350
}
351
351
.icon .icon-minimize {
352
352
background-image : url ("chrome://activity-stream/content/data/content/assets/glyph-minimize-16.svg" );
Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ body[lwt-newtab-brighttext] {
350
350
background-image : url ("chrome://global/skin/icons/arrow-up.svg" );
351
351
}
352
352
.icon .icon-add {
353
- background-image : url ("chrome://activity-stream/content/data/content/assets/glyph-add-16 .svg" );
353
+ background-image : url ("chrome://global/skin/icons/plus .svg" );
354
354
}
355
355
.icon .icon-minimize {
356
356
background-image : url ("chrome://activity-stream/content/data/content/assets/glyph-minimize-16.svg" );
Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ body[lwt-newtab-brighttext] {
346
346
background-image : url ("chrome://global/skin/icons/arrow-up.svg" );
347
347
}
348
348
.icon .icon-add {
349
- background-image : url ("chrome://activity-stream/content/data/content/assets/glyph-add-16 .svg" );
349
+ background-image : url ("chrome://global/skin/icons/plus .svg" );
350
350
}
351
351
.icon .icon-minimize {
352
352
background-image : url ("chrome://activity-stream/content/data/content/assets/glyph-minimize-16.svg" );
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ var gBuiltInInputs = {
120
120
} ,
121
121
NewTab : {
122
122
title : "new-tab" ,
123
- image : "chrome://global/skin/icons/add .svg" ,
123
+ image : "chrome://global/skin/icons/plus .svg" ,
124
124
type : kInputTypes . BUTTON ,
125
125
callback : ( ) => execCommand ( "cmd_newNavigatorTabNoEvent" ) ,
126
126
} ,
Original file line number Diff line number Diff line change @@ -118,10 +118,6 @@ browser/chrome/browser/skin/classic/browser/customize.svg
118
118
browser/features/
[email protected] /icons/lightbulb.svg
119
119
chrome/toolkit/skin/classic/global/icons/lightbulb.svg
120
120
121
- # Bug 1700124 - De-duplicate browser/themes/shared icons
122
- browser/chrome/browser/content/activity-stream/data/content/assets/glyph-add-16.svg
123
- browser/chrome/browser/skin/classic/browser/zoom-in.svg
124
-
125
121
# Bug 1710546 - Bundle Firefox extension as a builtin addon Nighly only
126
122
# We plan to remove this duplicity after Firefox Translations become pref'd on
127
123
browser/chrome/browser/builtin-addons/translations/wasm/cld-worker.js.mem
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ moz-input-box > menupopup .context-menu-add-engine > .menu-iconic-left {
259
259
min-height : 24px ;
260
260
height : 24px ;
261
261
color : inherit;
262
- list-style-image : url ("chrome://global/skin/icons/add .svg" );
262
+ list-style-image : url ("chrome://global/skin/icons/plus .svg" );
263
263
}
264
264
265
265
# editBMPanel_newFolderButton : hover {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 185
185
skin/classic/browser/tab.svg (../shared/icons/tab.svg)
186
186
skin/classic/browser/whatsnew.svg (../shared/icons/whatsnew.svg)
187
187
skin/classic/browser/window.svg (../shared/icons/window.svg)
188
- skin/classic/browser/zoom-in.svg (../shared/icons/zoom-in.svg)
189
188
skin/classic/browser/zoom-out.svg (../shared/icons/zoom-out.svg)
190
189
skin/classic/browser/ion.svg (../shared/icons/ion.svg)
191
190
Original file line number Diff line number Diff line change 690
690
691
691
# tabs-newtab-button ,
692
692
# TabsToolbar # new-tab-button {
693
- list-style-image : url (chrome://global/skin/icons/add .svg);
693
+ list-style-image : url (chrome://global/skin/icons/plus .svg);
694
694
}
695
695
696
696
/* All tabs button and menupopup */
Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ toolbar[brighttext]:-moz-lwtheme {
335
335
}
336
336
337
337
# zoom-in-button {
338
- list-style-image : url ("chrome://browser /skin/zoom-in .svg" );
338
+ list-style-image : url ("chrome://global /skin/icons/plus .svg" );
339
339
}
340
340
341
341
# zoom-in-button > .toolbarbutton-icon {
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ td.cell-value > form > input[type="number"] {
228
228
}
229
229
230
230
.button-add {
231
- background-image : url ("chrome://global/skin/icons/add .svg" );
231
+ background-image : url ("chrome://global/skin/icons/plus .svg" );
232
232
}
233
233
234
234
.button-save {
File renamed without changes.
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ toolkit.jar:
30
30
skin/classic/global/numberinput.css (../../shared/numberinput.css)
31
31
skin/classic/global/in-content/info-pages.css (../../shared/in-content/info-pages.css)
32
32
skin/classic/global/in-content/toggle-button.css (../../shared/in-content/toggle-button.css)
33
- skin/classic/global/icons/add.svg (../../shared/icons/add.svg)
34
33
skin/classic/global/icons/arrow-left.svg (../../shared/icons/arrow-left.svg)
35
34
skin/classic/global/icons/arrow-right.svg (../../shared/icons/arrow-right.svg)
36
35
skin/classic/global/icons/autoscroll.svg (../../shared/icons/autoscroll.svg)
@@ -63,6 +62,7 @@ toolkit.jar:
63
62
skin/classic/global/icons/performance.svg (../../shared/icons/performance.svg)
64
63
skin/classic/global/icons/plugin.svg (../../shared/icons/plugin.svg)
65
64
skin/classic/global/icons/plugin-blocked.svg (../../shared/icons/plugin-blocked.svg)
65
+ skin/classic/global/icons/plus.svg (../../shared/icons/plus.svg)
66
66
skin/classic/global/icons/pocket.svg (../../shared/icons/pocket.svg)
67
67
skin/classic/global/icons/print.svg (../../shared/icons/print.svg)
68
68
skin/classic/global/icons/undo.svg (../../shared/icons/undo.svg)
You can’t perform that action at this time.
0 commit comments