Bug 1395824 Add css for table borders in aboutReader.css r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D29957

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Sonali9 2019-05-06 19:00:03 +00:00
Родитель 92efaf5bf1
Коммит 5fe0091f40
2 изменённых файлов: 26 добавлений и 0 удалений

Просмотреть файл

@ -414,6 +414,19 @@ body.dark > .container > .content blockquote {
margin-bottom: 20px !important;
}
table,
th,
td {
border: 1px solid currentColor;
border-collapse: collapse;
padding: 6px;
vertical-align: top;
}
table {
margin: 5px;
}
/* Covers all images showing edge-to-edge using a
an optional caption text */
.moz-reader-content .wp-caption,

Просмотреть файл

@ -729,6 +729,19 @@ button {
list-style: decimal;
}
table,
th,
td {
border: 1px solid currentColor;
border-collapse: collapse;
padding: 6px;
vertical-align: top;
}
table {
margin: 5px;
}
/* Visually hide (but don't display: none) screen reader elements */
.moz-reader-content .visually-hidden,
.moz-reader-content .visuallyhidden,