aboutsummaryrefslogtreecommitdiff
path: root/chrome/tridactyl
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-07-19 12:09:46 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-07-19 12:09:46 -0300
commite83be32ab336ae049e964f22ad4ead090ba01cde (patch)
treee58ead42832f708eb036fe45b579d529105c09ae /chrome/tridactyl
parent395058823101437cd5ae4d14ffa80d297be4fd0e (diff)
downloadfirefoxer-e83be32ab336ae049e964f22ad4ead090ba01cde.tar.gz
firefoxer-e83be32ab336ae049e964f22ad4ead090ba01cde.tar.bz2
Feat: manage user.js
Diffstat (limited to 'chrome/tridactyl')
-rw-r--r--chrome/tridactyl/main.css30
1 files changed, 0 insertions, 30 deletions
diff --git a/chrome/tridactyl/main.css b/chrome/tridactyl/main.css
deleted file mode 100644
index d636594..0000000
--- a/chrome/tridactyl/main.css
+++ /dev/null
@@ -1,30 +0,0 @@
-/**
- * Tridactyl customizations.
- * https://github.com/tridactyl/tridactyl
- */
-
-:root:not([customizing]) #navigator-toolbox:not(:hover):not(:focus-within) #TabsToolbar {
- visibility: collapse;
-}
-
-statuspanel[type="overLink"],
-#statuspanel[type="overLink"] {
- display: none !important;
-}
-
-#TabsToolbar {
- visibility: collapse;
-}
-
-#navigator-toolbox:not(:hover):not(:focus-within) #toolbar-menubar > * {
- background-color: rgb(232, 232, 231);
-}
-
-#main-window[sizemode="maximized"] #content-deck {
- padding-top: 8px;
-}
-
-#statuspanel {
- right: 0;
- display: inline;
-}