Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
80 lines (71 loc) · 2.46 KB

File metadata and controls

80 lines (71 loc) · 2.46 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
#https-everywhere-button {
-moz-binding: url("chrome://https-everywhere/content/toolbar_button_binding.xml#https-everywhere-binding");
}
#https-everywhere-button > .https-everywhere-button {
list-style-image: url("chrome://https-everywhere/skin/https-everywhere-24.png");
}
toolbar[iconsize="small"] #https-everywhere-button > .https-everywhere-button {
list-style-image: url("chrome://https-everywhere/skin/https-everywhere-16.png");
}
toolbar #https-everywhere-button,
toolbar #https-everywhere-button > .https-everywhere-button {
-moz-box-orient: horizontal;
}
/* Use CSS attribute selector for changing icon */
#https-everywhere-button[http_nowhere="true"] > .https-everywhere-button {
list-style-image: url("chrome://https-everywhere/skin/https-everywhere-24-red.png");
}
#https-everywhere-button[status="disabled"] > .https-everywhere-button {
list-style-image: url("chrome://https-everywhere/skin/https-everywhere-24-gray.png");
}
toolbar[iconsize="small"] #https-everywhere-button[http_nowhere="true"] > .https-everywhere-button {
list-style-image: url("chrome://https-everywhere/skin/https-everywhere-16-red.png");
}
toolbar[iconsize="small"] #https-everywhere-button[status="disabled"] > .https-everywhere-button {
list-style-image: url("chrome://https-everywhere/skin/https-everywhere-16-gray.png");
}
/* ruleset counter */
#rscounter {
margin: 3px -12px 0 -8px;
display: block;
-moz-box-sizing: border-box;
}
/* increase negative margins in the palette and panel so the button isn't too wide. */
#wrapper-https-everywhere-button[place="palette"] > #https-everywhere-button > #rscounter,
#https-everywhere-button[cui-areatype="menu-panel"] > #rscounter {
margin: 3px -16px 0 -8px;
}
/* rulesets applied label */
#rsapplied {
-moz-box-sizing: border-box;
font-size: 12px;
color: #000;
background-color: #FFF;
border-width: 1px;
border-style: solid;
padding: 1px 1px 1px 1px;
visibility: hidden;
}
#https-everywhere-button:not([rulesetsApplied="0"]) #rsapplied {
visibility: visible;
}
#https-everywhere-button menuitem.active-item label {
color: #1e6419;
font-weight: bold;
}
#https-everywhere-button menuitem.moot-item label {
color: #1e6419;
opacity: 0.75;
font-weight: bold;
}
#https-everywhere-button menuitem.breaking-item label {
color: #b99999;
font-weight: bold;
}
#https-everywhere-button menuitem.inactive-item label {
color: #999999;
font-weight: bold;
}
#https-everywhere-button menuitem.birthday label {
font-weight: bold;
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.