diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2012-10-23 23:50:11 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2012-10-23 23:50:11 +0200 |
commit | 95505008ec731c80dc4a72707cb1a436fce97493 (patch) | |
tree | 295a2f4ee953da439e7a2a328f7773133cf3d82b /settings/css | |
parent | 1a9ba0bea4be2466b6044b32186a372eb4f14409 (diff) | |
download | nextcloud-server-95505008ec731c80dc4a72707cb1a436fce97493.tar.gz nextcloud-server-95505008ec731c80dc4a72707cb1a436fce97493.zip |
box-shadow can safely be used without vendor prefixes
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 2 |
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; } |