summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/valo/components/_table.scss
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components/_table.scss')
-rw-r--r--WebContent/VAADIN/themes/valo/components/_table.scss19
1 files changed, 18 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_table.scss b/WebContent/VAADIN/themes/valo/components/_table.scss
index 8b155fe525..7aa2d127da 100644
--- a/WebContent/VAADIN/themes/valo/components/_table.scss
+++ b/WebContent/VAADIN/themes/valo/components/_table.scss
@@ -75,7 +75,11 @@ $v-table-background-color: null !default;
.v-table-header table,
.v-table-footer table,
.v-table-table {
- outline: $v-table-border-width solid $border-color;
+ box-shadow: 0 0 0 $v-table-border-width $border-color;
+
+ .v-ie8 & {
+ outline: $v-table-border-width solid $border-color;
+ }
}
.#{$primary-stylename}-header-wrap,
@@ -319,6 +323,19 @@ $v-table-background-color: null !default;
}
}
+ .v-scrollable > .#{$primary-stylename} .#{$primary-stylename}-column-selector {
+ right: 0;
+ top: 0;
+ border-top: none;
+ border-right: none;
+ border-radius: 0 0 0 50%;
+
+ &:after {
+ top: 0;
+ right: 0;
+ }
+ }
+
.#{$primary-stylename}-header-wrap:hover .#{$primary-stylename}-column-selector {
@include opacity(1);
@include transition-delay(100ms);