summaryrefslogtreecommitdiff
path: root/.mozilla/firefox/xxxxxxxx.fly/chrome
diff options
context:
space:
mode:
Diffstat (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome')
m---------.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks0
-rw-r--r--.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css12
2 files changed, 0 insertions, 12 deletions
diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks
deleted file mode 160000
-Subproject fcec71b08aec8af35f72c71902c4b38f033c2f9
diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css b/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css
deleted file mode 100644
index c0465de8..00000000
--- a/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css
+++ /dev/null
@@ -1,12 +0,0 @@
-@import url(firefox-csshacks/chrome/navbar_tabs_oneliner.css);
-@import url(firefox-csshacks/chrome/urlbar_popup_full_width.css);
-
-/* on my laptop with linux, if only has more tool >> button and application menu hambugger button,
-need 46vw for search bookmarks urls and title shown in one line */
-#navigator-toolbox { --uc-navigationbar-width: 46vw !important; }
-
-/* hide history back and forward-button */
-#back-button, #forward-button { display: none !important; }
-
-/* hide minimize, restore, and close button when in full screen mode */
-#minimize-button, #restore-button, #close-button { display: none !important; }