mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-01 13:10:40 -08:00
Add: Panel - More tools
This commit is contained in:
parent
ad6061ebb2
commit
83dfdb21ea
1 changed files with 36 additions and 0 deletions
|
|
@ -378,4 +378,40 @@
|
|||
#PanelUI-historyMore {
|
||||
list-style-image: url(chrome://browser/skin/history.svg);
|
||||
}
|
||||
|
||||
/* Panel - More tools */
|
||||
#appmenu-moreTools-button {
|
||||
list-style-image: url(chrome://browser/skin/customize.svg);
|
||||
}
|
||||
|
||||
#appmenu-developer-tools-view .subviewbutton:nth-child(1) { /* Web Developer Tools */
|
||||
list-style-image: url(chrome://browser/skin/developer.svg);
|
||||
}
|
||||
#appmenu-developer-tools-view .subviewbutton:nth-child(2) { /* Task Manager */
|
||||
list-style-image: url(chrome://global/skin/icons/performance.svg);
|
||||
}
|
||||
#appmenu-developer-tools-view .subviewbutton:nth-child(3) { /* Remote Debugging - Edge bug.svg */
|
||||
list-style-image: url(./icons/bug.svg);
|
||||
}
|
||||
#appmenu-developer-tools-view .subviewbutton:nth-child(4) { /* Browser Toolbox - Edge webdeveloper.svg */
|
||||
list-style-image: url(./icons/webdeveloper.svg);
|
||||
}
|
||||
#appmenu-developer-tools-view .subviewbutton:nth-child(5) { /* Browser Content Toolbaox - */
|
||||
list-style-image: url(chrome://devtools/skin/images/command-frames.svg);
|
||||
}
|
||||
#appmenu-developer-tools-view .subviewbutton:nth-child(6) { /* Browser Console */
|
||||
list-style-image: url(chrome://devtools/skin/images/command-console.svg);
|
||||
}
|
||||
#appmenu-developer-tools-view .subviewbutton:nth-child(7) { /* Responsive Design Mode */
|
||||
list-style-image: url(chrome://devtools/skin/images/command-responsivemode.svg);
|
||||
}
|
||||
#appmenu-developer-tools-view .subviewbutton:nth-child(8) { /* Eyedropper */
|
||||
list-style-image: url(chrome://devtools/skin/images/command-eyedropper.svg);
|
||||
}
|
||||
#appmenu-developer-tools-view .subviewbutton:nth-child(9) { /* Page Source - Edge file-search.svg */
|
||||
list-style-image: url(./icons/search-file.svg);
|
||||
}
|
||||
#appmenu-developer-tools-view .subviewbutton:nth-child(10) { /* Extensions for Devel */
|
||||
list-style-image: url(chrome://devtools/skin/images/debugging-addons.svg);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue