Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /** Import Lepton stylesheet (Chrome) *****************************************/
- @import url("css/leptonChrome.css");
- /** Add your custom styles below **********************************************/
- /* Move Find Bar above the page */
- .browserContainer > findbar {
- -moz-box-ordinal-group: 0;
- }
- /* Remove zoom reset */
- #urlbar-zoom-button {display:none!important}
- /* Remove context menu entries */
- #context-savepage, #context-pocket, #context-selectall, #context-sendimage, #context-setDesktopBackground, #context-viewsource, #context-savelinktopocket, #context-bookmarklink, #context-inspect-a11y, #context-print-selection {
- display: none !important
- }
- #context-take-screenshot {
- -moz-box-ordinal-group: 10 !important;
- }
- /* Enable option to edit bookmark URLs under Add Bookmark (blue star) menu */
- /*
- * #editBMPanel_locationRow {
- * visibility: visible !important;
- * }
- */
- /* Disable Email Image/Audio/Video and Set as Desktop Background context menu items */
- /*
- * #context-sendimage,
- * #context-sendvideo,
- * #context-sendaudio,
- * #context-setDesktopBackground {
- * display: none !important;
- * }
- */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement