mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-15 15:20:33 -08:00
Fix: Icons - Set spell check & show all tab icon, checkbox menu comments
This commit is contained in:
parent
2e6532887b
commit
05295e8815
4 changed files with 28 additions and 1 deletions
|
|
@ -6668,6 +6668,7 @@
|
|||
|
||||
#spell-check-enabled {
|
||||
/* checkbox */
|
||||
--menuitem-image: url("../icons/text-proofing-tools.svg");
|
||||
}
|
||||
|
||||
#spell-add-dictionaries-main {
|
||||
|
|
@ -6905,6 +6906,10 @@
|
|||
/* checkbox */
|
||||
}
|
||||
|
||||
.downloadAlwaysOpenSimilarFilesMenuItem {
|
||||
/* checkbox */
|
||||
}
|
||||
|
||||
.downloadShowMenuItem {
|
||||
--menuitem-image: url("chrome://global/skin/icons/folder.svg");
|
||||
}
|
||||
|
|
@ -7162,6 +7167,10 @@
|
|||
--menuitem-image: url("chrome://browser/skin/import.svg");
|
||||
}
|
||||
|
||||
#goOfflineMenuitem {
|
||||
/* checkbox */
|
||||
}
|
||||
|
||||
#menu_FileQuitItem {
|
||||
--menuitem-image: url("../icons/quit.svg");
|
||||
}
|
||||
|
|
@ -7226,6 +7235,7 @@
|
|||
}
|
||||
|
||||
#fullScreenItem {
|
||||
/* checkbox */
|
||||
--menuitem-image: url("chrome://browser/skin/fullscreen.svg");
|
||||
}
|
||||
|
||||
|
|
@ -7233,6 +7243,10 @@
|
|||
--menuitem-image: url("chrome://browser/skin/reader-mode.svg");
|
||||
}
|
||||
|
||||
#menu_showAllTabs {
|
||||
--menuitem-image: url("../icons/tab.svg");
|
||||
}
|
||||
|
||||
#documentDirection-swap {
|
||||
--menuitem-image: url("../icons/text-direction-horizontal-ltr.svg");
|
||||
}
|
||||
|
|
@ -7335,6 +7349,7 @@
|
|||
|
||||
/* menuWebDeveloperPopup sub menu */
|
||||
#menu_devToolbox {
|
||||
/* checkbox */
|
||||
--menuitem-image: url("../icons/developer.svg");
|
||||
}
|
||||
|
||||
|
|
@ -7359,10 +7374,12 @@
|
|||
}
|
||||
|
||||
#menu_responsiveUI {
|
||||
/* checkbox */
|
||||
--menuitem-image: url("../icons/command-responsivemode.svg");
|
||||
}
|
||||
|
||||
#menu_eyedropper {
|
||||
/* checkbox */
|
||||
--menuitem-image: url("chrome://devtools/skin/images/command-eyedropper.svg");
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@
|
|||
}
|
||||
|
||||
#goOfflineMenuitem {
|
||||
/* checkbox */
|
||||
}
|
||||
#menu_FileQuitItem {
|
||||
--menuitem-image: url("../icons/quit.svg");
|
||||
|
|
@ -110,12 +111,14 @@
|
|||
}
|
||||
|
||||
#fullScreenItem {
|
||||
/* checkbox */
|
||||
--menuitem-image: url("chrome://browser/skin/fullscreen.svg");
|
||||
}
|
||||
#menu_readerModeItem {
|
||||
--menuitem-image: url("chrome://browser/skin/reader-mode.svg");
|
||||
}
|
||||
#menu_showAllTabs {
|
||||
--menuitem-image: url("../icons/tab.svg");
|
||||
}
|
||||
|
||||
#documentDirection-swap {
|
||||
|
|
@ -211,7 +214,7 @@
|
|||
}
|
||||
|
||||
#webDeveloperMenu, /* Legacy */
|
||||
#browserToolsMenu {
|
||||
#browserToolsMenu {
|
||||
--menuitem-image: url("../icons/developer.svg");
|
||||
}
|
||||
#menu_pageInfo {
|
||||
|
|
@ -222,6 +225,7 @@
|
|||
#enableDeveloperTools {
|
||||
}
|
||||
#menu_devToolbox {
|
||||
/* checkbox */
|
||||
--menuitem-image: url("../icons/developer.svg");
|
||||
}
|
||||
#menu_taskManager {
|
||||
|
|
@ -240,9 +244,11 @@
|
|||
--menuitem-image: url("chrome://devtools/skin/images/command-console.svg");
|
||||
}
|
||||
#menu_responsiveUI {
|
||||
/* checkbox */
|
||||
--menuitem-image: url("../icons/command-responsivemode.svg");
|
||||
}
|
||||
#menu_eyedropper {
|
||||
/* checkbox */
|
||||
--menuitem-image: url("chrome://devtools/skin/images/command-eyedropper.svg");
|
||||
}
|
||||
#menu_pageSource {
|
||||
|
|
|
|||
|
|
@ -209,6 +209,7 @@
|
|||
|
||||
#spell-check-enabled {
|
||||
/* checkbox */
|
||||
--menuitem-image: url("../icons/text-proofing-tools.svg");
|
||||
}
|
||||
#spell-add-dictionaries-main {
|
||||
--menuitem-image: url("../icons/book-add.svg");
|
||||
|
|
|
|||
|
|
@ -74,6 +74,9 @@
|
|||
.downloadAlwaysUseSystemDefaultMenuItem {
|
||||
/* checkbox */
|
||||
}
|
||||
.downloadAlwaysOpenSimilarFilesMenuItem {
|
||||
/* checkbox */
|
||||
}
|
||||
.downloadShowMenuItem {
|
||||
--menuitem-image: url("chrome://global/skin/icons/folder.svg");
|
||||
@include Option("userChrome.icon.library") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue