Improve visibility of links in selected datatables rows.

This commit is contained in:
Jan Böhmer 2022-08-01 00:51:50 +02:00
parent 4c574316c8
commit 5f8697626a

View file

@ -423,6 +423,13 @@ table .input-group-btn:last-child>.btn, table .input-group-btn:last-child>.btn-g
display: none;
}
}
/**
* Enforce white links on selected rows in datatables
*/
table.dataTable > tbody > tr.selected > td > a {
color: white !important;
}
/***************************************
* Dropdown with radio buttons
***************************************/