diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-07-07 00:19:38 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-07-07 00:19:38 +0200 |
commit | b29789277568b1acf0db786ec42f2367c13ada68 (patch) | |
tree | 15600c9b5e4e4efdd1d336293266d6e5658a91be /files | |
parent | 39c56a6ed0177976aab092a408abd4264b3dec49 (diff) | |
download | nextcloud-server-b29789277568b1acf0db786ec42f2367c13ada68.tar.gz nextcloud-server-b29789277568b1acf0db786ec42f2367c13ada68.zip |
file list hover effect
Diffstat (limited to 'files')
-rw-r--r-- | files/css/files.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/files/css/files.css b/files/css/files.css index ed19a560ea6..bf67b3bdccb 100644 --- a/files/css/files.css +++ b/files/css/files.css @@ -80,6 +80,9 @@ table { width: 90%; } +tbody tr:hover, tbody tr:active { background-color:#eee; } +tbody a { color:#000; } + table td.filesize, table td.date { width: 5em; |