diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-19 12:09:46 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-19 12:09:46 -0300 |
commit | e83be32ab336ae049e964f22ad4ead090ba01cde (patch) | |
tree | e58ead42832f708eb036fe45b579d529105c09ae /chrome/tridactyl | |
parent | 395058823101437cd5ae4d14ffa80d297be4fd0e (diff) | |
download | firefoxer-e83be32ab336ae049e964f22ad4ead090ba01cde.tar.gz firefoxer-e83be32ab336ae049e964f22ad4ead090ba01cde.tar.bz2 |
Feat: manage user.js
Diffstat (limited to 'chrome/tridactyl')
-rw-r--r-- | chrome/tridactyl/main.css | 30 |
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; -} |