Skip to content

Commit 98f6b39

Browse files
committed
Fix #23
1 parent 7ae3b6c commit 98f6b39

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

chrome/MonterailOverlay/css/root.css

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@
4242
/* Search Box */
4343
--search-background-color: #fff;
4444
--search-text-color: #000;
45+
46+
/* Date filter search */
47+
--dateColor: var(--background-color);
48+
--barHlColor: var(--tree-background-color-selected);
49+
--barColor: var(--tree-background-color-selected);
4550
}
4651

4752
* {
@@ -132,4 +137,30 @@ thumb:hover {
132137
.searchInput {
133138
background: var( --search-background-color);
134139
color: var(--search-text-color);
140+
}
141+
142+
/* Search date filter */
143+
#date-toggle {
144+
fill: #729fcf;
145+
color: #ffffff;
146+
background-image: url("chrome://messenger/skin/icons/timeline.svg") !important;
147+
background-color: transparent !important;
148+
-moz-context-properties: fill;
149+
}
150+
151+
.facetious[type="date"][zoomedout="false"] .facet-date-zoom-out {
152+
background-color: var(--background-color) !important;
153+
background-image: url("chrome://messenger/skin/icons/zoomout-hover.png") !important;
154+
}
155+
156+
.facetious[type="date"][zoomedout="false"] .facet-date-zoom-out:hover {
157+
background-color: var(--tree-background-color-selected) !important;
158+
}
159+
160+
#date-toggle:hover {
161+
fill: var(--tree-background-color-selected) !important;
162+
}
163+
164+
#facet-date text {
165+
fill: var(--headers-background-color);
135166
}

0 commit comments

Comments
 (0)