Fixed webapp build and error message.
[src/xds/xds-agent.git] / webapp / src / app / devel / devel.component.css
1 .table-center {
2     width: 60%;
3     margin-left: auto;
4     margin-right: auto;
5 }
6
7 .table-borderless>tbody>tr>td,
8 .table-borderless>tbody>tr>th,
9 .table-borderless>tfoot>tr>td,
10 .table-borderless>tfoot>tr>th,
11 .table-borderless>thead>tr>td,
12 .table-borderless>thead>tr>th {
13     border: none;
14 }
15
16 a.dropdown-item.disabled {
17     pointer-events:none;
18     opacity:0.4;
19 }