-
Notifications
You must be signed in to change notification settings - Fork 31
/
userChrome.css
45 lines (36 loc) · 2.82 KB
/
userChrome.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/*AGENT_SHEET*/
/************************************/
/****** simpleMenuWizard START ******/
/**********************************************
Modify these files themselves to your needs.
Do not modify the following @import block.
**********************************************/
/*** When right-clicking on... ***/
@import url("./simpleMenuWizard/blank-context.css"); /* ...a blank area on a webpage */
@import url("./simpleMenuWizard/frame-context.css"); /* ...an iframe */
@import url("./simpleMenuWizard/image-context.css"); /* ...an image */
@import url("./simpleMenuWizard/input-context.css"); /* ...an input-field */
@import url("./simpleMenuWizard/link-context.css"); /* ...a link */
@import url("./simpleMenuWizard/main-hamburger.css"); /* Leftclick on the hamburger menu on top right */
@import url("./simpleMenuWizard/media-context.css"); /* ...media like audio or html5 video */
@import url("./simpleMenuWizard/main-menubar.css"); /* Leftclick on the main menubar (open with ALT key) */
@import url("./simpleMenuWizard/newtab-containers.css"); /* ...the plus sign to open a new tab or container */
@import url("./simpleMenuWizard/select-context.css"); /* ...selected text or selected object */
@import url("./simpleMenuWizard/sidebar-context.css"); /* ...items in bookmarks- or history sidebar */
@import url("./simpleMenuWizard/sidebar-header.css"); /* Leftclick on the sidebar header */
@import url("./simpleMenuWizard/source-context.css"); /* ...a blank area when viewing source code */
@import url("./simpleMenuWizard/tab-context.css"); /* ...a tab */
@import url("./simpleMenuWizard/toolbar-context.css"); /* ...the toolbar or tabbar */
@import url("./simpleMenuWizard/urlbar-context.css"); /* ...the addressbar */
/*** Options ***/
/**********************************************************
How to activate or deactivate the following options:
Remove '/*' at the beginning of a line (not comment line) to activate the option
Add '/*' at the beginning of the line (not comment line) to deactivate the option
**********************************************************/
/*** Hide all "Send <item> to Device" entries ***/
/* @import url("./simpleMenuWizard/opt_noSendToDevice.css");
/*** Hide all inactive menu items ***/
/* #mainPopupSet menuitem[disabled="true"][id][data-l10n-id] { display: none !important; }
/****** simpleMenuWizard END ******/
/**********************************/