Add border to vote tables on hover
This commit is contained in:
parent
240ff8ba25
commit
fb899e8176
1 changed files with 4 additions and 0 deletions
|
|
@ -21,4 +21,8 @@
|
||||||
background-color: <%= v[:color] %> !important;
|
background-color: <%= v[:color] %> !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mj-cell-<%= v[:id] %>:hover {
|
||||||
|
border-left-width: 1px;
|
||||||
|
border-right-width: 1px;
|
||||||
|
}
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue