mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-20 13:36:45 +01:00
Add visual feedback to table titles
This commit is contained in:
parent
d5ab1119d3
commit
45c9518a6d
3 changed files with 81 additions and 13 deletions
|
|
@ -6,6 +6,10 @@ tr {
|
|||
user-select: none;
|
||||
}
|
||||
|
||||
th {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.table-row-selected {
|
||||
background-color: var(--pngx-primary-faded);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue