Skip to content

Commit

Permalink
Fixed colors of Quick Filter bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Patton committed Apr 1, 2021
1 parent b669072 commit ad31d3e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
Binary file modified arc-inspired.xpi
Binary file not shown.
22 changes: 22 additions & 0 deletions source/custom_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,28 @@ toolbarbutton:hover {
fill: #FFFFFF;
}

/*---- Quick Filter bar ----*/
:root[lwt-tree] #quick-filter-bar:-moz-lwtheme {
background-color: #EBEBEB;
color: rgb(92, 97, 108);
}
#quick-filter-bar toolbarbutton {
border: 1px solid rgb(0, 0, 0, 0.25);
transition: unset;
color: rgb(92, 97, 108);
}
#quick-filter-bar toolbarbutton:hover {
background-color: #5294E2;
border: 1px solid #5294E2;
color: #FFFFFF !important;
transition: unset;
}
.findbar-button:not([disabled="true"]):-moz-any([checked="true"], :hover:active), .toolbarbutton-1 > .toolbarbutton-menubutton-button:not([disabled="true"]):hover:active, .toolbarbutton-1[open="true"] > .toolbarbutton-menubutton-dropmarker:not([disabled="true"]), .toolbarbutton-1:not([type="menu-button"]):not([disabled="true"]):-moz-any([open="true"], [checked="true"], :hover:active) {
background: #5294E2;
box-shadow: var(--toolbarbutton-active-boxshadow);;
color: #FFFFFF !important;
}

/*---- Mail folder tree ----*/
/*
#folderTree {
Expand Down
2 changes: 1 addition & 1 deletion source/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version":2,
"name":"Arc Inspired",
"version":"0.5.0",
"version":"0.5.1",
"description":"An Arc inspired theme for Thunderbird",
"author":"kaipee",
"homepage_url":"https://github.com/kaipee/thunderbird-theme-arc",
Expand Down

0 comments on commit ad31d3e

Please sign in to comment.