livewire icon indicating copy to clipboard operation
livewire copied to clipboard

Add option to set background and line color for tables

Open luciarodriguez opened this issue 9 years ago • 2 comments

Right now, Livewire sets a gray/white background color sequence. It would be particularly useful for tables with only images to have the same background colors and no line colors.

luciarodriguez avatar Oct 28 '16 14:10 luciarodriguez

@luciarodriguez does the table-plain class I implemented address this issue for you?

craigshoemaker avatar Feb 14 '17 22:02 craigshoemaker

@craigshoemaker It does if the table only contains images, like in Image 1 for example. However, in Image 2, I still need the table to have horizontal lines, not just vertical ones.

Could you create a second class that looks like the table-plain one, but also has horizontal lines? "table-plain" works great for images like the first one and I'd like to keep it.

Desktop_Tables.zip

luciarodriguez avatar Feb 15 '17 13:02 luciarodriguez