diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 840915604e..7a4d6110ba 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -219,10 +219,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 { + border-bottom: 1px solid #eee; + text-align: left; + font-weight: normal; +} table td { padding: 0 15px; - border-bottom: 1px solid #eee; font-style: normal; background-position: 8px center; background-repeat: no-repeat; diff --git a/core/css/apps.css b/core/css/apps.css index b3d7eaf659..620c301382 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -533,7 +533,7 @@ button.loading { display: block; padding: 30px; color: #555; - border-top: 1px solid #ddd; + margin-bottom: 24px; } .section.hidden { display: none !important; diff --git a/settings/css/settings.css b/settings/css/settings.css index 0f1f432e4e..5fa9b30a64 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -316,7 +316,7 @@ span.version { } #app-category-1 { - border-bottom: 1px solid #e8e8e8; + margin-bottom: 18px; } /* capitalize "Other" category */ #app-category-925 {