diff --git a/current/css/tabs/tab_maxwidth.css b/current/css/tabs/tab_maxwidth.css index 179fe489..28cb04f1 100644 --- a/current/css/tabs/tab_maxwidth.css +++ b/current/css/tabs/tab_maxwidth.css @@ -4,15 +4,15 @@ /* NOTE - The below variables are overridden by the ones used inside + The below variables are overridden by the ones used inside ./config/general_variables.css file, if this projects full package is used. Set custom values inside ./config/general_variables.css in that case. */ :root { /* --tab-min-width: 50px; */ - --tab_min_width: 50px; - --tab_max_width: 250px; + --tab_min_width: 149px; + --tab_max_width: 155px; } /* use 'about:config > browser.tabs.tabMinWidth' for tab min-width */ diff --git a/current/css/tabs/tabs_multiple_lines.css b/current/css/tabs/tabs_multiple_lines.css index 817dd011..e81c62ab 100644 --- a/current/css/tabs/tabs_multiple_lines.css +++ b/current/css/tabs/tabs_multiple_lines.css @@ -13,15 +13,15 @@ /* NOTE - The below variables are overridden by the ones used inside + The below variables are overridden by the ones used inside ./config/general_variables.css file, if this projects full package is used. Set custom values inside ./config/general_variables.css in that case. */ :root{ - --tabs-lines: 3; - --tab_min_width_mlt: 100px; - --tab_max_width_mlt: 200px; + --tabs-lines: 10; + --tab_min_width_mlt: 149px; + --tab_max_width_mlt: 149px; --tab-min-height_mlt: var(--tab-min-height,32px); /* set own value here, if used without configuration files */ } @@ -84,7 +84,7 @@ #alltabs-button, :root:not([customizing]) #TabsToolbar #new-tab-button, #tabbrowser-arrowscrollbox > spacer, -.tabbrowser-tab::after{ +.tabbrowser-tab::after{ display: none !important; } @@ -99,3 +99,8 @@ box.scrollbox-clip[orient="horizontal"] { .tab-label-container { height: unset !important; } + +/* remove margin after pinned tabs */ +#tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab[first-visible-unpinned-tab] { + margin-inline-start: 0 !important; +} diff --git a/current/userChrome.css b/current/userChrome.css index f6dee1af..0f7c77bf 100644 --- a/current/userChrome.css +++ b/current/userChrome.css @@ -1,32 +1,32 @@ /*=============================================================================== Firefox userChrome.css tweaks: main file - + Custom CSS for Firefox 115+ Current version: 4.5.8 - Based on 'Classic Theme Restorer' & 'Classic Toolbar Buttons' add-ons CSS code + Based on 'Classic Theme Restorer' & 'Classic Toolbar Buttons' add-ons CSS code Github: https://github.com/aris-t2/customcssforfx Change-log: https://github.com/aris-t2/customcssforfx/commits/ - + Firefox requires the following preference to be enabled for custom styles to be loaded: - + 'about:config > toolkit.legacyUserProfileCustomizations.stylesheets > true' - + Firefox preferences can be accessed by typing `about:config` into the url bar. - + =============================================================================== - + ====== README ====== - To find the profile folder type `about:support` into url bar and navigate to: + To find the profile folder type `about:support` into url bar and navigate to: 'Profile Folder > Open Folder' - + Create a /chrome/ (chrome) directory btw. folder inside the profile folder you just opened and paste projects files and folders into it, so it looks like this: - + /chrome/config/ /chrome/css/ /chrome/image/ @@ -44,11 +44,11 @@ /=========================\ | TABLE OF CONTENTS | \=========================/ - + CONFIGURATION FILES - general variables / color variables (default browser theme only) - edit target files to change general values - + TOOLBAR BUTTONS - toolbar button / icon appearance - bookmarks menu button / popup @@ -57,7 +57,7 @@ - APPLICATION/HAMBURGER BUTTON - visibility / popup - buttons appearance on navigation toolbar / in Firefox titlebar - + TABS - custom tab appearance / old squared tabs - TABS TOOLBAR POSITION @@ -66,29 +66,29 @@ - MULTIROW / multi lined tabs - empty tab favicon / custom tab loading animation / tab close icon settings - settings for DEFAULT TABS / other tab settings - + GENERAL UI - general settings / close icons / page context menu items - + - overflow menu / sidebar / findbar - + - SEARCHBAR - general settings for default search - + TOOLBARS - ADDONS BAR (simulated bottoms toolbar) - + - GENERAL TOOLBAR settings - toolbar context menu settings - + - MENUBAR settings - + - bookmarks toolbar settings - BOOKMARKS TOOLBAR - MULTIPLE LINES - AeroGlass TOOLBARS / WIN10 fix for GLASS8 (not supported by Firefox 117+) - TOOLBAR TEXT MODES - icons+text / text only - + LOCATION BAR / urlbar / mega bar - general location bar tweaks / identity box / padlock icons icon/button tweaks - 'autocomplete popup' appearance / result item settings/appearance @@ -99,16 +99,16 @@ /* ========================== GENERAL / GLOBAL VARIABLES ========================== - - [!] set global variables for font and tab size options and more inside target file + + [!] set global variables for font and tab size options and more inside target file */ -@import "./config/general_variables.css"; /**/ +/* @import "./config/general_variables.css"; /**/ /* ------------------------- MAIN UI / COLOR VARIABLES ------------------------- - + [!] only use one option at a time [!] For default browser theme only! [!] Set own colors for tabs & toolbars inside 'color_variables.css' or use available presets. @@ -116,7 +116,7 @@ */ /* default 'grey' colors */ -@import "./config/color_variables.css"; /**/ +/* @import "./config/color_variables.css"; /**/ /* 'AeroBlue' colors (Win 7 Aero) */ /* @import "./config/color_variables_aero.css"; /**/ @@ -143,7 +143,7 @@ /* @import "./config/color_variables_noia4_lightgrey.css"; /**/ /* Based on 'Noia 4 themes' dark colors */ -/* @import "./config/color_variables_noia4_dark.css"; /**/ +/* @import "./config/color_variables_noia4_dark.css"; /**/ /* Darker "Dark" default theme v1 */ /* @import "./css/toolbars/default_dark_theme_darker.css"; /**/ @@ -153,9 +153,9 @@ /* ------------------------------------------ - CUSTOM SCROLLBARS VARIABLES - EXPERIMENTAL + CUSTOM SCROLLBARS VARIABLES - EXPERIMENTAL ------------------------------------------ - + [!] Might not work on every page! This issue is for Mozilla to solve. [!] Not compatible with custom scrollbar JavaScript userChrome scripts. [!] Custom size values only compatible with 'web content' scrollbars at the moment. @@ -171,14 +171,14 @@ /* --------------- ICON APPEARANCE - --------------- - + --------------- + [!] only use one option at a time [!] custom icon quality does not increase in HiDPI modes [!] Firefox 88 icon set uses SVG images */ -@import "./css/buttons/icons_colorized.css"; /**/ +/* @import "./css/buttons/icons_colorized.css"; /**/ /* @import "./css/buttons/icons_white_icons.css"; /**/ /* @import "./css/buttons/icons_custom_icons.css"; /**/ /* @import "./css/buttons/icons_custom_icons_fx1.css"; /**/ @@ -213,15 +213,15 @@ /* ------------------------------------- Navigation toolbar buttons appearance ------------------------------------- - + [!] only use one option at a time [!] good for Dark themes: buttons_on_navbar_classic_appearance_dark.css [!] good for Dark themes: buttons_on_navbar_glass_appearance.css */ -@import "./css/buttons/buttons_on_navbar_classic_appearance.css"; /**/ +/* @import "./css/buttons/buttons_on_navbar_classic_appearance.css"; /**/ /* @import "./css/buttons/buttons_on_navbar_classic_appearance_v2.css"; /**/ -/* @import "./css/buttons/buttons_on_navbar_classic_appearance_dark.css"; /**/ +/* @import "./css/buttons/buttons_on_navbar_classic_appearance_dark.css"; /**/ /* @import "./css/buttons/buttons_on_navbar_aero_appearance.css"; /**/ /* @import "./css/buttons/buttons_on_navbar_windows_classic_theme_appearance.css"; /**/ /* @import "./css/buttons/buttons_on_navbar_glass_appearance.css"; /**/ @@ -231,7 +231,7 @@ /* ------------------------------------- Navigation toolbar buttons: roundness ------------------------------------- - + [!] edit file to set roundness */ @@ -241,7 +241,7 @@ /* ----------------------------- Squared buttons / button size ----------------------------- - + [!] edit file to set roundness */ @@ -267,7 +267,7 @@ /* ------------------------------------ Bookmarks toolbar: button appearance ------------------------------------ - + [!] only use one option at a time [!] Windows 7-10 only: buttons_on_bookmarks_toolbar_old_size_and_appearance.css */ @@ -281,7 +281,7 @@ /* --------------------------------------------- Bookmarks toolbar: bookmarks items appearance --------------------------------------------- - + [!] only use one option at a time */ @@ -301,7 +301,7 @@ /* ------------------------------- Tabs toolbar: button appearance ------------------------------- - + [!] EXPERIMENTAL */ @@ -313,7 +313,7 @@ --------------------------------------------------- */ -@import "./css/buttons/bookmarks_menu_button_localized_label_on_bookmarks_toolbar.css"; /**/ +/* @import "./css/buttons/bookmarks_menu_button_localized_label_on_bookmarks_toolbar.css"; /**/ /* @import "./css/buttons/bookmarks_menu_button_popup_showall_top_hidden.css"; /**/ /* @import "./css/buttons/bookmarks_menu_button_popup_showall_bottom_hidden.css"; /**/ /* @import "./css/buttons/bookmarks_menu_button_popup_sidebar_item_hidden.css"; /**/ @@ -324,7 +324,7 @@ /* -------------------------------------------------- Unified extensions button - Add-ons toolbar button -------------------------------------------------- - + [!] only use one option at a time */ @@ -338,7 +338,7 @@ ---------------------- */ -@import "./css/buttons/whatnew_button_always_hidden.css"; /**/ +/* @import "./css/buttons/whatnew_button_always_hidden.css"; /**/ /* @import "./css/buttons/forward_button_hide_when_disabled.css"; /**/ /* @import "./css/buttons/back_and_forward_separated_history_popups.css"; /**/ /* @import "./css/buttons/back_and_forward_leftclick_history_popup_hidden.css"; /**/ @@ -349,7 +349,7 @@ /* ---------------------------------------- CUSTOM BACK & FORWARD BUTTONS appearance ---------------------------------------- - + [!] only use one option at a time */ @@ -384,7 +384,7 @@ /* ----------------------------------- Application/hamburger button hidden ----------------------------------- - + [!] disable all other appbutton options when using this option */ @@ -396,8 +396,8 @@ ---------------------------------- */ -@import "./css/appbutton/appbutton_popup_icons.css"; /**/ -@import "./css/appbutton/appbutton_popup_icons_colorized.css"; /**/ +/* @import "./css/appbutton/appbutton_popup_icons.css"; /**/ +/* @import "./css/appbutton/appbutton_popup_icons_colorized.css"; /**/ /* @import "./css/appbutton/appbutton_popup_sync_hidden.css"; /**/ /* @import "./css/appbutton/appbutton_popup_logins_and_passwords_hidden.css"; /**/ @@ -422,7 +422,7 @@ /* ----------------------------------- Button on navigation toolbar: color ----------------------------------- - + [!] only use one option at a time */ @@ -439,7 +439,7 @@ /* ----------- Button icon ----------- - + [!] only use one option at a time */ @@ -452,7 +452,7 @@ /* ------------ Button label ------------ - + [!] show label and icon */ @@ -462,7 +462,7 @@ /* -------------------------------------------------------------- Application / hamburger / main menu button in Firefox titlebar -------------------------------------------------------------- - + [!] disable all 'button on navigation toolbar' options for 'button in Firefox titlebar' options to work properly */ @@ -471,12 +471,12 @@ /* ----------------------------------------------- Button in titlebar: label / icon / label + icon ----------------------------------------------- - + [!] only use one option at a time */ /* label only */ -@import "./css/appbutton/appbutton_in_titlebar.css"; /**/ +/* @import "./css/appbutton/appbutton_in_titlebar.css"; /**/ /* icon only */ /* @import "./css/appbutton/appbutton_in_titlebar_icon_only.css"; /**/ @@ -488,7 +488,7 @@ /* ----------------------------------- Button in titlebar: icon appearance ----------------------------------- - + [!] only use one option at a time [!] requires 'appbutton_in_titlebar_icon_only.css' or 'appbutton_in_titlebar_label_and_icon.css' to be active */ @@ -497,12 +497,12 @@ /* @import "./css/appbutton/appbutton_in_titlebar_icon_only_grey.css"; /**/ /* @import "./css/appbutton/appbutton_in_titlebar_icon_only_browser_logo.css"; /**/ /* @import "./css/appbutton/appbutton_in_titlebar_icon_only_nightly.css"; /**/ - + /* ------------------------- Button in titlebar: color ------------------------- - + [!] only use one option at a time */ @@ -521,15 +521,15 @@ /* ============== TAB appearance ============== - + [!] only use one option at a time [!] custom tab colors can be set inside color_variablesXXX.css file(s) [!] curved tabs known from Firefox 29-56 will not be added to this project - + */ /* Classic tabs appearance known from Firefox 4-28 */ -@import "./css/tabs/classic_squared_tabs.css"; /**/ +/* @import "./css/tabs/classic_squared_tabs.css"; /**/ /* Classic tabs appearance known from Firefox 4-28 for active tab only */ /* @import "./css/tabs/classic_squared_tabs_australized.css"; /**/ @@ -548,7 +548,7 @@ /* ====================================================================================== TABS TOOLBAR POSITION (below titlebar / below navigation toolbar / below main content) ====================================================================================== - + [!] only use one option at a time [!] only use BELOW TITLEBAR or BELOW NAVIGATION BAR or BELOW MAIN CONTENT <<<<< !!! */ @@ -586,7 +586,7 @@ /* @import "./css/tabs/tabs_below_navigation_toolbar_alt_force_hidden_menubar.css"; /**/ -/* Move tabs to a higher position +/* Move tabs to a higher position [!] not compatible to 'tabs toolbar - multiple tab lines' option [!] only use one option at a time [!] EXPERIMENTAL @@ -600,12 +600,12 @@ /* ---------------------------------------- TABS BELOW MAIN CONTENT (TABS ON BOTTOM) ---------------------------------------- - + [!] not compatible to 'tabs toolbar - multiple tab lines' option */ /* @import "./css/tabs/tabs_below_main_content.css"; /**/ - + /* ########################################### Test for Firefox 133+ ########################################### */ /* @import "./css/tabs/tabs_below_main_content_fx133.css"; /**/ @@ -622,14 +622,14 @@ [!] Edit target file to set own custom colors */ - + /* @import "./config/custom_tab_text_settings.css"; /**/ /* ------------------------------------------ MULTIROW / multi lined tabs - EXPERIMENTAL ------------------------------------------ - + [!] only use one option at a time [!] BUG: dragging tabs does not work with multi lined tabs [!] not compatible with 'tabs toolbar - below main content' option @@ -637,18 +637,18 @@ [!] only compatible with 'tabs below navigation toolbar >> alt << version' */ -/* @import "./css/tabs/tabs_multiple_lines.css"; /**/ +@import "./css/tabs/tabs_multiple_lines.css"; /**/ /* @import "./css/tabs/tabs_multiple_lines_force_newtab_button_visibility.css"; /**/ /* --------------------------------- Restore empty/missing tab favicon --------------------------------- - + [!] only use one option at a time */ -@import "./css/tabs/missing_tab_favicon_restored_default.css"; /**/ +/* @import "./css/tabs/missing_tab_favicon_restored_default.css"; /**/ /* @import "./css/tabs/missing_tab_favicon_restored_globe_v2.css"; /**/ /* @import "./css/tabs/missing_tab_favicon_restored_sheet.css"; /**/ /* @import "./css/tabs/missing_tab_favicon_restored_dotted.css"; /**/ @@ -659,7 +659,7 @@ /* ---------------------------- Custom tab loading animation ---------------------------- - + [!] only use one option at a time */ @@ -673,14 +673,14 @@ /* ----------------------- Tab close icon settings ----------------------- - + [!] only use one option at a time */ -@import "./css/tabs/tab_close_always_visible.css"; /**/ +/* @import "./css/tabs/tab_close_always_visible.css"; /**/ /* @import "./css/tabs/tab_close_on_active_tab_only.css"; /**/ /* @import "./css/tabs/tab_close_show_on_hover_only.css"; /**/ -/* @import "./css/tabs/tab_close_hidden.css"; /**/ +@import "./css/tabs/tab_close_hidden.css"; /**/ /* @import "./css/tabs/tab_close_hidden_for_only_one_visible_tab.css"; /**/ /* @import "./css/tabs/tab_close_at_tabs_start.css"; /**/ /* @import "./css/tabs/tab_close_icon_size.css"; /**/ @@ -689,7 +689,7 @@ /* ------------------------------------------------ DEFAULT TABS - settings for default browser tabs ------------------------------------------------ - + [!] only use one option at a time [!] use only, if 'classic squared tabs' are disabled */ @@ -704,7 +704,7 @@ ------------------ */ -@import "./css/tabs/tab_icon_colors.css"; /**/ +/* @import "./css/tabs/tab_icon_colors.css"; /**/ /* @import "./css/tabs/tab_title_centered.css"; /**/ /* @import "./css/tabs/tabs_firefox_view_button_hidden.css"; /**/ /* @import "./css/tabs/classic_squared_tabs_old_bordercolor_for_lwthemes.css"; /**/ /* Has to be used along with 'classic_squared_tabs.css' */ @@ -718,12 +718,12 @@ /* @import "./css/tabs/newtab_button_always_visible.css"; /**/ /* @import "./css/tabs/tab_icon_inactive_tabs_lower_opacity.css"; /**/ /* @import "./css/tabs/tab_icon_unloaded_tabs_lower_opacity.css"; /**/ -/* @import "./css/tabs/tab_maxwidth.css"; /**/ +@import "./css/tabs/tab_maxwidth.css"; /**/ /* @import "./css/tabs/tab_titles_remove_blur.css"; /**/ /* @import "./css/tabs/alltabs_button_always_visible.css"; /**/ /* hidden, if multiple tab rows are used */ -/* @import "./css/tabs/alltabs_button_only_visible_in_overflow_mode.css"; /**/ -/* @import "./css/tabs/alltabs_button_always_hidden.css"; /**/ -/* @import "./css/tabs/alltabs_button_old_icon.css"; /**/ +/* @import "./css/tabs/alltabs_button_only_visible_in_overflow_mode.css"; /**/ +/* @import "./css/tabs/alltabs_button_always_hidden.css"; /**/ +/* @import "./css/tabs/alltabs_button_old_icon.css"; /**/ /* @import "./css/tabs/pinnedtab_empty_favicon_hidden.css"; /**/ /* [!] edit target file to select which items to hide */ @@ -735,8 +735,8 @@ ========== */ -@import "./css/generalui/private_mode_indicator_hidden.css"; /**/ -@import "./css/generalui/bookmark_icons_colorized.css"; /**/ +/* @import "./css/generalui/private_mode_indicator_hidden.css"; /**/ +/* @import "./css/generalui/bookmark_icons_colorized.css"; /**/ /* @import "./css/generalui/searchbookmarks_hidden.css"; /**/ /* @import "./css/generalui/bookmarks_smaller_more_bookmarks_icon.css"; /**/ /* @import "./css/generalui/send_to_device_menuitems_hidden.css"; /**/ @@ -751,7 +751,7 @@ /* ---------------------------------------- '>>' Overflow menu in navigation toolbar ---------------------------------------- - + [!] only use one option at a time */ @@ -762,7 +762,7 @@ /* ------------------------------------------- Context menu / menupopup / panel appearance ------------------------------------------- - + [!] not for macOS [!] affects context menus, popup menus and panel menus on Windows 10 [!] affects panel menus on Windows 7 and 8 and on Linux @@ -783,7 +783,7 @@ /* @import "./css/generalui/popup_animation_fade_time_reduced.css"; /**/ /* This removes tab scroll buttons, no CSS fix possible atm */ -/* @import "./css/generalui/popup_menupopup_with_scrollbars.css"; /**/ +/* @import "./css/generalui/popup_menupopup_with_scrollbars.css"; /**/ /* ------------------------------------------------------------------------- @@ -801,14 +801,14 @@ [!] only use one option at a time */ -@import "./css/generalui/context_bfrsb_labels_without_icons.css"; /**/ +/* @import "./css/generalui/context_bfrsb_labels_without_icons.css"; /**/ /* @import "./css/generalui/context_bfrsb_labels_with_icons.css"; /**/ /* ------- SIDEBAR ------- - + [!] sidebar_header_icons.css adds icons to the popup */ @@ -820,7 +820,7 @@ /* ------------------- SIDEBAR: dimensions ------------------- - + [!] only use one option at a time */ @@ -830,7 +830,7 @@ /* ------------------- SIDEBAR: appearance ------------------- - + [!] only use one option at a time */ @@ -854,7 +854,7 @@ /* ----------------------------------- Close icons for general ui and tabs ----------------------------------- - + [!] only use one option at a time */ @@ -874,7 +874,7 @@ ----------------------------- */ -@import "./css/generalui/searchbar_glassplus_indicator_hidden.css"; /**/ +/* @import "./css/generalui/searchbar_glassplus_indicator_hidden.css"; /**/ /* @import "./css/generalui/searchbar_go_button_hidden.css"; /**/ @@ -899,7 +899,7 @@ /* ------------------------ MENUBARS bookmarks popup ------------------------ - + [!] not compatible with macOS or Linux */ @@ -948,7 +948,7 @@ /* override titlebars and tab toolbars colors */ /* @import "./css/toolbars/top_toolbar_colors.css"; /**/ -/* @import "./css/toolbars/top_toolbar_colors_v2.css"; /**/ +/* @import "./css/toolbars/top_toolbar_colors_v2.css"; /**/ /* ---------------------- @@ -956,18 +956,18 @@ ---------------------- */ -@import "./css/toolbars/toolbars_old_padding.css"; /**/ -@import "./css/toolbars/tabs_toolbar_adjustments.css"; /**/ +/* @import "./css/toolbars/toolbars_old_padding.css"; /**/ +/* @import "./css/toolbars/tabs_toolbar_adjustments.css"; /**/ /* @import "./css/toolbars/tabs_toolbar_remove_background_fog_win7.css"; /**/ /* [!] Adjustments for the searchbar placed on menubar */ -@import "./css/toolbars/searchbar_on_menubar_fix.css"; /**/ +/* @import "./css/toolbars/searchbar_on_menubar_fix.css"; /**/ /* ---------------------- Other toolbar settings ---------------------- - + [!] edit target file to select which items to hide */ @@ -1002,7 +1002,7 @@ ----------------- */ -@import "./css/toolbars/bookmarks_toolbar_old_height.css"; /**/ +/* @import "./css/toolbars/bookmarks_toolbar_old_height.css"; /**/ /* @import "./css/toolbars/bookmarks_toolbar_fixed_width.css"; /**/ /* @import "./css/toolbars/bookmarks_toolbar_autohide.css"; /**/ /* @import "./css/toolbars/bookmarks_toolbar_bookmark_labels_hidden.css"; /**/ @@ -1018,11 +1018,11 @@ /* @import "./css/toolbars/additional_bookmarks_toolbar_below_navbar.css"; /**/ - + /* ------------------------------------------ BOOKMARKS TOOLBAR above navigation toolbar ------------------------------------------ - + [!] only use one option at a time */ @@ -1033,7 +1033,7 @@ /* ---------------------------------- BOOKMARKS TOOLBAR - MULTIPLE LINES ---------------------------------- - + [!] only use one option at a time [!] the amount of visible bookmark items is limited internally to ~90-110 bookmarks [!] not compatible to 'bookmarks toolbar autohide' option @@ -1050,14 +1050,14 @@ ----------------- */ -@import "./css/toolbars/general_toolbar_colors.css"; /**/ +/* @import "./css/toolbars/general_toolbar_colors.css"; /**/ /* @import "./css/toolbars/tab_toolbar_colors_force_menubar_color.css"; /**/ /* ------------------ AeroGlass TOOLBARS ------------------ - + [!] WIN10 fix for GLASS8 [!] EXPERIMENTAL [!] not supported by Firefox 117+ @@ -1074,7 +1074,7 @@ /* ------------------ TOOLBAR TEXT MODES ------------------ - + [!] only use one option at a time */ @@ -1084,11 +1084,11 @@ /* ================================== LOCATION BAR / MEGABAR - Settings - ================================== + ================================== [!] 'compact mode' got hidden behind the 'about:config' preference 'browser.compactmode.show' - [!] enable browser.compactmode.show preference and compact density in 'Customize' mode + [!] enable browser.compactmode.show preference and compact density in 'Customize' mode */ /* @import "./css/locationbar/compact_mode_reduce_fontsize.css"; /**/ @@ -1106,7 +1106,7 @@ /* ---------------------------------------------------- Padlock icons in identity box / page identity button ---------------------------------------------------- - + [!] only use one option at a time */ @@ -1144,7 +1144,7 @@ /* ----------------------------------------------------------- Star button / bookmarks star - alternative yellow star icon ----------------------------------------------------------- - + [!] only use one option at a time */ @@ -1157,7 +1157,7 @@ ------------------------------ */ -@import "./css/locationbar/ac_popup_result_font_size.css"; /**/ +/* @import "./css/locationbar/ac_popup_result_font_size.css"; /**/ /* @import "./css/locationbar/ac_popup_firefox_background_logo.css"; /**/ @@ -1175,16 +1175,16 @@ -------------------------------------------------- */ -@import "./css/locationbar/megabar_expanding_breakout_disabled.css"; /**/ +/* @import "./css/locationbar/megabar_expanding_breakout_disabled.css"; /**/ /* @import "./css/locationbar/megabar_disable_openviewonfocus.css"; /**/ /* @import "./css/locationbar/urlbar_border_roundness.css"; /**/ -@import "./css/locationbar/urlbar_restore_visible_border.css"; /**/ +/* @import "./css/locationbar/urlbar_restore_visible_border.css"; /**/ /* ------------------------------------- Megabar/location bar background color ------------------------------------- - + [!] only use one option at a time */ @@ -1195,11 +1195,11 @@ /* --------------------------------------- Megabar: popup content order/appearance --------------------------------------- - + [!] only use one option at a time */ -@import "./css/locationbar/ac_popup_megabar_title_and_url_50percent_width.css"; /**/ +/* @import "./css/locationbar/ac_popup_megabar_title_and_url_50percent_width.css"; /**/ /* @import "./css/locationbar/ac_popup_megabar_url_and_title_50percent_width.css"; /**/ /* @import "./css/locationbar/ac_popup_megabar_title_and_url_two_lines.css"; /**/ /* @import "./css/locationbar/ac_popup_megabar_url_only.css"; /**/ @@ -1210,7 +1210,7 @@ -------------------------------------------- */ -@import "./css/locationbar/ac_popup_megabar_compact_results.css"; /**/ +/* @import "./css/locationbar/ac_popup_megabar_compact_results.css"; /**/ /* @import "./css/locationbar/ac_popup_megabar_searchwith_and_visit_items_hidden.css"; /**/ /* @import "./css/locationbar/ac_popup_megabar_suggest_label_hidden.css"; /**/ /* @import "./css/locationbar/ac_popup_megabar_search_engines_hidden.css"; /**/ @@ -1221,8 +1221,8 @@ /* --------------------- Custom / own CSS code --------------------- - + [!] Create a "my_userChrome.css" file and add own/custom code to it. */ -@import "./my_userChrome.css"; /**/ +/* @import "./my_userChrome.css"; /**/