diff --git a/views/style.erb b/views/style.erb index 2da46db..e6f2c05 100644 --- a/views/style.erb +++ b/views/style.erb @@ -18,13 +18,14 @@ } .mj-cell-<%= v[:id] %> { + border-left-width: 2px; + border-right-width: 2px; + border-color: <%= v[:color] %>; background-color: <%= v[:color] %> !important; } <% end %> table:has(.mj-cell:hover) .mj-cell { - border-left-width: 2px; - border-right-width: 2px; border-color: var(--bs-body-color); }