Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @namespace html url(http://www.w3.org/1999/xhtml);
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
- /*==== Remove Send Page to Device, Send Link to Device ect, Save page to Pocket ====*/
- #context-sendpagetodevice, #context-sep-sendpagetodevice,
- #context-sendlinktodevice, #context-sep-sendlinktodevice,
- #context_sendTabToDevice, #context_sendTabToDevice_separator,
- #context-pocket {
- display: none !important;
- }
- /*---------------------------------------------------------------------------------------------------------------------------*/
- /*==== Context menu items and icons instead of just huge icons ====*/
- #context-sep-navigation,
- :-moz-any(#context-back,#context-forward,#context-reload,#context-stop,#context-bookmarkpage) .menu-iconic-highlightable-text {
- display: none !important;
- }
- #context-navigation{
- -moz-box-orient: vertical !important;
- -moz-appearance:none !important;
- background:unset !important;
- }
- :-moz-any(#context-back,#context-forward,#context-reload,#context-stop,#context-bookmarkpage) image {
- width: 16px !important;
- height: 16px !important;
- margin-top: unset !important;
- margin-bottom: unset !important;
- padding-top: unset !important;
- padding-bottom: unset !important;
- -moz-margin-start: 4px !important;
- -moz-margin-end: 12px !important;
- }
- @media (min-resolution: 120dpi) {
- :-moz-any(#context-back,#context-forward,#context-reload,#context-stop,#context-bookmarkpage) image {
- -moz-margin-end: 8px !important;
- }
- }
- :-moz-any(#context-back,#context-forward,#context-reload,#context-stop,#context-bookmarkpage) {
- -moz-appearance: menuitem !important;
- min-height: unset !important;
- }
- :-moz-any(#context-back,#context-forward,#context-reload,#context-stop,#context-bookmarkpage):after {
- content: attr(aria-label) !important;
- display: block !important;
- visibility: visible !important;
- }
- #context-navigation > .menuitem-iconic{
- -moz-box-pack: start !important;
- }
- /* fix for German locale */
- #context-bookmarkpage[aria-label*="Lesezeichen"] {
- -moz-padding-end: 10px !important;
- }
- :-moz-any(#context-back,#context-forward,#context-reload,#context-stop,#context-bookmarkpage) image {
- -moz-margin-start: 0px !important;
- -moz-margin-end: 2px !important;
- }
- :-moz-any(#context-back,#context-forward,#context-reload,#context-stop,#context-bookmarkpage) image {
- opacity: 0 !important;
- }
- /*---------------------------------------------------------------------------------------------------------------------------*/
- /* reduce text font size in location/search bar (to what is was on Win7)*/
- #main-window[uidensity="compact"] :-moz-any(.searchbar-textbox, #urlbar) {
- font-size: 12px !important;
- }
- /* hide page action button (three dots) */
- #pageActionButton {
- display: none !important;
- }
- /*---------------------------------------------------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment