-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
1,062 additions
and
153 deletions.
There are no files selected for viewing
39 changes: 39 additions & 0 deletions
39
stylesheets/css/aboutaddons/addonlists_compact_more_compact_tb78.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} | ||
|
||
} |
32 changes: 32 additions & 0 deletions
32
stylesheets/css/aboutaddons/addons_manager_alternative_appearance_aero_tb78.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} | ||
} |
Oops, something went wrong.