-
Notifications
You must be signed in to change notification settings - Fork 1
/
styles.css
35 lines (31 loc) · 828 Bytes
/
styles.css
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
/*#myTable tbody tr:nth-child(even) {
background-color: #f2f2f2;
}*/
#myTable tbody tr:hover td {
background-color: rgba(0, 255, 255, 0.1);
}
/*.dropdown-menu {
pointer-events: none;
}*/
.dropdown-menu {
width: max-content;
}
.dropdown-item {
pointer-events: all;
}
.table-active, .table-active > td {
background-color: rgba(0, 255, 255, 0.1) !important;
}
/*table.dataTable thead .sorting::before,
table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting_desc::after {
content: "" !important;
}*/
/*#myTable thead .column1.sorting,
#myTable thead .column1.sorting_asc,
#myTable thead .column1.sorting_desc {
background-image: none !important;
}*/