summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-02 15:52:57 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-02 15:52:57 +0200
commit708758f34e52b940d3e951d1ae5c2a66c9c73bdb (patch)
tree0544bd3772b035e940eae5907cd764838a930eca
parentde23ae735b61cc721537fade25e405b44aef1296 (diff)
downloadnextcloud-server-708758f34e52b940d3e951d1ae5c2a66c9c73bdb.tar.gz
nextcloud-server-708758f34e52b940d3e951d1ae5c2a66c9c73bdb.zip
remove unused table sizing CSS
-rw-r--r--apps/files/css/files.css5
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;
}