7 lines
121 B
CSS
7 lines
121 B
CSS
|
|
||
|
/* add a line between table's rows */
|
||
|
.table-view-table tr {
|
||
|
border-bottom: 1px dotted rgba(255, 255, 255, .1);
|
||
|
}
|
||
|
|