Skip to content

Commit

Permalink
change context menu navigation icons to match with the overall theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanvir1337x committed Jul 16, 2024
1 parent bc13872 commit d1e5c68
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 2 deletions.
1 change: 1 addition & 0 deletions chrome/icons/bookmarks-fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion chrome/icons/bookmarks.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions chrome/icons/close.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions chrome/menu/contextmenu.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,32 @@ menupopup > menuseparator {
menupopup menuseparator {
display: none;
}

/* Navigation Icons */
#context-back {
list-style-image: url("../icons/back.svg") !important;
}

#context-back {
list-style-image: url("../icons/back.svg") !important;
}

#context-forward {
list-style-image: url("../icons/forward.svg") !important;
}

#context-reload {
list-style-image: url("../icons/reload.svg") !important;
}

#context-stop {
list-style-image: url("../icons/close.svg") !important;
}

#context-bookmarkpage {
list-style-image: url("../icons/bookmarks.svg") !important;
}

#contentAreaContextMenu #context-bookmarkpage[starred] {
list-style-image: url("../icons/bookmarks-fill.svg") !important;
}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ My tailor-fitted, highly customized, and advanced [Firefox](https://www.mozilla.
- Global font family and size
- Other various fixes and tweaks
- Custom addons configuration
- Various Context menu tweaks (e.g no separators, compact, custom colors, rounded borders)
- Various Context menu tweaks (e.g no separators, compact, custom colors & icons, rounded borders)
- Userscripts
- Userstyles
- Custom theme
Expand Down

0 comments on commit d1e5c68

Please sign in to comment.