mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 09:07:18 +01:00
table selection highlighting
This commit is contained in:
parent
b5a85caa72
commit
2dc3019083
2 changed files with 6 additions and 1 deletions
|
|
@ -0,0 +1,5 @@
|
|||
@import "/src/theme";
|
||||
|
||||
.table-row-selected {
|
||||
background-color: $primaryFaded;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue