On Nov 29, 2017, at 8:26 AM, Richard Hipp <d...@sqlite.org> wrote:
> 
> On 11/29/17, Warren Young <war...@etr-usa.com> wrote:
>> 
>>    https://imgur.com/a/TEWjA
> 
> I think we'd like the selection mechanism to somehow highlight the
> entire row

I don’t think it really helps, but this gets you part of the way there:

tr.timelineSelected td.timelineModernCell {
  border-width: 0;
  border-radius: 0;
}

For some reason, border-radius and the box-shadow effect don’t combine well on 
<tr> as they do with <td>, at least with Chrome.

You can’t make the white gaps go away without collapsing borders throughout the 
table, which would remove the white gaps between colored rows, too.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to