Skip to content

Commit c03f4ac

Browse files
authored
Merge pull request #12 from vipgio/add-missing-icons
Added some missing icons
2 parents 6afb503 + 5879917 commit c03f4ac

File tree

6 files changed

+27
-0
lines changed

6 files changed

+27
-0
lines changed

userChrome/chrome/icons/debugging.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

userChrome/chrome/icons/icons.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@ and 11 so applied to both) */
168168
list-style-image: url("search-page.svg") !important;
169169
}
170170

171+
#appMenu-translate-button {
172+
list-style-image: url("translate.svg") !important;
173+
}
174+
171175
#open-file-button {
172176
list-style-image: url("open.svg") !important;
173177
}
@@ -247,6 +251,22 @@ and 11 so applied to both) */
247251
list-style-image: url("window.svg") !important;
248252
}
249253

254+
.subviewbutton[label="Eyedropper"] {
255+
list-style-image: url("eyedropper.svg") !important;
256+
}
257+
258+
.subviewbutton[label="Responsive Design Mode"] {
259+
list-style-image: url("responsive.svg") !important;
260+
}
261+
262+
.subviewbutton[label="Remote Debugging"] {
263+
list-style-image: url("debugging.svg") !important;
264+
}
265+
266+
.subviewbutton[label="Browser Toolbox"] {
267+
list-style-image: url("toolbox.svg") !important;
268+
}
269+
250270
#restore-button,
251271
#fullscreen-button,
252272
#appMenu-fullscreen-button2 {
Lines changed: 1 addition & 0 deletions
Loading

userChrome/chrome/icons/toolbox.svg

Lines changed: 1 addition & 0 deletions
Loading

userChrome/chrome/icons/translate.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)