summaryrefslogtreecommitdiff
path: root/.mozilla/firefox/bu3i5mo7.default-release/chrome/userContent.css
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2021-05-01 11:12:23 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2021-05-01 11:12:23 -0400
commit16436494f6b7fff2eae8418746af01ee52f7565d (patch)
tree665608c8d4e858d757502e3795db3ef7821c4869 /.mozilla/firefox/bu3i5mo7.default-release/chrome/userContent.css
parent9ed9de5006d437e126c5871dc0cf38a02825aabb (diff)
parenta8604b71a10edda8c08b909ce1fb63aca653d77e (diff)
Merge branch 'master' of git://git.chausse.xyz/dotfiles
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, 0 insertions, 23 deletions
diff --git a/.mozilla/firefox/bu3i5mo7.default-release/chrome/userContent.css b/.mozilla/firefox/bu3i5mo7.default-release/chrome/userContent.css
deleted file mode 100644
index 826998d..0000000
--- a/.mozilla/firefox/bu3i5mo7.default-release/chrome/userContent.css
+++ /dev/null
@@ -1,23 +0,0 @@
-@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