Не уверен, что существует какой-либо другой CSS, связанный с таблицей, который переопределяет заполнение ячеек. Я пытаюсь создать новую таблицу.< /p>
Есть какие-нибудь предложения о том, как получить правильное заполнение ячеек и цвет границы в таблице?
Это снимок экрана таблицы, которую я пытаюсь воспроизвести. :

Вот снимок экрана созданной мной таблицы.
< img alt="введите описание изображения здесь" src="https://i.sstatic.net/7FNrq.png" />
Вот CSS и таблица HTML:
Код: Выделить всё
table, td, th {
border: 1px solid black;
height: 30px !important;
display: table-cell;
vertical-align: middle;
}
table {
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
width: 70%;
}
tbody {
display: table-row-group;
vertical-align: middle;
border-color: inherit;
}
tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}
tr td {
border-color: #e0dede !important;
}Код: Выделить всё
Spring <80°
Summer >80°
Fall <80°
Number of Days per Week
1
2
1
Duration
Through the remainder of the season
Turn on watering hose to a slight trickle and lay it at the base of the tree for approximately 20 to 30 minutes. Repeat this step on the other side of the tree
Подробнее здесь: https://stackoverflow.com/questions/722 ... olor-issue
Мобильная версия