summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss')
-rw-r--r--scss/custom.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/scss/custom.scss b/scss/custom.scss
index 00bbd5f12..bbc31d4f6 100644
--- a/scss/custom.scss
+++ b/scss/custom.scss
@@ -311,9 +311,14 @@ pre {
/* datatable - start */
+.btn-group-sm > .btn.table-export{
+ border-radius: .2rem 0 0 .2rem;
+}
+
.selected-lines{
- margin: 0 1em;
+ margin: 0;
font-size: 0.8em;
+ border-radius: 0 .2rem .2rem 0;
.sl-selected{
display: none;
}