Proyectos de Subversion LeadersLinked - Backend

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
16825 efrain 1
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
2
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
3
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
4
  cursor: default !important;
5
}
6
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
7
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
8
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
9
  display: none !important;
10
}
11
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
12
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
13
  cursor: pointer;
14
}
15
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
16
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
17
  margin-right: 0.5em;
18
  display: inline-block;
19
  color: rgba(0, 0, 0, 0.5);
20
  content: "â–º";
21
}
22
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control.arrow-right::before,
23
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control.arrow-right::before {
24
  content: "â—„";
25
}
26
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
27
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
28
  content: "â–¼";
29
}
30
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
31
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
32
  padding-left: 0.333em;
33
}
34
table.dataTable.dtr-column > tbody > tr > td.dtr-control,
35
table.dataTable.dtr-column > tbody > tr > th.dtr-control,
36
table.dataTable.dtr-column > tbody > tr > td.control,
37
table.dataTable.dtr-column > tbody > tr > th.control {
38
  cursor: pointer;
39
}
40
table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
41
table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
42
table.dataTable.dtr-column > tbody > tr > td.control:before,
43
table.dataTable.dtr-column > tbody > tr > th.control:before {
44
  display: inline-block;
45
  color: rgba(0, 0, 0, 0.5);
46
  content: "â–º";
47
}
48
table.dataTable.dtr-column > tbody > tr > td.dtr-control.arrow-right::before,
49
table.dataTable.dtr-column > tbody > tr > th.dtr-control.arrow-right::before,
50
table.dataTable.dtr-column > tbody > tr > td.control.arrow-right::before,
51
table.dataTable.dtr-column > tbody > tr > th.control.arrow-right::before {
52
  content: "â—„";
53
}
54
table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before,
55
table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before,
56
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
57
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
58
  content: "â–¼";
59
}
60
table.dataTable > tbody > tr.child {
61
  padding: 0.5em 1em;
62
}
63
table.dataTable > tbody > tr.child:hover {
64
  background: transparent !important;
65
}
66
table.dataTable > tbody > tr.child ul.dtr-details {
67
  display: inline-block;
68
  list-style-type: none;
69
  margin: 0;
70
  padding: 0;
71
}
72
table.dataTable > tbody > tr.child ul.dtr-details > li {
73
  border-bottom: 1px solid #efefef;
74
  padding: 0.5em 0;
75
}
76
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
77
  padding-top: 0;
78
}
79
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
80
  padding-bottom: 0;
81
  border-bottom: none;
82
}
83
table.dataTable > tbody > tr.child span.dtr-title {
84
  display: inline-block;
85
  min-width: 75px;
86
  font-weight: bold;
87
}
88
 
89
div.dtr-modal {
90
  position: fixed;
91
  box-sizing: border-box;
92
  top: 0;
93
  left: 0;
94
  height: 100%;
95
  width: 100%;
96
  z-index: 100;
97
  padding: 10em 1em;
98
}
99
div.dtr-modal div.dtr-modal-display {
100
  position: absolute;
101
  top: 0;
102
  left: 0;
103
  bottom: 0;
104
  right: 0;
105
  width: 50%;
106
  height: fit-content;
107
  max-height: 75%;
108
  overflow: auto;
109
  margin: auto;
110
  z-index: 102;
111
  overflow: auto;
112
  background-color: #f5f5f7;
113
  border: 1px solid black;
114
  border-radius: 0.5em;
115
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
116
}
117
div.dtr-modal div.dtr-modal-content {
118
  position: relative;
119
  padding: 2.5em;
120
}
121
div.dtr-modal div.dtr-modal-content h2 {
122
  margin-top: 0;
123
}
124
div.dtr-modal div.dtr-modal-close {
125
  position: absolute;
126
  top: 6px;
127
  right: 6px;
128
  width: 22px;
129
  height: 22px;
130
  text-align: center;
131
  border-radius: 3px;
132
  cursor: pointer;
133
  z-index: 12;
134
}
135
div.dtr-modal div.dtr-modal-background {
136
  position: fixed;
137
  top: 0;
138
  left: 0;
139
  right: 0;
140
  bottom: 0;
141
  z-index: 101;
142
  background: rgba(0, 0, 0, 0.6);
143
}
144
 
145
@media screen and (max-width: 767px) {
146
  div.dtr-modal div.dtr-modal-display {
147
    width: 95%;
148
  }
149
}
150
html.dark table.dataTable > tbody > tr > td.dtr-control:before {
151
  color: rgba(255, 255, 255, 0.5) !important;
152
}
153
html.dark table.dataTable > tbody > tr.child ul.dtr-details > li {
154
  border-bottom-color: rgb(64, 67, 70);
155
}
156
html.dark div.dtr-modal div.dtr-modal-display {
157
  background-color: rgb(33, 37, 41);
158
  border: 1px solid rgba(255, 255, 255, 0.15);
159
}
160
 
161
div.dtr-bs-modal table.table tr:first-child td {
162
  border-top: none;
163
}
164
 
165
table.dataTable.table-bordered th.dtr-control.dtr-hidden + *,
166
table.dataTable.table-bordered td.dtr-control.dtr-hidden + * {
167
  border-left-width: 1px;
168
}