1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| .messagetable {
| display: none;
| width: 100%;
| border-radius: 4px;
| color: #ffffff;
| }
|
| .messagetable .path {
| width: 100%;
| height: 20px;
| margin-bottom: 10px;
| height: 30px;
| line-height: 30px;
| }
|
| .fixed-table-container tbody .selected td {
| background-color: #3f4854a9;
| }
|
|