blob: 4b03dcba6bdfa7e8d6bf0e77714dce1e80290cc6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
.table-center {
width: 60%;
margin-left: auto;
margin-right: auto;
}
.table-borderless>tbody>tr>td,
.table-borderless>tbody>tr>th,
.table-borderless>tfoot>tr>td,
.table-borderless>tfoot>tr>th,
.table-borderless>thead>tr>td,
.table-borderless>thead>tr>th {
border: none;
}
a.dropdown-item.disabled {
pointer-events:none;
opacity:0.4;
}
|