mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Fix row highlight in other file lists
This commit is contained in:
parent
5e6fa3c938
commit
010c03fc30
1 changed files with 1 additions and 0 deletions
|
|
@ -148,6 +148,7 @@
|
|||
background-color: rgb(240,240,240);
|
||||
}
|
||||
#filestable tbody tr.highlighted,
|
||||
#filestable tbody tr.highlighted .name:focus,
|
||||
#filestable tbody tr.selected {
|
||||
background-color: rgb(230,230,230);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue