aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2025-08-29 19:33:13 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2025-08-29 19:33:13 +0530
commitf37a466342fa172006eaa27345b4fc790b051762 (patch)
tree3ca46180a480d4f2a559754b37d0fafe365654e4
parent21d1e9f85f12f2aab3b7ab939276a5212969ce9e (diff)
cleaned up userChrome.css
-rw-r--r--userChrome.css61
1 files changed, 1 insertions, 60 deletions
diff --git a/userChrome.css b/userChrome.css
index 9b5c162..0fe4b73 100644
--- a/userChrome.css
+++ b/userChrome.css
@@ -1,62 +1,3 @@
-#back-button, #forward-button, #PanelUI-menu-button {
+#back-button, #forward-button, #PanelUI-menu-button, #unified-extensions-button {
display: none !important;
}
-
-menubar, nav-bar, #TabsToolbar > * {
- /*background-color:*/ /*#E9AFED*/ /*#CC02DB*/ /*#9d4ab5*/ /*#C678DD*/ /*#982cb8*/ /*#7b00a3*/ /*#AB47BC !important;*/
- background: linear-gradient(90deg, rgba(198,120,221,1) 28%, rgba(251,111,146,1) 74%, rgba(171,71,188,1) 97%);
-}
-
-/*
-toolbar > * {
- background-color: #22252c !important;
-}
-*/
-
-/*
-.tab-background[selected="true"] {
- background: #1b1d24 !important;
-}
-*/
-
-/*
-#urlbar-background {
- background-color: #14161b !important;
-}
-*/
-
-/*
-#nav-bar toolbarspring {
- min-width: 25px !important;
- max-width: 35px !important;
-}
-*/
-
-/* cuz mozilla be stupid sometimes */
-/*
-#unified-extensions-view {
- --uei-icon-size: 16px;
-}
-*/
-
-/*
-.unified-extensions-item-menu-button.subviewbutton {
- padding: 2px !important;
-}
-.unified-extensions-item-message-deck {
- display: none;
-}
-#unified-extensions-view > vbox > vbox > .unified-extensions-item {
- padding-block: 0px !important;
-}
-.unified-extensions-item-menu-button {
- margin-inline-end: 0 !important;
-}
-.unified-extensions-list .unified-extensions-item-menu-button {
- margin-inline-end: 8px !important;
-}
-*/
-
-#unified-extensions-button {
- display: none;
-}