diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 9b8fbde305..d09d697a4b 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -151,3 +151,4 @@ td.delayed > span {display: inline-block; height: 20px; line-height: 18px; backg .table .is-nest-child {background: #F8F8F8;} .table tbody td.has-child .icon-angle-right {color: #838a9d;} .table.has-sort-head thead > tr > th:last-child {padding-right: 8px;} +tbody tr td.c-actions .dividing-line {width: 1px; height: 16px; display: inline-block; vertical-align: middle; background: #F4F5F7; margin: 0 4px 0 0;}