-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
userChrome.css
59 lines (47 loc) · 892 Bytes
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
/* Title bar */
.titlebar-buttonbox {
display: none !important;
}
.titlebar-spacer {
display: none !important;
}
/* Tab bar */
#navigator-toolbox {
border: 0px !important;
}
#TabsToolbar {
margin-left: 20vw !important;
}
/* Nav bar*/
#nav-bar {
background: transparent !important;
margin-right: 80vw !important;
margin-top: -36px !important;
}
/* URL bar */
#back-button {
display: none !important;
}
#forward-button {
display: none !important;
}
#tracking-protection-icon-container {
display: none !important;
}
#urlbar-container {
width: auto !important;
}
#urlbar {
background: transparent !important;
border: none !important;
box-shadow: none !important;
}
#urlbar[breakout-extend] {
width: 100vw !important;
}
#page-action-buttons {
display: none !important;
}
#PanelUI-button {
display: none !important;
}