-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathuserChrome.css
More file actions
30 lines (22 loc) · 885 Bytes
/
Copy pathuserChrome.css
File metadata and controls
30 lines (22 loc) · 885 Bytes
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
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
/* hide tracking protection icon */
#tracking-protection-icon-container {
display: none;
}
.bookmark-item[container] {
list-style-image: url("chrome://global/skin/dirListing/folder.png") !important;
}
/* hide 'overlink' messages */
#statuspanel[type="overLink"] {opacity: 0 !important;}
/* hide all status messages */
#statuspanel {opacity: 0 !important;}
/* hide bookmark star icon in address bar */
#star-button-box {display: none !important;}
/* hide allTabs icon */
#alltabs-button {
display: none !important;
}
/* Tab: selected colors */
#tabbrowser-tabs .tabbrowser-tab[selected] .tab-content { background: #1b1a21 !important; }
/* Tab: hovered colors */
#tabbrowser-tabs .tabbrowser-tab:hover:not([selected]) .tab-content { background: #1b1a21 !important; }