diff --git a/less/repeater-list.less b/less/repeater-list.less index f53d81d6e..e95a623a7 100755 --- a/less/repeater-list.less +++ b/less/repeater-list.less @@ -246,14 +246,14 @@ word-wrap: break-word; &.table-actions { - border-left: 1px solid #ddd; + border-left: 1px solid @gray87; z-index: 2; border-collapse: collapse; table-layout: fixed; float: right; tr { - border-left: 1px solid #ddd; - background: #ffffff; + border-left: 1px solid @gray87; + background: @true-white; &.empty-heading { background: transparent; border-left: 1px solid transparent; @@ -269,11 +269,11 @@ padding-bottom: 6px; } th { - border-bottom: 1px solid #ddd; + border-bottom: 1px solid @gray87; padding-bottom: 8px; .repeater-list-heading { padding: 8px 0 7px; - border-left: 1px solid #F9F9F9; + border-left: 1px solid @gray98; margin-left: -1px; width: 100%; } @@ -326,11 +326,11 @@ .actions-column-wrapper { table { &.table-actions { - background-color: #ffffff; + background-color: @true-white; tr { background-color: transparent; &.empty-heading { - border-left: 1px solid #F9F9F9; + border-left: 1px solid @gray98; } th { padding-bottom: 8px;