diff --git a/icons/import-export.svg b/icons/import-export.svg new file mode 100644 index 0000000..4decdd2 --- /dev/null +++ b/icons/import-export.svg @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/icons/sort.svg b/icons/sort.svg new file mode 100644 index 0000000..e8c10f5 --- /dev/null +++ b/icons/sort.svg @@ -0,0 +1,11 @@ + + + + + + + + + \ No newline at end of file diff --git a/userChrome.css b/userChrome.css index 6301441..c273d9b 100644 --- a/userChrome.css +++ b/userChrome.css @@ -2802,6 +2802,40 @@ list-style-image: url("./icons/bookmarksMenu-open.svg") !important; /* or bookmarksMenu-open2.svg" */ } + /*= Menubar - Icons =========================================*/ + @-moz-document url("chrome://browser/content/places/places.xhtml") + { + @media (-moz-gtk-csd-available) { + #organizeButton, + #viewMenu, + #maintenanceButton, + #back-button, + #forward-button { + fill: currentColor !important; + -moz-context-properties: fill !important; + } + + /* Add */ + #organizeButton { + list-style-image: url("chrome://global/skin/icons/settings.svg") !important; + } + #viewMenu { + list-style-image: url("./icons/sort.svg") !important; + } + #maintenanceButton { + list-style-image: url("./icons/import-export.svg") !important; + } + + /* Replace */ + #back-button { + list-style-image: url("chrome://browser/skin/back.svg") !important; + } + #forward-button { + list-style-image: url("chrome://browser/skin/forward.svg") !important; + } + } + } + /** Panel - Icons ***********************************************************/ /*= Padding ================================================================*/ :root {