diff options
-rw-r--r-- | themes/seven/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/seven/style.css b/themes/seven/style.css index df7f3de36..0be35fab2 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; +} /** |