diff options
author | Simon L <szaimen@e.mail.de> | 2023-08-15 16:00:19 +0200 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-08-15 14:38:54 +0000 |
commit | cec498605f110bc4ea0bcb98a12438518207c556 (patch) | |
tree | efa003167f373ba33915244a27534826ca8a11eb /apps/files/css/files.scss | |
parent | 89f66a5a4b7e384de3610afba8beea05a16e4f8f (diff) | |
download | nextcloud-server-cec498605f110bc4ea0bcb98a12438518207c556.tar.gz nextcloud-server-cec498605f110bc4ea0bcb98a12438518207c556.zip |
adjust add button
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/files/css/files.scss')
-rw-r--r-- | apps/files/css/files.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index c7bcc50b7f7..18e6dfc530b 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -872,7 +872,7 @@ table.dragshadow td.size { /* Center triangle */ &::after { - left: 61px !important; + left: 74px !important; } } @@ -955,6 +955,10 @@ table.dragshadow td.size { .app-files .actions .button.new { position: relative; + width: unset; + gap: 5px; + background-color: var(--color-primary-element-light); + color: var(--color-primary-element-light-text); } .breadcrumb { |