From: Jan-Christoph Borchardt Date: Wed, 2 Oct 2013 14:59:38 +0000 (+0300) Subject: remove box-shadows for header, navigation and controls bar - looks sharper and less... X-Git-Tag: v6.0.0alpha2~112^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c548edd90f334cea26cdebceb2efd576b3461f9c;p=nextcloud-server.git remove box-shadows for header, navigation and controls bar - looks sharper and less washed out --- diff --git a/core/css/styles.css b/core/css/styles.css index dcdeda8a9c9..06b61f0fa68 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -19,9 +19,6 @@ body { background:#fefefe; font:normal .8em/1.6em "Helvetica Neue",Helvetica,Ari #body-user #header, #body-settings #header { position:fixed; top:0; left:0; right:0; z-index:100; height:45px; line-height:2.5em; background:#1d2d44 url('../img/noise.png') repeat; - -moz-box-shadow:0 0 10px rgba(0, 0, 0, .5); - -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .5); - box-shadow:0 0 10px rgba(0, 0, 0, .5); } #body-login { @@ -164,7 +161,6 @@ input[type="submit"].enabled { background:#66f866; border:1px solid #5e5; -moz-b border-bottom: 1px solid #e7e7e7; z-index: 50; -moz-box-sizing: border-box; box-sizing: border-box; - -moz-box-shadow: 0 -3px 7px #000; -webkit-box-shadow: 0 -3px 7px #000; box-shadow: 0 -3px 7px #000; } #controls .button { display: inline-block; @@ -512,7 +508,6 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; } z-index: 75; height: 100%; background:#383c43 url('../img/noise.png') repeat; - -moz-box-shadow:0 0 7px #000; -webkit-box-shadow:0 0 7px #000; box-shadow:0 0 7px #000; overflow:hidden; box-sizing:border-box; -moz-box-sizing:border-box; /* prevent ugly selection effect on accidental selection */ -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;