Skip to content
Snippets Groups Projects
Commit dfef5164 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #6863 by Kristjan: fixed incorrect table behavior.

parent 7b9a2453
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -23,7 +23,6 @@ pre, code {
}
table {
border-collapse: collapse;
width: 100%;
}
th {
text-align: left;
......@@ -34,14 +33,14 @@ th {
th.active img {
display: inline;
}
tr.dark, tr.light {
tr.dark td, tr.light td {
background-color: #eee;
border-bottom: 1px solid #ccc;
}
tr.dark td, tr.light td {
padding: 0.1em 0.6em;
}
td.active {
tr td.active {
background-color: #ddd;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment