diff options
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 9fbd3b816..00bbd5f12 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -311,6 +311,15 @@ pre { /* datatable - start */ +.selected-lines{ + margin: 0 1em; + font-size: 0.8em; + .sl-selected{ + display: none; + } +} + + table.dataTable { font-size: 0.8em; } |