Merge pull request #915 from minrk/right-soft-selected

Remove soft selected right border background-leaking
This commit is contained in:
Min RK 2016-01-02 13:47:57 +01:00
commit 7bfeea46f5

View File

@ -29,9 +29,10 @@ div.cell {
border-left-color: @soft_select_color;
border-left-width: @cell_border_width;
padding-left: @cell_padding - @cell_border_width;
border-right-color: @soft_select_color;
border-right-width: @cell_border_width;
background: @soft_select_color;
@media print {
border-color: transparent;
}