Advertisement
Guest User

Restore Firefox 32 context menu labels and remove icons

a guest
Sep 3rd, 2014
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.57 KB | None | 0 0
  1. #context-back image,
  2. #context-forward image,
  3. #context-reload image,
  4. #context-stop image,
  5. #context-bookmarkpage image{
  6.    display:none !important;
  7. }
  8. #context-navigation .menu-iconic-left {
  9.    -moz-margin-start:14px !important; /*adjust this for your OS/theme*/
  10. }
  11. #context-back:after,
  12. #context-forward:after,
  13. #context-reload:after,
  14. #context-stop:after,
  15. #context-bookmarkpage:after{
  16.    content: attr(aria-label) !important;
  17. }
  18. #context-navigation{
  19.    -moz-box-orient: vertical !important;
  20. }
  21. #context-navigation > .menuitem-iconic {
  22.   -moz-box-pack: start !important;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement