Advertisement
Guest User

Untitled

a guest
Nov 18th, 2022
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. /** Import Lepton stylesheet (Chrome) *****************************************/
  2. @import url("css/leptonChrome.css");
  3.  
  4.  
  5. /** Add your custom styles below **********************************************/
  6.  
  7.  
  8. /* Move Find Bar above the page */
  9. .browserContainer > findbar {
  10. -moz-box-ordinal-group: 0;
  11. }
  12. /* Remove zoom reset */
  13. #urlbar-zoom-button {display:none!important}
  14.  
  15. /* Remove context menu entries */
  16. #context-savepage, #context-pocket, #context-selectall, #context-sendimage, #context-setDesktopBackground, #context-viewsource, #context-savelinktopocket, #context-bookmarklink, #context-inspect-a11y, #context-print-selection {
  17. display: none !important
  18. }
  19.  
  20. #context-take-screenshot {
  21. -moz-box-ordinal-group: 10 !important;
  22. }
  23.  
  24. /* Enable option to edit bookmark URLs under Add Bookmark (blue star) menu */
  25. /*
  26. * #editBMPanel_locationRow {
  27. * visibility: visible !important;
  28. * }
  29. */
  30.  
  31. /* Disable Email Image/Audio/Video and Set as Desktop Background context menu items */
  32. /*
  33. * #context-sendimage,
  34. * #context-sendvideo,
  35. * #context-sendaudio,
  36. * #context-setDesktopBackground {
  37. * display: none !important;
  38. * }
  39. */
  40.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement