diff --git a/themes/seven/style.css b/themes/seven/style.css index df7f3de363a939662e15a4052f126f4854d4b555..0be35fab27cc76c26c26674d7591f52936f55c0b 100644 --- a/themes/seven/style.css +++ b/themes/seven/style.css @@ -506,6 +506,13 @@ table.system-status-report tr.error { color: #8c2e0b; background-color: #fef5f1; } +/** + * Exception for webkit bug with the right border of the last cell + * in some tables, since it's webkit only, we can use :last-child + */ +tr td:last-child { + border-right: 1px solid #BEBFB9; +} /**