diff --git a/stylesheets/css/aboutaddons/addonlists_compact_more_compact_tb78.css b/stylesheets/css/aboutaddons/addonlists_compact_more_compact_tb78.css new file mode 100644 index 0000000..f339a0a --- /dev/null +++ b/stylesheets/css/aboutaddons/addonlists_compact_more_compact_tb78.css @@ -0,0 +1,39 @@ +/* Thunderbird Quantum userChrome.css tweaks ****************************************************/ +/* Github: https://github.com/aris-t2/customcssfortb ********************************************/ + +@import "./addonlists_compact_tb78.css"; + +@-moz-document url-prefix(chrome://mozapps/content/extensions/extensions.xul), url-prefix(about:addons),url-prefix(chrome://mozapps/content/extensions/aboutaddons.html) { + + :root { + --addon-icon-size: 16px !important; + } + + .addon.card .addon-description { + display: none !important; + } + + addon-card:not([expanded="true"]) .addon.card { + margin-bottom: 0px !important; + min-height: 19px !important; + } + + addon-list[type="theme"] .addon.card { + min-height: 0px !important; + } + + .addon.card div.more-options-menu { + height: 20px !important; + } + + addon-list[type="theme"] addon-card:not([expanded="true"]) .addon.card .addon-card-collapsed > img { + display: none !important; + } + + addon-list[type="theme"] addon-card:not([expanded="true"]) .addon.card .card-contents{ + min-height: 20px !important; + height: 20px !important; + max-height: 20px !important; + } + +} \ No newline at end of file diff --git a/stylesheets/css/aboutaddons/addonlists_compact_tb78.css b/stylesheets/css/aboutaddons/addonlists_compact_tb78.css new file mode 100644 index 0000000..994c850 --- /dev/null +++ b/stylesheets/css/aboutaddons/addonlists_compact_tb78.css @@ -0,0 +1,44 @@ +/* Thunderbird Quantum userChrome.css tweaks ****************************************************/ +/* Github: https://github.com/aris-t2/customcssfortb ********************************************/ + + +@-moz-document url-prefix(chrome://mozapps/content/extensions/extensions.xul), url-prefix(about:addons),url-prefix(chrome://mozapps/content/extensions/aboutaddons.html) { + + :root { + --addon-icon-size: 20px !important; + } + + addon-card:not([expanded="true"]) .addon.card { + margin-top: 0 !important; + margin-bottom: -2px !important; + padding-top: 3px !important; + padding-bottom: 0px !important; + -moz-padding-start: 2px !important; + min-height: 40px !important; + } + + addon-list[type="theme"] .addon.card { + min-height: 40px !important; + } + + addon-card:not([expanded="true"]) .addon.card .more-options-button { + width: 16px !important; + height: 16px !important; + margin-top: 10px !important; + } + + addon-card:not([expanded="true"]) .card-heading-icon { + margin-inline-end: 2px !important; + } + + addon-card:not([expanded="true"]) .card-heading-image { + display: none !important; + } + + /* remove advertising other add-ons */ + recommended-themes-section, + recommended-extensions-section { + display: none !important; + } + +} diff --git a/stylesheets/css/aboutaddons/addons_manager_alternative_appearance_aero_tb78.css b/stylesheets/css/aboutaddons/addons_manager_alternative_appearance_aero_tb78.css new file mode 100644 index 0000000..e40c5f8 --- /dev/null +++ b/stylesheets/css/aboutaddons/addons_manager_alternative_appearance_aero_tb78.css @@ -0,0 +1,32 @@ +/* Thunderbird Quantum userChrome.css tweaks ****************************************************/ +/* Github: https://github.com/aris-t2/customcssfortb ********************************************/ + + +@import "./addons_manager_alternative_appearance_tb78.css"; + +@-moz-document url-prefix(chrome://mozapps/content/extensions/extensions.xul), + url-prefix(about:addons) { + + #addons-page { + background: linear-gradient(to bottom right, #edf6ff,#dbeaf9,#edf6ff,#dbeaf9) !important; + } +} + + +@-moz-document url-prefix(chrome://mozapps/content/extensions/aboutaddons.html),url-prefix(chrome://mozapps/content/extensions/aboutaddons.xhtml) { + :root{ + --in-content-page-background: linear-gradient(to bottom right, #edf6ff,#dbeaf9,#edf6ff,#dbeaf9) !important; + } + + body > div#main { + background: linear-gradient(to bottom right, #edf6ff,#dbeaf9,#edf6ff,#dbeaf9) !important; + } + + .sticky-container { + background: #dbeaf9 !important; + } + + #sidebar { + background: unset !important; + } +} \ No newline at end of file diff --git a/stylesheets/css/aboutaddons/addons_manager_alternative_appearance_tb78.css b/stylesheets/css/aboutaddons/addons_manager_alternative_appearance_tb78.css new file mode 100644 index 0000000..9358cd2 --- /dev/null +++ b/stylesheets/css/aboutaddons/addons_manager_alternative_appearance_tb78.css @@ -0,0 +1,481 @@ +/* Firefox Quantum userChrome.css tweaks ************************************************/ +/* Github: https://github.com/aris-t2/customcssforfx ************************************/ +/****************************************************************************************/ + + +@-moz-document url-prefix(chrome://mozapps/content/extensions/extensions.xul), url-prefix(about:addons),url-prefix(chrome://mozapps/content/extensions/aboutaddons.html) { + + :root { + --in-content-category-text-hover: HighlightText !important; + --in-content-category-background-hover: Highlight !important; + --in-content-category-text-selected: black !important; + --in-content-category-background-selected: white !important; + --section-width: unset !important; + --main-margin-start: unset !important; + } + + @supports -moz-bool-pref("browser.in-content.dark-mode") { + @media (prefers-color-scheme: dark) { + :root { + --in-content-category-text-selected: white !important; + --in-content-category-background-selected: black !important; + } + + }} + + #categories .category:hover { + color: var(--in-content-category-text-hover) !important; + background-color: var(--in-content-category-background-hover) !important; + } + + #categories .category[selected], + #categories .category.selected, + #categories .category[selected]:hover, + #categories .category.selected:hover, + #categories .category[selected]:hover:active, + #categories .category.selected:hover:active { + color: var(--in-content-category-text-selected) !important; + background-color: var(--in-content-category-background-selected) !important; + } + + .category { + margin-inline-start: 0px !important; + transition: none !important; + } + + + /* dimensions / positioning */ + #addons-page .main-content{ + padding: 0 !important; + margin: 0 !important; + } + + #addons-page #header-search{ + min-height: unset !important; + } + + #addons-page #header-search .textbox-input-box{ + height: 18px !important; + } + + #addons-page #addon-list { + -moz-margin-start: -1px !important; + } + + #addons-page:not(.inSidebar):not([aios-inSidebar="true"]) .view-pane > .list > scrollbox { + padding-right: 0 !important; + padding-left: 0 !important; + } + + #addons-page #detail-view, + #addons-page #userstyle-sorting, + #addons-page .global-warning-container, + #addons-page .global-info-container{ + -moz-margin-start: 0px !important; + -moz-margin-end: 1px !important; + } + + #addons-page .detail-view-container { + -moz-margin-start: 10px !important; + } + + #addons-page #view-port{ + -moz-margin-end: 4px !important; + } + + #addons-page #header{ + padding: 2px 0 !important; + margin: 0 !important; + } + + .addon-card-message { + margin: unset !important; + } + + /* tweaks for small windows */ + @media (max-width: 830px) { + + .category { + padding-inline-start: 10px !important; + margin-inline-end: 0px !important; + } + + .main-content { + padding-left: 28px !important; + padding-right: 28px !important; + } + + } + + /* colorize category icons */ + #categories .category[name="search"], + #category-search .category-icon { + fill: #8aa8cc !important; + } + + #categories .category[name="discover"], + #category-discover .category-icon { + fill: #8b8b8b !important; + } + + #categories .category[name="extension"], + #category-extension .category-icon { + fill: #63c54f !important; + } + + #categories .category[name="theme"], + #category-theme .category-icon { + fill: #ffba2f !important; + } + + #categories .category[name="plugin"], + #category-plugin .category-icon { + fill: #2b63c1 !important; + } + + #categories .category[name="dictionary"], + #category-dictionary .category-icon { + fill: purple !important; + } + + #categories .category[name="legacy"], + #category-legacy .category-icon { + fill: red !important; + } + #categories .category[name="available-updates"], + #category-availableUpdates .category-icon { + fill: orange !important; + } + #categories .category[name="recent-updates"], + #category-recentUpdates .category-icon { + fill: #b99c16 !important; + } + + .category:not([selected="true"]):hover .category-icon { + filter: brightness(2.00) !important; + } + + .category[name]:not([selected]):hover, + #category-discover:not([selected="true"]):hover .category-icon, + #category-theme:not([selected="true"]):hover .category-icon{ + filter: brightness(1.5) !important; + } + + #category-plugin:not([selected="true"]):hover .category-icon{ + filter: brightness(2.25) !important; + } + + /* Firefox 64+ changes */ + #heading, + #list-view-heading { + margin-top: unset !important; + margin-bottom: unset !important; + margin-inline-start: unset !important; + min-width: 100% !important; + margin-top: -26px !important; + } + + #heading .header-name, + #list-view-heading .header-name { + font-size: inherit !important; + font-weight: unset !important; + } + + #nav-header { + min-height: unset !important; + } + + #header-utils-btn { + min-height: 26px !important; + min-width: 50px !important; + -moz-box-ordinal-group: 0 !important; + } + + #header-inner { + margin: unset !important; + width: calc(100vw - 246px) !important; + } + + /* tweaks for small windows */ + @media (max-width: 830px) { + + #header-inner { + margin: unset !important; + width: calc(100vw - 120px) !important; + } + + #heading #updates-container { + display: none !important; + } + + } + + #list-view-heading-name { + visibility: hidden !important; + } + + #show-all-extensions, + #heading-name, + #header-inner #search-label{ + display: none !important; + } + + #header-search { + padding: 0px 0px !important; + min-width: 200px !important; + width: unset !important; + } + + #header-search .textbox-input { + font-size: 0.96em !important; + } + + #header-inner button, + #header-inner button .button-box { + margin: 0 !important; + padding: 0 !important; + } + + #heading .heading-inner { + margin-inline-start: 0 !important; + } + + .message-bar { + background-color: white !important; + } + + .addon { + padding-top: 7px !important; + padding-bottom: 7px !important; + } + + addon-card:not([expanded]) .addon.card { + max-width: unset !important; + padding-inline-end: 0px !important; + } + + .list-view-heading-inner { + -moz-box-flex: 1 !important; + width: unset !important; + } + + .list > .addon { + margin: unset !important; + } + + .list > .addon, + .list > .addon:hover { + box-shadow: unset !important; + border-bottom: 1px solid var(--in-content-box-border-color) !important; + } + + .sidebar-footer-button .text-link { + margin-inline-start: 0 !important; + } + + #detail-view .card { + box-shadow: unset !important; + } + + #detail-view .detail-view-container { + width: calc(100vw - 300px) !important; + } + + #detail-view .detail-view-wrapper > spacer { + display: none !important; + } + + #detail-icon { + min-width: 32px !important; + min-height: 32px !important; + max-width: 32px !important; + max-height: 32px !important; + } +} + + +@-moz-document url-prefix(chrome://mozapps/content/extensions/aboutaddons.html) { + + :root{ + --in-content-page-background: linear-gradient(to bottom right, #f5f5f5,-moz-Dialog,#f5f5f5,-moz-Dialog) !important; + } + + body > div#main { + margin-inline-start: -1px !important; + margin-inline-end: 1px !important; + margin-bottom: 4px !important; + max-width: unset !important; + box-shadow: unset !important; + border: 0 !important; + border-radius: 0 !important; + background: linear-gradient(to bottom right, #f5f5f5,-moz-Dialog,#f5f5f5,-moz-Dialog) !important; + } + + @supports -moz-bool-pref("browser.in-content.dark-mode") { + @media (prefers-color-scheme: dark) { + + :root{ + --in-content-page-background: linear-gradient(black,black) !important; + } + + body > div#main { + background: linear-gradient(black,black) !important; + } + + }} + + .addon.card { + box-shadow: unset !important; + margin-bottom: 1px !important; + border-radius: 0 !important; + } + + addon-card:not([expanded]) > .addon.card { + border: 0 !important; + } + + addon-card:not([expanded="true"]) .addon.card:hover { + background: Highlight !important; + box-shadow: unset !important; + } + + addon-card:not([expanded="true"]) .addon.card:hover .card-contents :-moz-any(div,span,.addon-name-link) { + color: HighlightText !important; + } + + /* remove headers like 'Enabled'/'Disabled' */ + .list-section-heading { + display: none !important; + } + + /* reduce opacity for disabled add-ons */ + section[section="1"] addon-card:not([expanded]) > .addon.card:not([active="false"]), /* workaround for Fx 68-69*/ + addon-card:not([expanded]) > .addon.card[active="false"], + addon-card:not([expanded])[panelopen] > .addon.card[active="false"], + addon-card:not([expanded]) > .addon.card[active="false"]:focus-within, + addon-card:not([expanded]) > .addon.card[active="false"]:hover { + color: grey !important; + transition: unset !important; + } + + section[section="1"] addon-card:not([expanded]) > .addon.card[active="true"] { /* workaround for Fx 70+*/ + color: inherit !important; + opacity: 1.0 !important; + transition: unset !important; + } + + /* remove advertising other add-ons */ + recommended-themes-section, + recommended-extensions-section { + display: none !important; + } + + addon-list message-bar-stack.pending-uninstall { + margin-bottom: 0px !important; + } + +} + +@-moz-document url-prefix(chrome://mozapps/content/extensions/extensions.xul), + url-prefix(about:addons) { + #addons-page .main-content{ + -moz-margin-start: -1px !important; + } + +} + +@-moz-document url-prefix(chrome://mozapps/content/extensions/aboutaddons.html), + url-prefix(chrome://mozapps/content/extensions/aboutaddons.xhtml) { + .main-heading, + .main-search { + background: unset !important; + max-width: unset !important; + padding-inline-start: unset !important; + padding-top: unset !important; + padding-bottom: unset !important; + margin-inline-start: 0px !important; + } + + #sidebar { + background: -moz-Dialog !important; + } + + .sticky-container { + background: /*#f9f9fa*/ -moz-Dialog !important; + z-index: 1000 !important; + } + + .main-search { + margin-top: 1px !important; + } + + .main-heading { + margin-top: -26px !important; + } + + .main-heading .header-name, + .main-heading .spacer, + .main-search .search-label { + display: none !important; + } + + .main-search search-textbox { + min-height: unset !important; + width: unset !important; + font-size: 12px !important; + } + + .main-heading .back-button, + .page-options-menu > .more-options-button { + margin: 3px 0.5px 2px 0.5px !important; + min-width: unset !important; + width: 58px !important; + min-height: unset !important; + height: 22px !important; + } + + addon-page-options panel-list { + z-index: 1000 !important; + } + + .main-heading .page-options-menu { + order: -1; + } + + button[data-l10n-id="addon-updates-manual-updates-found"] { + min-height: 0 !important; + padding: 0 !important; + } + + .card-heading-image { + margin: unset !important; + } + + .category { + -moz-margin-end: -4px !important; + } + + .sidebar-footer-list { + margin-inline: 0px !important; + } + + #preferencesButton, + #help-button { + + } + + #preferencesButton { + fill: #8b8b8b !important; + } + + #help-button { + fill: #ff0000 !important; + } + + #preferencesButton:hover, + #help-button:hover { + color: var(--in-content-category-text-hover) !important; + background-color: var(--in-content-category-background-hover) !important; + } + +} \ No newline at end of file diff --git a/stylesheets/css/aboutaddons/recentupdates_category_always_visible.css b/stylesheets/css/aboutaddons/recentupdates_category_always_visible.css index 1e8b1dc..fe1c05d 100644 --- a/stylesheets/css/aboutaddons/recentupdates_category_always_visible.css +++ b/stylesheets/css/aboutaddons/recentupdates_category_always_visible.css @@ -2,9 +2,8 @@ /* Github: https://github.com/aris-t2/customcssfortb ********************************************/ -@-moz-document url-prefix(chrome://mozapps/content/extensions/extensions.xul), - url-prefix(about:addons) { - +@-moz-document url-prefix(chrome://mozapps/content/extensions/extensions.xul), url-prefix(about:addons),url-prefix(chrome://mozapps/content/extensions/aboutaddons.html) { + #categories .category[name="recent-updates"][disabled], #category-recentUpdates[disabled] { overflow: visible !important; height: 48px !important; @@ -15,6 +14,7 @@ -moz-user-input: unset !important; } + #categories .category[name="recent-updates"][hidden], #category-recentUpdates[hidden] { opacity: 1 !important; min-height: 48px !important; diff --git a/stylesheets/css/aboutpreferences/preferences_alternative_appearance_aero_old.css b/stylesheets/css/aboutpreferences/preferences_alternative_appearance_aero_old.css deleted file mode 100644 index d0e37ee..0000000 --- a/stylesheets/css/aboutpreferences/preferences_alternative_appearance_aero_old.css +++ /dev/null @@ -1,15 +0,0 @@ -/* Thunderbird Quantum userChrome.css tweaks ****************************************************/ -/* Github: https://github.com/aris-t2/customcssfortb ********************************************/ - - -@import "./preferences_alternative_appearance.css"; - -@-moz-document url(about:preferences),url-prefix(about:preferences){ - - #MailPreferences, - page, - page .dialogBox .groupbox-title{ - background: linear-gradient(to bottom right, #edf6ff,#dbeaf9,#edf6ff,#dbeaf9) !important; - } - -} diff --git a/stylesheets/css/aboutpreferences/preferences_alternative_appearance_aero_tb78.css b/stylesheets/css/aboutpreferences/preferences_alternative_appearance_aero_tb78.css new file mode 100644 index 0000000..0f15158 --- /dev/null +++ b/stylesheets/css/aboutpreferences/preferences_alternative_appearance_aero_tb78.css @@ -0,0 +1,22 @@ +/* Firefox Quantum userChrome.css tweaks ************************************************/ +/* Github: https://github.com/aris-t2/customcssforfx ************************************/ +/****************************************************************************************/ + +@import "./preferences_alternative_appearance_tb78.css"; + +@-moz-document url(about:preferences),url-prefix(about:preferences){ + .navigation, #preferences-body, + window > stack > hbox, + #preferences-stack,.sticky-container, + page, page .dialogBox .groupbox-title, + .dialogBox .groupbox-title, + #pref-category-box, + #categories, + #MailPreferences { + /*background: linear-gradient(to bottom right, #f5f5f5,-moz-Dialog,#f5f5f5,-moz-Dialog) !important;*/ + background: #edf6ff !important; + } + +} + + diff --git a/stylesheets/css/aboutpreferences/preferences_alternative_appearance_old.css b/stylesheets/css/aboutpreferences/preferences_alternative_appearance_tb78.css similarity index 60% rename from stylesheets/css/aboutpreferences/preferences_alternative_appearance_old.css rename to stylesheets/css/aboutpreferences/preferences_alternative_appearance_tb78.css index 453e97b..c1918aa 100644 --- a/stylesheets/css/aboutpreferences/preferences_alternative_appearance_old.css +++ b/stylesheets/css/aboutpreferences/preferences_alternative_appearance_tb78.css @@ -1,76 +1,148 @@ -/* Thunderbird Quantum userChrome.css tweaks ****************************************************/ -/* Github: https://github.com/aris-t2/customcssfortb ********************************************/ - +/* Firefox Quantum userChrome.css tweaks ************************************************/ +/* Github: https://github.com/aris-t2/customcssforfx ************************************/ +/****************************************************************************************/ @-moz-document url(about:preferences),url-prefix(about:preferences){ - .category,#pref-category-box radio { + .category { margin-inline-start: 0px !important; padding-inline-end: 0px !important; } - page, - .dialogBox .groupbox-title { - background: linear-gradient(to bottom right, #f5f5f5,-moz-Dialog,#f5f5f5,-moz-Dialog) !important; + #preferences-stack,.sticky-container, + page, + .dialogBox .groupbox-title, + #pref-category-box, + #categories { + /*background: linear-gradient(to bottom right, #f5f5f5,-moz-Dialog,#f5f5f5,-moz-Dialog) !important;*/ + background: -moz-Dialog !important; } - - #prefBox, - #categories,#pref-category-box { - background: transparent !important; + + #preferencesContainer { + padding: unset !important; + } + + #preferencesContainer .paneDeckContainer #paneDeck { + padding: 0 28px !important; + } + + .paneDeckContainer{ + width: 100vw !important; } - #preferencesContainer, .groupbox-body, #dialogFrame{ background-color: white !important; } + .main-content { + padding: 0px !important; + } + + .pane-container { + width: 100vw !important; + padding: 0px !important; + margin: 0px !important; + } + .sticky-container, - .search-container { + .search-container { + width: 100% !important; + margin-inline: 0px !important; + padding-inline: 0px !important; + min-height: unset !important; + height: unset !important; + } + + #categories { + padding: 0 !important; + } + + #policies-container, #searchInput { + min-height: 0px !important; + margin: 0 5px 5px 5px!important; + } + + #policies-container { background: transparent !important; + } + + #searchInput[focused] { + box-shadow: unset !important; + } + + .sticky-container, + .search-container { + /*background: transparent !important; position: absolute !important; - top: 20px !important; + display:block !important; + top: 20px !important;*/ + /*margin-top: -20px !important; + margin-inline-start: 0px !important; + padding-inline-end: 0px !important; + min-width: unset !important; + width: unset !important; + max-width: unset !important;*/ } .header-name { visibility: collapse !important; } + #firefoxAccountCategory { + visibility: hidden !important; + } + /* main colors category items */ - #categories .category[selected], - #pref-category-box radio[selected] { + #categories .category[selected]{ background-color: white !important; color: black !important; } - #categories .category:not([selected]):hover, - #pref-category-box radio:not([selected]):hover { + #categories .category:not([selected]):hover{ background-color: Highlight !important; color: HighlightText !important; } - #categories .category:not([selected]):not(:hover), - #pref-category-box radio:not([selected]):not(:hover){ + #categories .category:not([selected]):not(:hover){ color: black !important; } - #categories .category, - #pref-category-box radio { + #categories .category { transition-duration: unset !important; } - /* category icons */ - #pref-category-box radio > image, - #categories .category .category-icon { - height: 32px !important; - width: 32px !important; + /* category icons */ + #MailPreferences #category-general .category-icon { + fill: #8b8b8b !important; + } + #MailPreferences #category-compose .category-icon { + fill: #8aa8cc !important; + } + #MailPreferences #category-privacy .category-icon { + fill: purple !important; + } + #MailPreferences #category-chat .category-icon { + fill: orange !important; + } + #MailPreferences #category-calendar .category-icon { + fill: red !important; + } + + #MailPreferences .sidebar-footer-button #addonsButton image{ + fill: green !important; } + + #MailPreferences .sidebar-footer-button #addonsButton:hover image, + #MailPreferences .category:not([selected="true"]):hover .category-icon { + filter: brightness(2.00) !important; + } /* alignment and text/font appearance */ #mainPrefPane { color: black !important; - -moz-padding-start: 20px !important; - margin-top: -35px !important; + -moz-padding-start: 30px !important; + margin-top: 4px !important; -moz-margin-start: -20px !important; } @@ -80,7 +152,7 @@ } .main-content { - margin-top: 20px !important; + margin-top: 4px !important; margin-bottom: 20px !important; background-color: white !important; -moz-margin-start: -1px !important; @@ -126,7 +198,7 @@ } button:not(.button-link):not(.close-icon):not(#contentBlockingToggle) { - padding:0px !important; + padding: 2px !important; } menulist{ padding:2px !important; @@ -137,7 +209,7 @@ radio image { width: 14px !important; height: 14px !important; - margin: 0 !important; + margin: 0 1px !important; } /*checkbox label, diff --git a/stylesheets/css/appbutton/classic_appbutton.css b/stylesheets/css/appbutton/classic_appbutton.css index c0abf53..d8401bf 100644 --- a/stylesheets/css/appbutton/classic_appbutton.css +++ b/stylesheets/css/appbutton/classic_appbutton.css @@ -87,11 +87,20 @@ #button-appmenu .toolbarbutton-menu-dropmarker { display: -moz-box !important; } + +/* #button-appmenu .toolbarbutton-menu-dropmarker::before { display: -moz-box !important; content: var(--appbuttonlabel) !important; -moz-padding-end: 4px !important; +}*/ + +#button-appmenu::after { + display: -moz-box !important; + content: var(--appbuttonlabel) !important; + -moz-margin-start: -18px !important; } + #button-appmenu .toolbarbutton-text { display: none !important; } @@ -99,10 +108,10 @@ #button-appmenu .toolbarbutton-icon { opacity: 0 !important; } - +/* #button-appmenu .toolbarbutton-menu-dropmarker::before { -moz-margin-start: -20px !important; -} +}*/ #tabbar-toolbar { margin-bottom: 1px !important; diff --git a/stylesheets/css/appbutton/classic_appbutton_icon_only.css b/stylesheets/css/appbutton/classic_appbutton_icon_only.css index 6ca4952..8c7c799 100644 --- a/stylesheets/css/appbutton/classic_appbutton_icon_only.css +++ b/stylesheets/css/appbutton/classic_appbutton_icon_only.css @@ -4,6 +4,7 @@ @import "./classic_appbutton.css"; +#button-appmenu::after, #button-appmenu .toolbarbutton-menu-dropmarker, #button-appmenu .toolbarbutton-menu-dropmarker::before, #button-appmenu .toolbarbutton-text { diff --git a/stylesheets/css/buttons/ctb_on_main_toolbars.css b/stylesheets/css/buttons/ctb_on_main_toolbars.css index 41e60c8..8226b98 100644 --- a/stylesheets/css/buttons/ctb_on_main_toolbars.css +++ b/stylesheets/css/buttons/ctb_on_main_toolbars.css @@ -2,15 +2,16 @@ /* Github: https://github.com/aris-t2/customcssfortb ********************************************/ + #addressingWidgetLabels label, #headers-box .aw-menulist, #headers-box #msgIdentity,#folderpane-mode-selector-menulist, - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) toolbarbutton[type="menu-button"] > .toolbarbutton-icon, - /*:-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-menubutton-dropmarker > image,*/ - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-menubutton-button .toolbarbutton-icon, - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1:hover > .toolbarbutton-icon, - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1[checked=true] > .toolbarbutton-icon, - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1[open=true] > .toolbarbutton-icon, - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1[type="menu-button"] > .toolbarbutton-icon, - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1[type="menu-button"] > .toolbarbutton-menubutton-dropmarker::before{ + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) toolbarbutton[type="menu-button"] > .toolbarbutton-icon, + /*:-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-menubutton-dropmarker > image,*/ + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-menubutton-button .toolbarbutton-icon, + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1:hover > .toolbarbutton-icon, + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1[checked=true] > .toolbarbutton-icon, + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1[open=true] > .toolbarbutton-icon, + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1[type="menu-button"] > .toolbarbutton-icon, + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1[type="menu-button"] > .toolbarbutton-menubutton-dropmarker::before{ -moz-appearance: none !important; background: none !important; background-image: none !important; @@ -19,11 +20,12 @@ transition-property: none !important; transition-duration: 0ms !important; } - + + #addressingWidgetLabels label, #headers-box .aw-menulist, #headers-box #msgIdentity,#folderpane-mode-selector-menulist, - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-button, - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker, - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1{ + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar/*,#quick-filter-bar*/) .toolbarbutton-1 > .toolbarbutton-menubutton-button, + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar/*,#quick-filter-bar*/) .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker, + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar/*,#quick-filter-bar*/) .toolbarbutton-1{ -moz-appearance: none !important; padding: 1px 5px !important; background: rgba(151,152,153,.05) @@ -39,51 +41,56 @@ #quick-filter-bar-main-bar toolbarbutton{ border-radius: 2.5px !important; } - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker, - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-button, - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1 { + + #addressingWidgetLabels label, + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker, + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-button, + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1 { padding-left: 3px !important; padding-right: 3px !important; } - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1[type="menu-button"] { + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1[type="menu-button"] { -moz-appearance: none !important; padding: 0 !important; background: none !important; border: none !important; box-shadow: none !important; } - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1 { + #addressingWidgetLabels label, + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1 { margin: 1px 3px !important; } - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1 { + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1 { margin-left: 1px !important; margin-right: 1px !important; } - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker { + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker { -moz-border-start-style: none !important; } - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-button:-moz-locale-dir(ltr), - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker:-moz-locale-dir(rtl) { + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-button:-moz-locale-dir(ltr), + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker:-moz-locale-dir(rtl) { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; } - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-button:-moz-locale-dir(rtl), - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker:-moz-locale-dir(ltr) { + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-button:-moz-locale-dir(rtl), + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker:-moz-locale-dir(ltr) { border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; } - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1[disabled="true"]{ + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1[disabled="true"]{ opacity: .8 !important; } - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1[disabled="true"] > .toolbarbutton-menubutton-button > .toolbarbutton-icon, - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1[disabled="true"] > .toolbarbutton-icon { + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1[disabled="true"] > .toolbarbutton-menubutton-button > .toolbarbutton-icon, + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1[disabled="true"] > .toolbarbutton-icon { opacity: .5 !important; } + + #addressingWidgetLabels label:hover, #headers-box .aw-menulist:hover, #headers-box #msgIdentity:hover,#folderpane-mode-selector-menulist:hover, #quick-filter-bar-main-bar toolbarbutton:not([checked="true"]):hover, - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-button:not([disabled="true"]):not(:active):hover, - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1:not([open="true"]):not(:active):hover > .toolbarbutton-menubutton-dropmarker:not([disabled="true"]), - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1:not([type="menu-button"]):not([disabled="true"]):not([checked="true"]):not([open="true"]):not(:active):hover { + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-button:not([disabled="true"]):not(:active):hover, + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1:not([open="true"]):not(:active):hover > .toolbarbutton-menubutton-dropmarker:not([disabled="true"]), + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1:not([type="menu-button"]):not([disabled="true"]):not([checked="true"]):not([open="true"]):not(:active):hover { background-color: hsla(190,60%,70%,.5) !important; border-color: hsla(190,50%,65%,.8) hsla(190,50%,50%,.8) hsla(190,50%,40%,.8) !important; box-shadow: 0 0 0 1px rgba(255,255,255,.3) inset, @@ -93,22 +100,24 @@ border-color .3s ease-in, box-shadow .3s ease-in !important; } + + #addressingWidgetLabels label:hover:active, #headers-box .aw-menulist:hover:active, #headers-box #msgIdentity:hover:active,#folderpane-mode-selector-menulist:hover:active, #quick-filter-bar-main-bar toolbarbutton[checked="true"], #quick-filter-bar-main-bar toolbarbutton[checked="true"]:hover, - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-button:not([disabled="true"]):hover:active, - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1:hover:active > .toolbarbutton-menubutton-dropmarker:not([disabled="true"]), - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1[open="true"] > .toolbarbutton-menubutton-dropmarker, - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1:not([type="menu-button"]):not([disabled="true"]):hover:active, - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1:not([type="menu-button"])[checked="true"], - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1[open="true"] { + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-button:not([disabled="true"]):hover:active, + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1:hover:active > .toolbarbutton-menubutton-dropmarker:not([disabled="true"]), + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1[open="true"] > .toolbarbutton-menubutton-dropmarker, + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1:not([type="menu-button"]):not([disabled="true"]):hover:active, + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1:not([type="menu-button"])[checked="true"], + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1[open="true"] { background-color: transparent !important; border-color: rgba(0,0,0,.65) rgba(0,0,0,.55) rgba(0,0,0,.5) !important; box-shadow: 0 0 6.5px rgba(0,0,0,.4) inset, 0 0 2px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.4) !important; } - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1[checked="true"]:not(:active):hover{ + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1[checked="true"]:not(:active):hover{ background-color: rgba(90%,90%,90%,.4) !important; transition: background-color .4s !important; } @@ -121,7 +130,11 @@ 0 1px 0 rgba(255,255,255,.4) !important; } - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon, - :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar) .toolbarbutton-1 > .toolbarbutton-icon { + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon, + :-moz-any(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1 > .toolbarbutton-icon { -moz-margin-end: 0 !important; } + + #msgIdentity.addressingWidget-separator::after { + visibility: hidden !important; + } diff --git a/stylesheets/css/buttons/tb_icons_tb1.css b/stylesheets/css/buttons/tb_icons_tb1.css index cf49c15..c0e8631 100644 --- a/stylesheets/css/buttons/tb_icons_tb1.css +++ b/stylesheets/css/buttons/tb_icons_tb1.css @@ -206,16 +206,3 @@ background-position: -54px top !important; }*/ - /* folder icons */ - .tabmail-tab[type="folder"][SpecialFolder="Inbox"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox), - .tabmail-tab[type="folder"][SpecialFolder="Sent"] .tab-icon-image, - treechildren::-moz-tree-image(folderNameCol, specialFolder-Sent), - .tabmail-tab[type="folder"][SpecialFolder="Outbox"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Outbox), - .tabmail-tab[type="folder"][SpecialFolder="Drafts"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Drafts), - .tabmail-tab[type="folder"][SpecialFolder="Templates"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Templates), - .tabmail-tab[type="folder"][SpecialFolder="Junk"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Junk), - .tabmail-tab[type="folder"][SpecialFolder="Trash"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash), - .tabmail-tab[type="folder"][SpecialFolder="Archive"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Archive), - treechildren::-moz-tree-image(folderNameCol, imapShared-true) { - list-style-image: url("../../images/tb_folder_tb1.png") !important; - } diff --git a/stylesheets/css/buttons/tb_icons_tb2.css b/stylesheets/css/buttons/tb_icons_tb2.css index e635259..2b852a9 100644 --- a/stylesheets/css/buttons/tb_icons_tb2.css +++ b/stylesheets/css/buttons/tb_icons_tb2.css @@ -206,16 +206,3 @@ background-position: -54px top !important; } */ - /* folder icons */ - .tabmail-tab[type="folder"][SpecialFolder="Inbox"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox), - .tabmail-tab[type="folder"][SpecialFolder="Sent"] .tab-icon-image, - treechildren::-moz-tree-image(folderNameCol, specialFolder-Sent), - .tabmail-tab[type="folder"][SpecialFolder="Outbox"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Outbox), - .tabmail-tab[type="folder"][SpecialFolder="Drafts"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Drafts), - .tabmail-tab[type="folder"][SpecialFolder="Templates"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Templates), - .tabmail-tab[type="folder"][SpecialFolder="Junk"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Junk), - .tabmail-tab[type="folder"][SpecialFolder="Trash"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash), - .tabmail-tab[type="folder"][SpecialFolder="Archive"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Archive), - treechildren::-moz-tree-image(folderNameCol, imapShared-true) { - list-style-image: url("../../images/tb_folder_tb2.png") !important; - } diff --git a/stylesheets/css/buttons/tb_icons_tb3.css b/stylesheets/css/buttons/tb_icons_tb3.css index c97dd25..5742ed1 100644 --- a/stylesheets/css/buttons/tb_icons_tb3.css +++ b/stylesheets/css/buttons/tb_icons_tb3.css @@ -206,16 +206,3 @@ height: 18px !important; background-position: -54px top !important; }*/ - - /* folder icons */ - .tabmail-tab[type="folder"][SpecialFolder="Inbox"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox), - .tabmail-tab[type="folder"][SpecialFolder="Sent"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Sent), - .tabmail-tab[type="folder"][SpecialFolder="Outbox"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Outbox), - .tabmail-tab[type="folder"][SpecialFolder="Drafts"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Drafts), - .tabmail-tab[type="folder"][SpecialFolder="Templates"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Templates), - .tabmail-tab[type="folder"][SpecialFolder="Junk"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Junk), - .tabmail-tab[type="folder"][SpecialFolder="Trash"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash), - .tabmail-tab[type="folder"][SpecialFolder="Archive"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Archive), - treechildren::-moz-tree-image(folderNameCol, imapShared-true) { - list-style-image: url("../../images/tb_folder_tb3.png") !important; - } \ No newline at end of file diff --git a/stylesheets/css/buttons/tb_icons_tb3_strata.css b/stylesheets/css/buttons/tb_icons_tb3_strata.css index 4a02fb7..867102a 100644 --- a/stylesheets/css/buttons/tb_icons_tb3_strata.css +++ b/stylesheets/css/buttons/tb_icons_tb3_strata.css @@ -205,17 +205,3 @@ height: 18px !important; background-position: -54px top !important; }*/ - - /* folder icons */ - .tabmail-tab[type="folder"][SpecialFolder="Inbox"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox), - .tabmail-tab[type="folder"][SpecialFolder="Sent"] .tab-icon-image, - treechildren::-moz-tree-image(folderNameCol, specialFolder-Sent), - .tabmail-tab[type="folder"][SpecialFolder="Outbox"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Outbox), - .tabmail-tab[type="folder"][SpecialFolder="Drafts"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Drafts), - .tabmail-tab[type="folder"][SpecialFolder="Templates"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Templates), - .tabmail-tab[type="folder"][SpecialFolder="Junk"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Junk), - .tabmail-tab[type="folder"][SpecialFolder="Trash"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash), - .tabmail-tab[type="folder"][SpecialFolder="Archive"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Archive), - treechildren::-moz-tree-image(folderNameCol, imapShared-true) { - list-style-image: url("../../images/tb_folder_tb3strata.png") !important; - } diff --git a/stylesheets/css/general/foldericons_tb1.css b/stylesheets/css/general/foldericons_tb1.css new file mode 100644 index 0000000..96a277b --- /dev/null +++ b/stylesheets/css/general/foldericons_tb1.css @@ -0,0 +1,57 @@ +/* Thunderbird Quantum userChrome.css tweaks ****************************************************/ +/* Github: https://github.com/aris-t2/customcssfortb ********************************************/ + + + /* folder icons */ + .tabmail-tab[type="folder"][SpecialFolder="Inbox"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox), + .tabmail-tab[type="folder"][SpecialFolder="Sent"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Sent), + .tabmail-tab[type="folder"][SpecialFolder="Outbox"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Outbox), + .tabmail-tab[type="folder"][SpecialFolder="Drafts"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Drafts), + .tabmail-tab[type="folder"][SpecialFolder="Templates"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Templates), + .tabmail-tab[type="folder"][SpecialFolder="Junk"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Junk), + .tabmail-tab[type="folder"][SpecialFolder="Trash"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash), + .tabmail-tab[type="folder"][SpecialFolder="Archive"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Archive), + treechildren::-moz-tree-image(folderNameCol, imapShared-true) { + list-style-image: url("../../images/tb_folder_tb1.png") !important; + } + + .tabmail-tab[type="folder"][SpecialFolder="Inbox"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox) { + -moz-image-region: rect(0px 48px 16px 32px) !important; + } + + treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox, newMessages-true) { + -moz-image-region: rect(16px 48px 32px 32px) !important; + } + + .tabmail-tab[type="folder"][SpecialFolder="Sent"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Sent) { + -moz-image-region: rect(0px 64px 16px 48px) !important; + } + + .tabmail-tab[type="folder"][SpecialFolder="Outbox"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Outbox) { + -moz-image-region: rect(0px 80px 16px 64px) !important; + } + + .tabmail-tab[type="folder"][SpecialFolder="Drafts"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Drafts) { + -moz-image-region: rect(0px 96px 16px 80px) !important; + } + + .tabmail-tab[type="folder"][SpecialFolder="Templates"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Templates) { + -moz-image-region: rect(0px 160px 16px 144px) !important; + } + + .tabmail-tab[type="folder"][SpecialFolder="Junk"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Junk) { + -moz-image-region: rect(0px 128px 16px 112px) !important; + } + + .tabmail-tab[type="folder"][SpecialFolder="Trash"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash) { + -moz-image-region: rect(0px 144px 16px 128px) !important; + } + + .tabmail-tab[type="folder"][SpecialFolder="Archive"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Archive) { + -moz-image-region: rect(0px 208px 16px 192px) !important; + } + + treechildren::-moz-tree-image(folderNameCol, imapShared-true) { + -moz-image-region: rect(0px 192px 16px 176px) !important; + } + diff --git a/stylesheets/css/general/foldericons_tb2.css b/stylesheets/css/general/foldericons_tb2.css new file mode 100644 index 0000000..b12bfa7 --- /dev/null +++ b/stylesheets/css/general/foldericons_tb2.css @@ -0,0 +1,57 @@ +/* Thunderbird Quantum userChrome.css tweaks ****************************************************/ +/* Github: https://github.com/aris-t2/customcssfortb ********************************************/ + + + /* folder icons */ + .tabmail-tab[type="folder"][SpecialFolder="Inbox"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox), + .tabmail-tab[type="folder"][SpecialFolder="Sent"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Sent), + .tabmail-tab[type="folder"][SpecialFolder="Outbox"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Outbox), + .tabmail-tab[type="folder"][SpecialFolder="Drafts"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Drafts), + .tabmail-tab[type="folder"][SpecialFolder="Templates"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Templates), + .tabmail-tab[type="folder"][SpecialFolder="Junk"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Junk), + .tabmail-tab[type="folder"][SpecialFolder="Trash"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash), + .tabmail-tab[type="folder"][SpecialFolder="Archive"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Archive), + treechildren::-moz-tree-image(folderNameCol, imapShared-true) { + list-style-image: url("../../images/tb_folder_tb2.png") !important; + } + + .tabmail-tab[type="folder"][SpecialFolder="Inbox"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox) { + -moz-image-region: rect(0px 48px 16px 32px) !important; + } + + treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox, newMessages-true) { + -moz-image-region: rect(16px 48px 32px 32px) !important; + } + + .tabmail-tab[type="folder"][SpecialFolder="Sent"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Sent) { + -moz-image-region: rect(0px 64px 16px 48px) !important; + } + + .tabmail-tab[type="folder"][SpecialFolder="Outbox"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Outbox) { + -moz-image-region: rect(0px 80px 16px 64px) !important; + } + + .tabmail-tab[type="folder"][SpecialFolder="Drafts"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Drafts) { + -moz-image-region: rect(0px 96px 16px 80px) !important; + } + + .tabmail-tab[type="folder"][SpecialFolder="Templates"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Templates) { + -moz-image-region: rect(0px 160px 16px 144px) !important; + } + + .tabmail-tab[type="folder"][SpecialFolder="Junk"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Junk) { + -moz-image-region: rect(0px 128px 16px 112px) !important; + } + + .tabmail-tab[type="folder"][SpecialFolder="Trash"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash) { + -moz-image-region: rect(0px 144px 16px 128px) !important; + } + + .tabmail-tab[type="folder"][SpecialFolder="Archive"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Archive) { + -moz-image-region: rect(0px 208px 16px 192px) !important; + } + + treechildren::-moz-tree-image(folderNameCol, imapShared-true) { + -moz-image-region: rect(0px 192px 16px 176px) !important; + } + diff --git a/stylesheets/css/general/foldericons_tb3.css b/stylesheets/css/general/foldericons_tb3.css new file mode 100644 index 0000000..6ec23a4 --- /dev/null +++ b/stylesheets/css/general/foldericons_tb3.css @@ -0,0 +1,56 @@ +/* Thunderbird Quantum userChrome.css tweaks ****************************************************/ +/* Github: https://github.com/aris-t2/customcssfortb ********************************************/ + + + /* folder icons */ + .tabmail-tab[type="folder"][SpecialFolder="Inbox"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox), + .tabmail-tab[type="folder"][SpecialFolder="Sent"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Sent), + .tabmail-tab[type="folder"][SpecialFolder="Outbox"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Outbox), + .tabmail-tab[type="folder"][SpecialFolder="Drafts"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Drafts), + .tabmail-tab[type="folder"][SpecialFolder="Templates"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Templates), + .tabmail-tab[type="folder"][SpecialFolder="Junk"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Junk), + .tabmail-tab[type="folder"][SpecialFolder="Trash"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash), + .tabmail-tab[type="folder"][SpecialFolder="Archive"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Archive), + treechildren::-moz-tree-image(folderNameCol, imapShared-true) { + list-style-image: url("../../images/tb_folder_tb3.png") !important; + } + + .tabmail-tab[type="folder"][SpecialFolder="Inbox"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox) { + -moz-image-region: rect(0px 48px 16px 32px) !important; + } + + treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox, newMessages-true) { + -moz-image-region: rect(16px 48px 32px 32px) !important; + } + + .tabmail-tab[type="folder"][SpecialFolder="Sent"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Sent) { + -moz-image-region: rect(0px 64px 16px 48px) !important; + } + + .tabmail-tab[type="folder"][SpecialFolder="Outbox"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Outbox) { + -moz-image-region: rect(0px 80px 16px 64px) !important; + } + + .tabmail-tab[type="folder"][SpecialFolder="Drafts"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Drafts) { + -moz-image-region: rect(0px 96px 16px 80px) !important; + } + + .tabmail-tab[type="folder"][SpecialFolder="Templates"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Templates) { + -moz-image-region: rect(0px 160px 16px 144px) !important; + } + + .tabmail-tab[type="folder"][SpecialFolder="Junk"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Junk) { + -moz-image-region: rect(0px 128px 16px 112px) !important; + } + + .tabmail-tab[type="folder"][SpecialFolder="Trash"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash) { + -moz-image-region: rect(0px 144px 16px 128px) !important; + } + + .tabmail-tab[type="folder"][SpecialFolder="Archive"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Archive) { + -moz-image-region: rect(0px 208px 16px 192px) !important; + } + + treechildren::-moz-tree-image(folderNameCol, imapShared-true) { + -moz-image-region: rect(0px 192px 16px 176px) !important; + } diff --git a/stylesheets/css/general/foldericons_tb3_strata.css b/stylesheets/css/general/foldericons_tb3_strata.css new file mode 100644 index 0000000..a68e9b6 --- /dev/null +++ b/stylesheets/css/general/foldericons_tb3_strata.css @@ -0,0 +1,56 @@ +/* Thunderbird Quantum userChrome.css tweaks ****************************************************/ +/* Github: https://github.com/aris-t2/customcssfortb ********************************************/ + + + /* folder icons */ + .tabmail-tab[type="folder"][SpecialFolder="Inbox"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox), + .tabmail-tab[type="folder"][SpecialFolder="Sent"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Sent), + .tabmail-tab[type="folder"][SpecialFolder="Outbox"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Outbox), + .tabmail-tab[type="folder"][SpecialFolder="Drafts"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Drafts), + .tabmail-tab[type="folder"][SpecialFolder="Templates"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Templates), + .tabmail-tab[type="folder"][SpecialFolder="Junk"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Junk), + .tabmail-tab[type="folder"][SpecialFolder="Trash"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash), + .tabmail-tab[type="folder"][SpecialFolder="Archive"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Archive), + treechildren::-moz-tree-image(folderNameCol, imapShared-true) { + list-style-image: url("../../images/tb_folder_tb3strata.png") !important; + } + + .tabmail-tab[type="folder"][SpecialFolder="Inbox"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox) { + -moz-image-region: rect(0px 48px 16px 32px) !important; + } + + treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox, newMessages-true) { + -moz-image-region: rect(16px 48px 32px 32px) !important; + } + + .tabmail-tab[type="folder"][SpecialFolder="Sent"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Sent) { + -moz-image-region: rect(0px 64px 16px 48px) !important; + } + + .tabmail-tab[type="folder"][SpecialFolder="Outbox"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Outbox) { + -moz-image-region: rect(0px 80px 16px 64px) !important; + } + + .tabmail-tab[type="folder"][SpecialFolder="Drafts"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Drafts) { + -moz-image-region: rect(0px 96px 16px 80px) !important; + } + + .tabmail-tab[type="folder"][SpecialFolder="Templates"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Templates) { + -moz-image-region: rect(0px 160px 16px 144px) !important; + } + + .tabmail-tab[type="folder"][SpecialFolder="Junk"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Junk) { + -moz-image-region: rect(0px 128px 16px 112px) !important; + } + + .tabmail-tab[type="folder"][SpecialFolder="Trash"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash) { + -moz-image-region: rect(0px 144px 16px 128px) !important; + } + + .tabmail-tab[type="folder"][SpecialFolder="Archive"] .tab-icon-image, treechildren::-moz-tree-image(folderNameCol, specialFolder-Archive) { + -moz-image-region: rect(0px 208px 16px 192px) !important; + } + + treechildren::-moz-tree-image(folderNameCol, imapShared-true) { + -moz-image-region: rect(0px 192px 16px 176px) !important; + } diff --git a/stylesheets/css/general/menubar_below_tabs.css b/stylesheets/css/general/menubar_below_tabs.css index 7022490..255523d 100644 --- a/stylesheets/css/general/menubar_below_tabs.css +++ b/stylesheets/css/general/menubar_below_tabs.css @@ -146,6 +146,10 @@ margin-bottom: 0px !important; } } + + #messengerWindow:-moz-lwtheme #mail-toolbar-menubar2 { + background-color: var(--toolbar-bgcolor) !important; + } } diff --git a/stylesheets/css/general/toolbar_and_ui_appearance_lwtheme_extra.css b/stylesheets/css/general/toolbar_and_ui_appearance_lwtheme_extra.css new file mode 100644 index 0000000..442af09 --- /dev/null +++ b/stylesheets/css/general/toolbar_and_ui_appearance_lwtheme_extra.css @@ -0,0 +1,11 @@ +/* Thunderbird Quantum userChrome.css tweaks ****************************************************/ +/* Github: https://github.com/aris-t2/customcssfortb ********************************************/ + + +#messengerWindow:-moz-lwtheme :-moz-any(#qfb-qs-textbox,#messengerBox) { + background-color: var(--toolbar-bgcolor) !important; +} +/* +#messengerWindow:-moz-lwtheme #msgHeaderView { + background-color: var(--toolbar-bgcolor) !important; +}*/ \ No newline at end of file diff --git a/stylesheets/css/general/transparent_mail_header.css b/stylesheets/css/general/transparent_mail_header.css new file mode 100644 index 0000000..1a36a06 --- /dev/null +++ b/stylesheets/css/general/transparent_mail_header.css @@ -0,0 +1,7 @@ +/* Thunderbird Quantum userChrome.css tweaks ****************************************************/ +/* Github: https://github.com/aris-t2/customcssfortb ********************************************/ + + +#msgHeaderView { + background: unset !important; +} \ No newline at end of file diff --git a/stylesheets/userChrome.css b/stylesheets/userChrome.css index 99bef3e..8775375 100644 --- a/stylesheets/userChrome.css +++ b/stylesheets/userChrome.css @@ -4,8 +4,8 @@ /************************************************************************************************/ /************************************************************************************************/ -/* Custom CSS for Thunderbird 68+ ***************************************************************/ -/* version 1.0.2 ********************************************************************************/ +/* Custom CSS for Thunderbird 68+ (pre-configured for Thunderbird 78+) *************************/ +/* version 1.1.0 ********************************************************************************/ /************************************************************************************************/ /************************************************************************************************* @@ -114,6 +114,7 @@ /* @import "./css/general/toolbar_and_ui_appearance_glass1.css"; /**/ /* @import "./css/general/toolbar_and_ui_appearance_glass2.css"; /**/ /* @import "./css/general/toolbar_and_ui_appearance_glass3.css"; /**/ +@import "./css/general/toolbar_and_ui_appearance_lwtheme_extra.css"; /**/ /* Attachmentbox *********************************************************************************/ @import "./css/general/attachmentbox_above_mail_content.css"; /**/ @@ -123,6 +124,7 @@ /* @import "./css/general/window_header_colors.css"; /**/ /* @import "./css/general/mail_panel_color.css"; /**/ /* @import "./css/general/increase_row_height.css"; /**/ +/* @import "./css/general/transparent_mail_header.css"; /**/ /* Tree columns appearance - [only use one at a time] ********************************************/ /* @import "./css/general/tree_columns_appearance.css"; /**/ @@ -151,11 +153,18 @@ /* @import "./css/general/mail_tree_folder_icons_hidden.css"; /**/ /* @import "./css/general/mail_list_scrollbars_hidden.css"; /**/ +/* Icon sets for folder area - [only use one at a time] *****************************************/ +/* [!] not recommended for Thunderbird 78+ */ +/* @import "./css/general/foldericons_tb1.css"; /**/ +/* @import "./css/general/foldericons_tb2.css"; /**/ +/* @import "./css/general/foldericons_tb3.css"; /**/ +/* @import "./css/general/foldericons_tb3_strata.css"; /**/ + /************************************************************************************************/ /************************************************************************************************/ /* Create a new file "my_userChrome.css" and add own/custom code to it. *************************/ -/* @import "./my_userChrome.css"; /**/ +@import "./my_userChrome.css"; /**/ /************************************************************************************************/ /************************************************************************************************/ /************************************************************************************************/ diff --git a/stylesheets/userContent.css b/stylesheets/userContent.css index 76b0231..34911b7 100644 --- a/stylesheets/userContent.css +++ b/stylesheets/userContent.css @@ -4,7 +4,7 @@ /************************************************************************************************/ /************************************************************************************************/ -/* Custom CSS for Thunderbird 68+ ***************************************************************/ +/* Custom CSS for Thunderbird 68+ (pre-configured for Thunderbird 78+) *************************/ /************************************************************************************************/ /************************************************************************************************* @@ -39,27 +39,34 @@ *************************************************************************************************/ -/* ADDON MANAGER (about:addons) *********************************************************/ +/* ADDON MANAGER (about:addons) *****************************************************************/ -/* Addon manager alternative appearance - [only use one at a time] **********************/ -@import "./css/aboutaddons/addons_manager_alternative_appearance.css"; /**/ +/* Addon manager alternative appearance - [only use one at a time] ******************************/ +/* @import "./css/aboutaddons/addons_manager_alternative_appearance.css"; /**/ /* @import "./css/aboutaddons/addons_manager_alternative_appearance_aero.css"; /**/ +@import "./css/aboutaddons/addons_manager_alternative_appearance_tb78.css"; /**/ +/* @import "./css/aboutaddons/addons_manager_alternative_appearance_aero_tb78.css"; /**/ +/* Compact addon manager alternative appearance - [only use one at a time] **********************/ /* @import "./css/aboutaddons/addonlists_compact.css"; /**/ /* @import "./css/aboutaddons/addonlists_compact_more_compact.css"; /**/ +/* @import "./css/aboutaddons/addonlists_compact_tb78.css"; /**/ +/* @import "./css/aboutaddons/addonlists_compact_more_compact_tb78.css"; /**/ @import "./css/aboutaddons/recentupdates_category_always_visible.css"; /**/ -/* PREFERENCES (about:preferences) ******************************************************/ -@import "./css/aboutpreferences/preferences_alternative_appearance.css"; /**/ +/* PREFERENCES (about:preferences) **************************************************************/ +/* @import "./css/aboutpreferences/preferences_alternative_appearance.css"; /**/ /* @import "./css/aboutpreferences/preferences_alternative_appearance_aero.css"; /**/ +@import "./css/aboutpreferences/preferences_alternative_appearance_tb78.css"; /**/ +/* @import "./css/aboutpreferences/preferences_alternative_appearance_aero_tb78.css"; /**/ /************************************************************************************************/ /************************************************************************************************/ /* Create a new file "my_userContent.css" and add own/custom code to it. ************************/ -/* @import "./my_userContent.css"; /**/ +@import "./my_userContent.css"; /**/ /************************************************************************************************/ /************************************************************************************************/ /************************************************************************************************/