diff --git a/app/assets/stylesheets/osom-tables.css.scss b/app/assets/stylesheets/osom-tables.css.scss index f3ca6d3..644b9c8 100644 --- a/app/assets/stylesheets/osom-tables.css.scss +++ b/app/assets/stylesheets/osom-tables.css.scss @@ -82,7 +82,7 @@ &.loading, &.empty { table { - th, td { + thead, tbody { -webkit-filter: blur(1.5px); -moz-filter: blur(1.5px); -ms-filter: blur(1.5px); diff --git a/lib/osom_tables.rb b/lib/osom_tables.rb index 068a26e..1b8a71d 100644 --- a/lib/osom_tables.rb +++ b/lib/osom_tables.rb @@ -1,3 +1,3 @@ module OsomTables - VERSION = '3.1.0' + VERSION = '3.1.1' end