Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aris-t2 committed Aug 28, 2020
1 parent 6e75711 commit 3445e22
Show file tree
Hide file tree
Showing 24 changed files with 1,062 additions and 153 deletions.
Original file line number Diff line number Diff line change
@@ -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;
}

}
44 changes: 44 additions & 0 deletions stylesheets/css/aboutaddons/addonlists_compact_tb78.css
Original file line number Diff line number Diff line change
@@ -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;
}

}
Original file line number Diff line number Diff line change
@@ -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;
}
}
Loading

0 comments on commit 3445e22

Please sign in to comment.