diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-31 12:24:04 +0100 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-11-01 21:33:10 +0100 |
commit | 7bfb32230ae1cf8c50c385a0c50af24817bfbd25 (patch) | |
tree | aeb1ae99d43e61047790ceb1b858ed70d377f00e /apps/files_sharing/css | |
parent | a7ea3d29fa6baedb47e2a2f6677c7e0d166b6436 (diff) | |
download | nextcloud-server-7bfb32230ae1cf8c50c385a0c50af24817bfbd25.tar.gz nextcloud-server-7bfb32230ae1cf8c50c385a0c50af24817bfbd25.zip |
Use primary color for share link icon background instead of bland grey
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/sharetabview.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/css/sharetabview.scss b/apps/files_sharing/css/sharetabview.scss index be4d2635b7e..8e770b9555f 100644 --- a/apps/files_sharing/css/sharetabview.scss +++ b/apps/files_sharing/css/sharetabview.scss @@ -177,7 +177,7 @@ .avatar { width: 32px; height: 32px; - background-color: var(--color-background-darker); + background-color: var(--color-primary); } } .unshare img { @@ -262,4 +262,4 @@ .resharerInfoView.subView { position: relative; -}
\ No newline at end of file +} |