-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathuserChrome.css
More file actions
75 lines (62 loc) · 1.28 KB
/
userChrome.css
File metadata and controls
75 lines (62 loc) · 1.28 KB
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
*,
*::before,
*::after {
border-radius: 0 !important;
font-family:
"JetBrainsMono NFM SemiBold", "Noto Sans CJK JP SemiBold", monospace;
}
:root {
--toolbar-bgcolor: #000000 !important;
--lwt-accent-color: #000000 !important;
--tabpanel-background-color: #000000 !important;
--arrowpanel-background: #000000 !important;
}
/* Üst toolbar */
#navigator-toolbox {
background-color: #000000 !important;
}
/* Sekme çubuğu */
#TabsToolbar {
background-color: #000000 !important;
}
/* Aktif sekme */
.tabbrowser-tab[selected="true"] .tab-background {
background-color: #000000 !important;
}
/* Pasif sekmeler */
.tabbrowser-tab .tab-background {
background-color: #000000 !important;
}
/* URL bar */
#urlbar-background {
background-color: #000000 !important;
}
/* Açılır paneller */
.panel-subview-body,
.panel-viewstack,
.panel-viewcontainer,
#appMenu-popup {
background-color: #000000 !important;
}
#navigator-toolbox {
display: flex !important;
flex-direction: column !important;
}
#TabsToolbar {
order: 2 !important;
}
#nav-bar {
order: 1 !important;
}
#titlebar {
order: 0 !important;
}
#TabsToolbar {
position: fixed !important;
bottom: 0 !important;
width: 100vw !important;
z-index: 100 !important;
}
#browser {
margin-bottom: 40px !important;
}