diff options
Diffstat (limited to 'WebContent/VAADIN/themes/runo/table')
-rw-r--r-- | WebContent/VAADIN/themes/runo/table/table.scss (renamed from WebContent/VAADIN/themes/runo/table/table.css) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/runo/table/table.css b/WebContent/VAADIN/themes/runo/table/table.scss index 42f93752be..47bcb2caca 100644 --- a/WebContent/VAADIN/themes/runo/table/table.css +++ b/WebContent/VAADIN/themes/runo/table/table.scss @@ -1,3 +1,5 @@ +@mixin runo-table { + .v-table-header-wrap { height: 36px; border: 1px solid #b6bbbc; @@ -200,3 +202,5 @@ tr.v-table-row-odd:hover { line-height: 18px; padding: 2px 0; } + +}
\ No newline at end of file |