diff options
Diffstat (limited to 'apps/files/css/files.css')
-rw-r--r-- | apps/files/css/files.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index be2af2d1aa5..aadf29687b8 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -75,10 +75,7 @@ color:#888; text-shadow:#fff 0 1px 0; } #filestable { position: relative; top:37px; width:100%; } -tbody tr { - background-color: #fff; - height: 50px; -} +#filestable tbody tr { background-color:#fff; height:2.5em; } tbody tr:hover, tbody tr:active { background-color: rgb(240,240,240); } |