diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-10-04 17:32:06 +0300 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-10-04 17:32:06 +0300 |
commit | da0db7bcb28dc49e7157c56b758f1d2c8d59fe5b (patch) | |
tree | 56e2f8a45923b81e79a67adb67765b4c3afc6f6e /apps/files_sharing/css | |
parent | 041837de2c85d79a05d29933d87e9077dd31530c (diff) | |
download | nextcloud-server-da0db7bcb28dc49e7157c56b758f1d2c8d59fe5b.tar.gz nextcloud-server-da0db7bcb28dc49e7157c56b758f1d2c8d59fe5b.zip |
fix multiselect bar opacity, webroot
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/public.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index 2c716c1cfdf..3aa4a483041 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -3,7 +3,7 @@ body { } #header { - background: #1d2d44 url('../../../core/img/noise.png') repeat; + background: #1d2d44 url('%webroot%/core/img/noise.png') repeat; height:2.5em; left:0; line-height:2.5em; |