Fix and streamline color of links in tables
This commit is contained in:
@@ -140,8 +140,8 @@ img.lazyloading {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Avoid inlegible links in striped tables
|
// Avoid non legible links in striped tables
|
||||||
.pricetable a:not(.button) {
|
.table-striped a:not(.button) {
|
||||||
color: $bg_second;
|
color: $bg_second;
|
||||||
&.btn {
|
&.btn {
|
||||||
color: white;
|
color: white;
|
||||||
|
|||||||
@@ -1,10 +1,3 @@
|
|||||||
.table:not(.dates-table):not(.pricetable) {
|
|
||||||
a,
|
|
||||||
a:hover {
|
|
||||||
color: inherit;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.dates-table, .pricetable {
|
.dates-table, .pricetable {
|
||||||
> tbody > tr > th {
|
> tbody > tr > th {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|||||||
Reference in New Issue
Block a user