]> source.dussan.org Git - nextcloud-server.git/commitdiff
box-shadow can safely be used without vendor prefixes
authorLukas Reschke <lukas@statuscode.ch>
Tue, 23 Oct 2012 21:50:11 +0000 (23:50 +0200)
committerLukas Reschke <lukas@statuscode.ch>
Tue, 23 Oct 2012 21:50:11 +0000 (23:50 +0200)
settings/css/settings.css

index 60a42784661a9e5a33c3f4678eab9ae8d95f65ab..f5ee2124f0f11e59c864bc3bcebf81c85caf9c25 100644 (file)
@@ -38,7 +38,7 @@ div.quota { float:right; display:block; position:absolute; right:25em; top:0; }
 div.quota-select-wrapper { position: relative; }
 select.quota { position:absolute; left:0; top:0; width:10em; }
 select.quota-user { position:relative; left:0; top:0; width:10em; }
-input.quota-other { display:none; position:absolute; left:0.1em; top:0.1em; width:7em; border:none; -webkit-box-shadow: none; -moz-box-shadow:none ; box-shadow:none; }
+input.quota-other { display:none; position:absolute; left:0.1em; top:0.1em; width:7em; border:none; box-shadow:none; }
 div.quota>span { position:absolute; right:0em; white-space:nowrap; top: 0.7em }
 select.quota.active { background: #fff; }