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
| .topic-text {
| display: flex;
| padding: 8px;
| align-items: center;
| color: rgba(51, 51, 51, 1);
| background-color: #fff;
| }
|
| .popup-btn-group {
| display: flex;
| justify-content: space-between;
| padding: 0 var(--td-spacer-2);
| /* background-color: aqua; */
| align-items: center;
| }
|
| .t-class-checkbox {
| /* background-color: tomato !important; */
| /* padding: initial !important; */
| text-align: end;
| }
|
| .t-class-button {
| margin: initial !important;
| }
|
| .patrol-task-item {
| opacity: 0.5;
| }
|
| .patrol-task-item-selected {
| opacity: 1;
| }
|
|