aboutsummaryrefslogtreecommitdiffstats
path: root/files/css/files.css
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-07-07 02:28:57 +0200
committerRobin Appelman <icewind1991@gmail.com>2011-07-07 02:28:57 +0200
commitf22e39a5745fcdf745aa2af0917ca62ef7598904 (patch)
tree7bce411a4be19803d39672225ead518d9ca71d83 /files/css/files.css
parent45bda0997f4cd591c4dab83a5a9bd73de2e98c3e (diff)
downloadnextcloud-server-f22e39a5745fcdf745aa2af0917ca62ef7598904.tar.gz
nextcloud-server-f22e39a5745fcdf745aa2af0917ca62ef7598904.zip
highlight selected files in the filebrowser
Diffstat (limited to 'files/css/files.css')
-rw-r--r--files/css/files.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/files/css/files.css b/files/css/files.css
index 9e0361327db..a3d098b9116 100644
--- a/files/css/files.css
+++ b/files/css/files.css
@@ -76,6 +76,7 @@ table {
}
tbody tr:hover, tbody tr:active { background-color:#eee; }
+tbody tr.selected { background-color:#ccc; }
tbody a { color:#000; }
table td.filesize, table td.date