diff --git a/apps/common/main/lib/component/TableStyler.js b/apps/common/main/lib/component/TableStyler.js
index 68e5fb58a6..018873d69a 100644
--- a/apps/common/main/lib/component/TableStyler.js
+++ b/apps/common/main/lib/component/TableStyler.js
@@ -370,8 +370,8 @@ define([
template: _.template([
'
',
- '
',
- '
',
+ '
',
+ '
',
'
',
'
',
'',
@@ -383,9 +383,9 @@ define([
'
',
'
',
'
',
- '
',
+ '
',
- '
',
+ '
',
'
',
'
',
'',
@@ -395,7 +395,7 @@ define([
'
',
'
',
'
',
- '
',
+ '
',
'
',
'<% for (var row = 0; row < scope.rows; row++) { %>',
'',
@@ -406,7 +406,7 @@ define([
'<% } %>',
'
',
'
',
- '
',
+ '
',
'
',
'
',
'',
@@ -417,8 +417,8 @@ define([
'',
'',
- '',
- '',
+ '
',
+ '
',
'
',
'
',
'',
@@ -430,7 +430,7 @@ define([
'
',
'
',
'
',
- '
',
+ '
',
'
'
].join('')),
diff --git a/apps/common/main/resources/less/table-styler.less b/apps/common/main/resources/less/table-styler.less
index 304cf4f767..09acc11585 100644
--- a/apps/common/main/resources/less/table-styler.less
+++ b/apps/common/main/resources/less/table-styler.less
@@ -37,4 +37,48 @@
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAIAQMAAADk/cxGAAAABlBMVEVMaXHAwMBbbSKjAAAAAXRSTlMAQObYZgAAAA5JREFUeNpj+MAAgVAAAC0QA8HkpvUHAAAAAElFTkSuQmCC');
}
}
+
+ .ts-preview-box {
+ position: absolute;
+
+ &.ts-preview-box--lt {
+ border-bottom: 1px dotted gray;
+ border-bottom: @scaled-one-px-value dotted gray;
+ border-right: 1px dotted gray;
+ border-right: @scaled-one-px-value dotted gray;
+ }
+
+ &.ts-preview-box--mt {
+ }
+
+ &.ts-preview-box--rt {
+ border-bottom: 1px dotted gray;
+ border-bottom: @scaled-one-px-value dotted gray;
+ border-left: 1px dotted gray;
+ border-left: @scaled-one-px-value dotted gray;
+ }
+
+ &.ts-preview-box--rm {
+ }
+
+ &.ts-preview-box--lb {
+ border-top: 1px dotted gray;
+ border-top: @scaled-one-px-value dotted gray;
+ border-right: 1px dotted gray;
+ border-right: @scaled-one-px-value dotted gray;
+ }
+
+ &.ts-preview-box--lm {
+ }
+
+ &.ts-preview-box--rb {
+ border-top: 1px dotted gray;
+ border-top: @scaled-one-px-value dotted gray;
+ border-left: 1px dotted gray;
+ border-left: @scaled-one-px-value dotted gray;
+ }
+
+ &.ts-preview-box--mb {
+ }
+ }
}
\ No newline at end of file