diff options
-rw-r--r-- | apps/files/css/files.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index decfdbd2cda..45cce864b10 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -155,8 +155,9 @@ tr:hover span.extension { color: #777; } -table tr.mouseOver td { background-color:#eee; } -table th { height:24px; padding:0 8px; } +table tr.mouseOver td { + background-color: #eee; +} table th, table th a { color: #999; } |