summaryrefslogtreecommitdiffstats
path: root/comm/calendar/base/themes/windows/calendar-unifinder.css
blob: 06f75998cd1bb315ca3eac859af84c18733cf23e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 * You can obtain one at http://mozilla.org/MPL/2.0/. */

@import url(chrome://calendar/skin/shared/calendar-unifinder.css);

#bottom-events-box {
  border-inline-start: 1px solid ThreeDShadow;
}

#unifinder-searchBox {
  height: 35px;
  border-bottom: 1px solid ThreeDShadow;
}

.unifinder-closebutton {
  margin-inline-end: 2px;
}

@media not (prefers-color-scheme: dark) {
  @media (-moz-windows-default-theme) {
    #unifinder-searchBox {
      background-color: #f8f8f8;
    }
  }
}