diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/css/files.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index d66eece94d9..d821b560120 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -218,10 +218,14 @@ table th:focus .sort-indicator.hidden { visibility: visible; } -table th, table td { border-bottom:1px solid #ddd; text-align:left; font-weight:normal; } +table th, table td { - padding: 0 15px; border-bottom: 1px solid #eee; + text-align: left; + font-weight: normal; +} +table td { + padding: 0 15px; font-style: normal; background-position: 8px center; background-repeat: no-repeat; |