summaryrefslogtreecommitdiff
path: root/.mozilla/firefox/bu3i5mo7.default-release/chrome/userContent.css
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2020-11-07 03:38:36 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2020-11-07 03:38:36 -0500
commit4de5be37dde45fa4b83056919834439c6fb734d4 (patch)
tree590b9d432ceee3d32126780e3b9be1318a149088 /.mozilla/firefox/bu3i5mo7.default-release/chrome/userContent.css
parent5bc5d38a6f3b6a492690d68e46d99d855bc687e0 (diff)
Add firefox slick theme
Diffstat (limited to '.mozilla/firefox/bu3i5mo7.default-release/chrome/userContent.css')
-rw-r--r--.mozilla/firefox/bu3i5mo7.default-release/chrome/userContent.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/.mozilla/firefox/bu3i5mo7.default-release/chrome/userContent.css b/.mozilla/firefox/bu3i5mo7.default-release/chrome/userContent.css
new file mode 100644
index 0000000..826998d
--- /dev/null
+++ b/.mozilla/firefox/bu3i5mo7.default-release/chrome/userContent.css
@@ -0,0 +1,23 @@
+@import url("userChrome.css");
+
+/* Removes white loading page */
+@-moz-document url(about:blank), url(about:newtab), url(about:home) {
+ html:not(#ublock0-epicker), html:not(#ublock0-epicker) body, #newtab-customize-overlay {
+ background: var(--mff-bg) !important;
+ }
+ }
+
+
+ /* Hide scrollbar */
+
+ :root{
+ scrollbar-width: none !important;
+ }
+
+
+ @-moz-document url(about:privatebrowsing) {
+
+ :root{
+ scrollbar-width: none !important;
+ }
+ } \ No newline at end of file