mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Improve visibility of links in selected datatables rows.
This commit is contained in:
parent
4c574316c8
commit
5f8697626a
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
***************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue