From f22e39a5745fcdf745aa2af0917ca62ef7598904 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Thu, 7 Jul 2011 02:28:57 +0200 Subject: highlight selected files in the filebrowser --- files/css/files.css | 1 + 1 file changed, 1 insertion(+) (limited to 'files/css/files.css') 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 -- cgit v1.2.3