summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-08-25 12:05:04 +0200
committerVincent Petry <pvince81@owncloud.com>2015-08-25 12:05:04 +0200
commit010c03fc30a6d5d1765889431905dc415d289018 (patch)
treea65346be87d47a504f3b12561ada6449d108199b /apps
parent5e6fa3c9389fcfa3af682f12fe0f54918ae6c85d (diff)
downloadnextcloud-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.css1
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);
}