summaryrefslogtreecommitdiffstats
path: root/comm/calendar/base/themes/windows/calendar-task-view.css
blob: b1ee37702c6d03f930372bf949644b4b81494671 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/* 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-task-view.css);

#calendar-task-details-container {
  padding-top: 0;
}

#task-text-filter-field {
  margin-block: 5px;
}

#task-text-filter-field .textbox-search-icons {
  margin-bottom: -1px;
}

/* ::::: task actions toolbar ::::: */

#calendar-add-task-button[disabled="true"] {
  fill-opacity: 0.4;
}

#view-task-edit-field,
#task-text-filter-field {
  width: 15em;
}

#calendar-task-box #calendar-task-view-splitter {
  border-width: 0;
  border-bottom: 1px solid var(--splitter-color);
  min-height: 0;
  height: 5px;
  background-color: transparent;
  margin-top: -5px;
  position: relative;
  z-index: 10;
}

#task-addition-box {
  height: 35px;
}

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

@media (-moz-platform: windows-win7) {
  #view-task-edit-field,
  #task-text-filter-field {
    margin-block: 4px;
  }
}