LIT-EIA / adapt-esdc-college-theme

MeD's official Adapt theme
GNU General Public License v3.0
2 stars 0 forks source link

Tables - styling #47

Closed LIT-EIA-OWNER closed 2 years ago

LIT-EIA-OWNER commented 2 years ago

In certain components, tables don't have borders (not grabbing the styles from theme)

falcochip commented 2 years ago

table styles were only applied to .text-body classes. Updated line 622 in theme-extras.less //Table styles [class$="-body"] table th, [class$="-body"] table td { border: 2px solid @esdc-dark-blue; border-spacing: 0; padding: 10px; } [class$="-body"] table th { background-color: @esdc-dark-blue; color: @esdc-white; }