1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-07 22:15:38 -05:00

Revert "betterbird/thunderbird matugen template"

This reverts commit 6f3019f84b.
This commit is contained in:
bbedward
2025-10-03 16:20:21 -04:00
parent 6f3019f84b
commit 71eecd6e7b
4 changed files with 7 additions and 282 deletions

View File

@@ -1,260 +0,0 @@
treechildren::-moz-tree-row(even) {
background-image: linear-gradient({{colors.surface_container.default.hex}}, {{colors.surface_container.default.hex}}) !important;
}
#threadTree tr[is="thread-row"][even="true"] {
background-image: linear-gradient({{colors.surface_container.default.hex}}, {{colors.surface_container.default.hex}}) !important;
}
#threadTree treechildren::-moz-tree-cell-text(untagged) {
color: {{colors.on_surface.default.hex}} !important;
}
#threadTree treechildren::-moz-tree-image(selected, untagged) {
stroke: {{colors.on_primary_container.default.hex}} !important;
fill: {{colors.primary_container.default.hex}} !important;
}
#threadTree treechildren::-moz-tree-twisty(selected, untagged) {
stroke: {{colors.on_primary_container.default.hex}} !important;
fill: {{colors.on_primary_container.default.hex}} !important;
}
#threadTree treechildren::-moz-tree-line(selected, untagged) {
border-color: {{colors.on_primary_container.default.hex}} !important;
}
#threadTree tr.selected[is="thread-row"][data-properties~="untagged"] {
color: {{colors.on_primary_container.default.hex}} !important;
}
#threadTree treechildren::-moz-tree-cell-text(multiline, untagged) {
color: {{colors.primary.default.hex}} !important;
}
#threadTree treechildren::-moz-tree-cell-text(multiline, colspan, untagged) {
color: {{colors.on_surface.default.hex}} !important;
}
#threadTree tr[is="thread-row"][multiline="true"] td:not(.subjectcol-column) {
color: {{colors.primary.default.hex}} !important;
}
#threadTree treechildren::-moz-tree-row(untagged, selected) {
border: none !important;
background-color: {{colors.primary_container.default.hex}} !important;
}
#threadTree treechildren::-moz-tree-row(untagged, selected, focus) {
background-color: {{colors.primary_container.default.hex}} !important;
}
#threadTree treechildren::-moz-tree-row(untagged, hover) {
background-color: {{colors.surface_container_high.default.hex}} !important;
}
#threadTree treechildren::-moz-tree-row(untagged, selected, focus, hover) {
background-color: {{colors.primary_container.default.hex}} !important;
}
#threadTree tr.selected[is="thread-row"][data-properties~="untagged"],
#threadTree tr.selected[is="thread-row"][even="true"][data-properties~="untagged"] {
border: none !important;
background-color: {{colors.primary_container.default.hex}} !important;
background-image: none !important;
}
#threadTree [is="tree-view-table-body"]:focus tr.selected[is="thread-row"][data-properties~="untagged"],
#threadTree [is="tree-view-table-body"]:focus-within tr.selected[is="thread-row"][data-properties~="untagged"],
#threadTree [is="tree-view-table-body"]:focus tr.selected[is="thread-row"][even="true"][data-properties~="untagged"],
#threadTree [is="tree-view-table-body"]:focus-within tr.selected[is="thread-row"][even="true"][data-properties~="untagged"] {
border: none !important;
background-color: {{colors.primary_container.default.hex}} !important;
background-image: none !important;
}
#threadTree tr:hover[is="thread-row"][data-properties~="untagged"] {
background-color: {{colors.surface_container_high.default.hex}} !important;
}
#threadTree tr.selected:hover[is="thread-row"][data-properties~="untagged"],
#threadTree tr.selected:hover[is="thread-row"][even="true"][data-properties~="untagged"] {
background-color: {{colors.primary_container.default.hex}} !important;
background-image: none !important;
}
#threadTree treechildren::-moz-tree-row(multiline, unread) {
border-left: 2px solid {{colors.primary.default.hex}} !important;
}
#threadTree tr[is="thread-row"][multiline="true"][data-properties~="unread"] {
background-image: linear-gradient(to right, {{colors.primary.default.hex}} 0, {{colors.primary.default.hex}} 2px, transparent 2px) !important;
}
#threadTree tr[is="thread-row"][even="true"][multiline="true"][data-properties~="unread"] {
background-image: linear-gradient(to right, {{colors.primary.default.hex}} 0, {{colors.primary.default.hex}} 2px, {{colors.surface_container.default.hex}} 2px) !important;
}
#folderTree treechildren::-moz-tree-image(folderNameCol, selected, focus),
#folderTree treechildren::-moz-tree-image(folderNameCol, newMessages-true, selected, focus),
#folderTree treechildren::-moz-tree-image(folderNameCol, isServer-true, biffState-NewMail, selected, focus) {
stroke: {{colors.error.default.hex}} !important;
fill: {{colors.tertiary.default.hex}} !important;
}
#folderTree li.selected > .container > .icon {
stroke: {{colors.error.default.hex}} !important;
fill: {{colors.tertiary.default.hex}} !important;
}
#folderTree treechildren::-moz-tree-cell-text(selected) {
color: {{colors.on_primary_container.default.hex}} !important;
}
#folderTree treechildren::-moz-tree-twisty(selected) {
stroke: {{colors.on_primary_container.default.hex}} !important;
fill: {{colors.on_primary_container.default.hex}} !important;
}
#folderTree treechildren::-moz-tree-row(selected) {
border: none !important;
background-color: {{colors.primary_container.default.hex}} !important;
}
#folderTree treechildren::-moz-tree-row(selected, focus) {
background-color: {{colors.primary_container.default.hex}} !important;
}
#folderTree treechildren::-moz-tree-row(hover) {
background-color: {{colors.surface_container_high.default.hex}} !important;
}
#folderTree treechildren::-moz-tree-row(selected, focus, hover) {
background-color: {{colors.primary_container.default.hex}} !important;
}
#folderTree treechildren::-moz-tree-cell(dropOn) {
background-image: none !important;
background-color: {{colors.error_container.default.hex}} !important;
}
#folderTree li.selected > .container {
background-color: {{colors.primary_container.default.hex}} !important;
color: {{colors.on_primary_container.default.hex}} !important;
}
#folderTree:focus-within li.selected > .container {
background-color: {{colors.primary_container.default.hex}} !important;
color: {{colors.on_primary_container.default.hex}} !important;
}
#folderTree li[is="folder-tree-row"] > .container:hover {
background-color: {{colors.surface_container_high.default.hex}} !important;
color: {{colors.on_surface.default.hex}} !important;
}
#folderTree li.selected[is="folder-tree-row"] > .container:hover {
background-color: {{colors.primary_container.default.hex}} !important;
color: {{colors.on_primary_container.default.hex}} !important;
}
#folderTree li.drop-target[is="folder-tree-row"] > .container {
background-color: {{colors.error_container.default.hex}} !important;
}
.autocomplete-richlistitem:hover {
background-color: {{colors.error_container.default.hex}} !important;
}
#threadTree[filterActive="searching"] {
background-color: {{colors.tertiary_container.default.hex}} !important;
}
#folderTree .unread-count {
color: {{colors.on_surface.default.hex}} !important;
}
#folderTree .new-messages > .container > .unread-count {
color: {{colors.error.default.hex}} !important;
}
.calendar-month-day-box-current-month[relation="today"],
.calendar-month-day-box-day-off[relation="today"],
.calendar-month-day-box-other-month[relation="today"]
{
border: 2px solid {{colors.error.default.hex}} !important;
}
.message-header-label {
color: {{colors.error.default.hex}} !important;
font-weight: bold !important;
}
button[type="button"].button-primary,
button.primary,
.button-primary {
background-color: {{colors.primary.default.hex}} !important;
color: {{colors.on_primary.default.hex}} !important;
}
button[type="button"].button-primary:hover,
button.primary:hover,
.button-primary:hover {
background-color: {{colors.primary.default.hex}} !important;
color: {{colors.on_primary.default.hex}} !important;
}
#newMsgButton,
#newIMAccountButton {
background-color: {{colors.primary.default.hex}} !important;
color: {{colors.on_primary.default.hex}} !important;
}
.tabmail-tab[selected="true"],
.tab-background[selected="true"],
tab[selected="true"] {
background-color: {{colors.primary.default.hex}} !important;
color: {{colors.on_primary.default.hex}} !important;
}
.tabmail-tab[selected="true"] .tab-text,
tab[selected="true"] .tab-text {
color: {{colors.on_primary.default.hex}} !important;
}
.spaces-toolbar-button.current {
background-color: {{colors.primary.default.hex}} !important;
color: {{colors.on_primary.default.hex}} !important;
}
#folderTree li[is="folder-tree-row"].new-messages > .container,
#folderTree li[is="folder-tree-row"] > .container.new-messages {
color: {{colors.primary.default.hex}} !important;
font-weight: bold !important;
}
table th.column {
background-color: {{colors.primary.default.hex}} !important;
color: {{colors.on_primary.default.hex}} !important;
}
table tr th {
background-color: {{colors.primary.default.hex}} !important;
color: {{colors.on_primary.default.hex}} !important;
}
:root {
--folderpane-unread-new-count-background: {{colors.primary.default.hex}} !important;
--new-folder-color: {{colors.primary.default.hex}} !important;
}
#booksPaneCreateContact,
button.button-primary.icon-button {
background-color: {{colors.primary.default.hex}} !important;
color: {{colors.on_primary.default.hex}} !important;
}
tree-table-cell-container button {
background-color: {{colors.surface_container_high.default.hex}} !important;
color: {{colors.on_surface.default.hex}} !important;
}