diff options
author | Morris Jobke <morris.jobke@gmail.com> | 2013-10-04 10:40:32 -0700 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2013-10-04 10:40:32 -0700 |
commit | a927c145bed8c435af63469742bed58a7b657380 (patch) | |
tree | 70daeed510f68d9954494a0dd6e366ff0b715ba5 /apps/files_sharing | |
parent | bae121b16dbabed3ec307ea58e3b8a73ab27161c (diff) | |
parent | 0c53269b5e53271c4cfcf9fb332454d2934a4b39 (diff) | |
download | nextcloud-server-a927c145bed8c435af63469742bed58a7b657380.tar.gz nextcloud-server-a927c145bed8c435af63469742bed58a7b657380.zip |
Merge pull request #5102 from owncloud/input-simplify
Input simplify
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/css/public.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index b6511cb57cc..3aa4a483041 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -3,8 +3,7 @@ body { } #header { - background:#1d2d44; - box-shadow:0 0 10px rgba(0,0,0,.5), inset 0 -2px 10px #222; + background: #1d2d44 url('%webroot%/core/img/noise.png') repeat; height:2.5em; left:0; line-height:2.5em; @@ -61,7 +60,6 @@ body { p.info { color:#777; text-align:center; - text-shadow:#fff 0 1px 0; width:22em; margin:2em auto; } |