-
Notifications
You must be signed in to change notification settings - Fork 1
/
userContent.css
92 lines (72 loc) · 1.63 KB
/
userContent.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
/* =============================== */
/* START OF SIDEBERY MINIMAL STYLE */
/* =============================== */
/* Based on https://github.com/ongots/firefox-sidebery-minimal-style */
* {
scrollbar-width: thin;
scrollbar-color: #80808060 transparent !important
}
/* Newtab */
@-moz-document url("about:home"),
url("about:newtab") {
body {
background-color: #fafafa !important;
background-size: 30px 30px
}
@media (prefers-color-scheme: dark),
(prefers-color-scheme: no-preference) {
body {
background-color: #0f0f0f !important;
}
}
.prefs-button {
display: none
}
}
/* Addons */
button.category:nth-child(1),
#help-button,
#helpButton,
.addon-badge-recommended,
.addon-description,
.back-button,
.header-name,
.list-section-heading,
.search-label,
#sidebar::after,
.navigation::after {
display: none !important
}
:root {
--addon-icon-size: 26px !important;
--card-padding: 14px !important;
--in-content-box-border-color: #333 !important
}
.addon.card {
margin-bottom: 5px !important
}
.addon-name {
font-weight: 400 !important
}
.addon-name-container {
margin-top: 0 !important
}
.main-search {
margin: -15px 0 -41px -364px !important
}
.page-options-menu,
#updates-message {
margin: -22px 0 -10px 0 !important
}
.sticky-container {
position: static !important
}
.more-options-button {
background-color: transparent !important
}
.more-options-button:hover {
background-color: #80808040 !important
}
/* ============================= */
/* END OF SIDEBERY MINIMAL STYLE */
/* ============================= */