diff options
Diffstat (limited to 'apps/files/css/files.scss')
-rw-r--r-- | apps/files/css/files.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 7c1a64ae36d..cca94f0fdec 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -305,6 +305,17 @@ table th.column-last, table td.column-last { top: 94px; } +#app-content-recent, +#app-content-favorites, +#app-content-shareoverview, +#app-content-sharingout, +#app-content-sharingin, +#app-content-sharinglinks, +#app-content-deletedshares, +#app-content-pendingshares { + margin-top: 22px; +} + table.multiselect thead th { background-color: var(--color-main-background-translucent); font-weight: bold; |