diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-08-25 12:05:04 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-08-25 12:05:04 +0200 |
commit | 010c03fc30a6d5d1765889431905dc415d289018 (patch) | |
tree | a65346be87d47a504f3b12561ada6449d108199b /apps | |
parent | 5e6fa3c9389fcfa3af682f12fe0f54918ae6c85d (diff) | |
download | nextcloud-server-010c03fc30a6d5d1765889431905dc415d289018.tar.gz nextcloud-server-010c03fc30a6d5d1765889431905dc415d289018.zip |
Fix row highlight in other file lists
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/css/files.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index d66eece94d9..840915604e1 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -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); } |