summaryrefslogtreecommitdiff
path: root/firefox/chrome
diff options
context:
space:
mode:
authornoa2024-09-07 08:03:52 +0000
committernoa2024-09-07 08:03:52 +0000
commitb9a1cbafda2aaed36c8eca4f7b68aae583918561 (patch)
tree4a0ff7b1abcdfa8f0b94c44485e32d84cdffa1b5 /firefox/chrome
parent4d75f09ba0f3547ec451e2d3b72422d0822c0b6b (diff)
Add configurations to fossil repo
Diffstat (limited to 'firefox/chrome')
-rw-r--r--firefox/chrome/userChrome.css44
1 files changed, 44 insertions, 0 deletions
diff --git a/firefox/chrome/userChrome.css b/firefox/chrome/userChrome.css
new file mode 100644
index 0000000..8674958
--- /dev/null
+++ b/firefox/chrome/userChrome.css
@@ -0,0 +1,44 @@
+#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;
+}