summary refs log tree commit diff
path: root/firefox/chrome
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-06-19 07:44:22 +0000
committernoa@gaiwan.org2024-06-19 07:44:22 +0000
commit3c10944651bc941149ae987ee8a4ea0c88378322 (patch)
tree3073bbe34b39ef127c29ea4ee7a9286a367e0c2b /firefox/chrome
parent2bec8ba46383685c28c55bd7969ee696aa31a528 (diff)
Initial commit
Diffstat (limited to 'firefox/chrome')
-rw-r--r--firefox/chrome/userChrome.css44
1 files changed, 0 insertions, 44 deletions
diff --git a/firefox/chrome/userChrome.css b/firefox/chrome/userChrome.css
deleted file mode 100644
index 8674958..0000000
--- a/firefox/chrome/userChrome.css
+++ /dev/null
@@ -1,44 +0,0 @@
-#TabsToolbar {
-	visibility: collapse !important;
-}
-
-/* ffffe8 */
-
-/*#navigator-toolbox-background {*/
-/*
-#nav-bar {
-	background: #e5e5d0 !important;
-}
-#nav-bar:-moz-window-inactive {
-	background: #ffffe8 !important;
-}
-#urlbar-background {
-	background: inherit !important;
-}
-*/
-
-/*
- * Replace navigation icons with text
- */
-#back-button image,
-#forward-button image,
-#stop-reload-button image {
-	display:none !important;
-}
-#context-navigation .menu-iconic-left{
-	-moz-margin-start:15px !important; /*adjust this for your OS/theme*/
-}
-#back-button:after,
-#forward-button:after,
-#stop-button:after,
-#reload-button:after {
-	content: attr(label) !important;
-	text-decoration: underline !important;
-	color: inherit !important;
-}
-#context-navigation{
-	-moz-box-orient: vertical !important;
-}
-#context-navigation > .menuitem-iconic{
-	-moz-box-pack: start !important;
-}