summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-10-03 16:35:42 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-10-03 16:35:42 +0300
commit308d4383a36008f694d2d64ec85540f2f60a0e6b (patch)
tree1e19919077714f3f545e61a7e1253cafb26669a2 /apps
parentde175a4b0f0971c9cbbf912bbc3fd8cbc190b53d (diff)
downloadnextcloud-server-308d4383a36008f694d2d64ec85540f2f60a0e6b.tar.gz
nextcloud-server-308d4383a36008f694d2d64ec85540f2f60a0e6b.zip
simplify input elements for less cognitive load. No box-shadow, no text-shadow, smaller border-radius
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/css/public.css4
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..2c716c1cfdf 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('../../../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;
}