This commit is contained in:
Jeremy Thomas
2017-04-15 17:08:30 +01:00
parent c9c5d89bc5
commit ab286400d1
4 changed files with 71 additions and 1 deletions

View File

@@ -2973,6 +2973,22 @@ input[type="submit"].button {
background-color: #fafafa;
}
.table tr.is-selected {
background-color: #00d1b2;
color: #fff;
}
.table tr.is-selected a,
.table tr.is-selected strong {
color: currentColor;
}
.table tr.is-selected td,
.table tr.is-selected th {
border-color: #fff;
color: currentColor;
}
.table thead td,
.table thead th {
border-width: 0 0 2px;