From 73753837555734d38799559904528db31e4d7473 Mon Sep 17 00:00:00 2001 From: fliegerjohn Date: Sun, 19 Nov 2023 17:37:54 +0100 Subject: [PATCH] Moved files from /chrome to /src/userChrome --- {chrome => src/userChrome}/alt-browser.css | 0 {chrome => src/userChrome}/appMenu.css | 0 {chrome => src/userChrome}/browser.css | 0 {chrome => src/userChrome}/color_variable_template.css | 0 {chrome => src/userChrome}/colors.css | 0 {chrome => src/userChrome}/custom_rules.css | 0 {chrome => src/userChrome}/editBookmarkPanel.css | 0 {chrome => src/userChrome}/findbar.css | 0 {chrome => src/userChrome}/hide_newtab_+_new-tab_buttons.css | 0 {chrome => src/userChrome}/hide_tabs_scrollbuttons.css | 0 {chrome => src/userChrome}/iconized_main_menu.css | 0 {chrome => src/userChrome}/new-tab-button.css | 0 {chrome => src/userChrome}/numbered_tabs.css | 0 {chrome => src/userChrome}/popups.before-ff-108.css | 0 {chrome => src/userChrome}/popups.css | 0 {chrome => src/userChrome}/root.css | 0 {chrome => src/userChrome}/round_ui_items.css | 0 {chrome => src/userChrome}/single_tab_mode.css | 0 .../userChrome}/single_tab_mode_with_space_for_1_item.css | 0 .../userChrome}/single_tab_mode_with_space_for_2_items.css | 0 .../userChrome}/single_tab_mode_with_space_for_3_items.css | 0 {chrome => src/userChrome}/tab_close_button_always_on_hover.css | 0 {chrome => src/userChrome}/tab_counter.css | 0 {chrome => src/userChrome}/tabmenu.css | 0 {chrome => src/userChrome}/tabs_fill_available_width.css | 0 {chrome => src/userChrome}/tabs_larger_min-width.css | 0 {chrome => src/userChrome}/urlbar.css | 0 {chrome => src/userChrome}/userChrome.css | 0 {chrome => src/userChrome}/userContent.css | 0 29 files changed, 0 insertions(+), 0 deletions(-) rename {chrome => src/userChrome}/alt-browser.css (100%) rename {chrome => src/userChrome}/appMenu.css (100%) rename {chrome => src/userChrome}/browser.css (100%) rename {chrome => src/userChrome}/color_variable_template.css (100%) rename {chrome => src/userChrome}/colors.css (100%) rename {chrome => src/userChrome}/custom_rules.css (100%) rename {chrome => src/userChrome}/editBookmarkPanel.css (100%) rename {chrome => src/userChrome}/findbar.css (100%) rename {chrome => src/userChrome}/hide_newtab_+_new-tab_buttons.css (100%) rename {chrome => src/userChrome}/hide_tabs_scrollbuttons.css (100%) rename {chrome => src/userChrome}/iconized_main_menu.css (100%) rename {chrome => src/userChrome}/new-tab-button.css (100%) rename {chrome => src/userChrome}/numbered_tabs.css (100%) rename {chrome => src/userChrome}/popups.before-ff-108.css (100%) rename {chrome => src/userChrome}/popups.css (100%) rename {chrome => src/userChrome}/root.css (100%) rename {chrome => src/userChrome}/round_ui_items.css (100%) rename {chrome => src/userChrome}/single_tab_mode.css (100%) rename {chrome => src/userChrome}/single_tab_mode_with_space_for_1_item.css (100%) rename {chrome => src/userChrome}/single_tab_mode_with_space_for_2_items.css (100%) rename {chrome => src/userChrome}/single_tab_mode_with_space_for_3_items.css (100%) rename {chrome => src/userChrome}/tab_close_button_always_on_hover.css (100%) rename {chrome => src/userChrome}/tab_counter.css (100%) rename {chrome => src/userChrome}/tabmenu.css (100%) rename {chrome => src/userChrome}/tabs_fill_available_width.css (100%) rename {chrome => src/userChrome}/tabs_larger_min-width.css (100%) rename {chrome => src/userChrome}/urlbar.css (100%) rename {chrome => src/userChrome}/userChrome.css (100%) rename {chrome => src/userChrome}/userContent.css (100%) diff --git a/chrome/alt-browser.css b/src/userChrome/alt-browser.css similarity index 100% rename from chrome/alt-browser.css rename to src/userChrome/alt-browser.css diff --git a/chrome/appMenu.css b/src/userChrome/appMenu.css similarity index 100% rename from chrome/appMenu.css rename to src/userChrome/appMenu.css diff --git a/chrome/browser.css b/src/userChrome/browser.css similarity index 100% rename from chrome/browser.css rename to src/userChrome/browser.css diff --git a/chrome/color_variable_template.css b/src/userChrome/color_variable_template.css similarity index 100% rename from chrome/color_variable_template.css rename to src/userChrome/color_variable_template.css diff --git a/chrome/colors.css b/src/userChrome/colors.css similarity index 100% rename from chrome/colors.css rename to src/userChrome/colors.css diff --git a/chrome/custom_rules.css b/src/userChrome/custom_rules.css similarity index 100% rename from chrome/custom_rules.css rename to src/userChrome/custom_rules.css diff --git a/chrome/editBookmarkPanel.css b/src/userChrome/editBookmarkPanel.css similarity index 100% rename from chrome/editBookmarkPanel.css rename to src/userChrome/editBookmarkPanel.css diff --git a/chrome/findbar.css b/src/userChrome/findbar.css similarity index 100% rename from chrome/findbar.css rename to src/userChrome/findbar.css diff --git a/chrome/hide_newtab_+_new-tab_buttons.css b/src/userChrome/hide_newtab_+_new-tab_buttons.css similarity index 100% rename from chrome/hide_newtab_+_new-tab_buttons.css rename to src/userChrome/hide_newtab_+_new-tab_buttons.css diff --git a/chrome/hide_tabs_scrollbuttons.css b/src/userChrome/hide_tabs_scrollbuttons.css similarity index 100% rename from chrome/hide_tabs_scrollbuttons.css rename to src/userChrome/hide_tabs_scrollbuttons.css diff --git a/chrome/iconized_main_menu.css b/src/userChrome/iconized_main_menu.css similarity index 100% rename from chrome/iconized_main_menu.css rename to src/userChrome/iconized_main_menu.css diff --git a/chrome/new-tab-button.css b/src/userChrome/new-tab-button.css similarity index 100% rename from chrome/new-tab-button.css rename to src/userChrome/new-tab-button.css diff --git a/chrome/numbered_tabs.css b/src/userChrome/numbered_tabs.css similarity index 100% rename from chrome/numbered_tabs.css rename to src/userChrome/numbered_tabs.css diff --git a/chrome/popups.before-ff-108.css b/src/userChrome/popups.before-ff-108.css similarity index 100% rename from chrome/popups.before-ff-108.css rename to src/userChrome/popups.before-ff-108.css diff --git a/chrome/popups.css b/src/userChrome/popups.css similarity index 100% rename from chrome/popups.css rename to src/userChrome/popups.css diff --git a/chrome/root.css b/src/userChrome/root.css similarity index 100% rename from chrome/root.css rename to src/userChrome/root.css diff --git a/chrome/round_ui_items.css b/src/userChrome/round_ui_items.css similarity index 100% rename from chrome/round_ui_items.css rename to src/userChrome/round_ui_items.css diff --git a/chrome/single_tab_mode.css b/src/userChrome/single_tab_mode.css similarity index 100% rename from chrome/single_tab_mode.css rename to src/userChrome/single_tab_mode.css diff --git a/chrome/single_tab_mode_with_space_for_1_item.css b/src/userChrome/single_tab_mode_with_space_for_1_item.css similarity index 100% rename from chrome/single_tab_mode_with_space_for_1_item.css rename to src/userChrome/single_tab_mode_with_space_for_1_item.css diff --git a/chrome/single_tab_mode_with_space_for_2_items.css b/src/userChrome/single_tab_mode_with_space_for_2_items.css similarity index 100% rename from chrome/single_tab_mode_with_space_for_2_items.css rename to src/userChrome/single_tab_mode_with_space_for_2_items.css diff --git a/chrome/single_tab_mode_with_space_for_3_items.css b/src/userChrome/single_tab_mode_with_space_for_3_items.css similarity index 100% rename from chrome/single_tab_mode_with_space_for_3_items.css rename to src/userChrome/single_tab_mode_with_space_for_3_items.css diff --git a/chrome/tab_close_button_always_on_hover.css b/src/userChrome/tab_close_button_always_on_hover.css similarity index 100% rename from chrome/tab_close_button_always_on_hover.css rename to src/userChrome/tab_close_button_always_on_hover.css diff --git a/chrome/tab_counter.css b/src/userChrome/tab_counter.css similarity index 100% rename from chrome/tab_counter.css rename to src/userChrome/tab_counter.css diff --git a/chrome/tabmenu.css b/src/userChrome/tabmenu.css similarity index 100% rename from chrome/tabmenu.css rename to src/userChrome/tabmenu.css diff --git a/chrome/tabs_fill_available_width.css b/src/userChrome/tabs_fill_available_width.css similarity index 100% rename from chrome/tabs_fill_available_width.css rename to src/userChrome/tabs_fill_available_width.css diff --git a/chrome/tabs_larger_min-width.css b/src/userChrome/tabs_larger_min-width.css similarity index 100% rename from chrome/tabs_larger_min-width.css rename to src/userChrome/tabs_larger_min-width.css diff --git a/chrome/urlbar.css b/src/userChrome/urlbar.css similarity index 100% rename from chrome/urlbar.css rename to src/userChrome/urlbar.css diff --git a/chrome/userChrome.css b/src/userChrome/userChrome.css similarity index 100% rename from chrome/userChrome.css rename to src/userChrome/userChrome.css diff --git a/chrome/userContent.css b/src/userChrome/userContent.css similarity index 100% rename from chrome/userContent.css rename to src/userChrome/userContent.css