diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-07-07 02:28:57 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-07-07 02:28:57 +0200 |
commit | f22e39a5745fcdf745aa2af0917ca62ef7598904 (patch) | |
tree | 7bce411a4be19803d39672225ead518d9ca71d83 /files/css/files.css | |
parent | 45bda0997f4cd591c4dab83a5a9bd73de2e98c3e (diff) | |
download | nextcloud-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.css | 1 |
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 |