File: _subDataTable.less

package info (click to toggle)
matomo 5.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 95,068 kB
  • sloc: php: 289,425; xml: 127,249; javascript: 112,130; python: 202; sh: 178; makefile: 20; sql: 10
file content (33 lines) | stat: -rw-r--r-- 654 bytes parent folder | download | duplicates (2)
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
/* SUBDATATABLE */
/* a datatable inside another datatable */
table.subDataTable thead th {
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  border: 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

table.subDataTable td.label {
  background-image: none;
}

table.subDataTable td {
  border: 0;
  border-bottom: 1px solid #e7e7e7;
}

table.subDataTable td, table.subDataTable td a {
  color: #615B53;
}

table.subDataTable td.label, table.subDataTable td.column {
  color: #2D2A27;
}

/* are the following two supposed to be together? */
.subDataTable.dataTableFeatures {
  padding-top: 0;
  padding-bottom: 5px;
}