Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2012-10-24 01:50:11 +0400
committerLukas Reschke <lukas@statuscode.ch>2012-10-24 01:50:11 +0400
commit95505008ec731c80dc4a72707cb1a436fce97493 (patch)
tree295a2f4ee953da439e7a2a328f7773133cf3d82b /settings/css
parent1a9ba0bea4be2466b6044b32186a372eb4f14409 (diff)
box-shadow can safely be used without vendor prefixes
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 60a42784661..f5ee2124f0f 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -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; }