diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2012-10-23 23:56:15 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2012-10-23 23:56:15 +0200 |
commit | 4956380a8903e27b032ff2df198c2ffe50b9efbb (patch) | |
tree | 0151e2f7d75e87a801ebd32a5d2368941d78277a /core/css | |
parent | dcb286855eaff351c69cde5b635aa5fbe993ad7d (diff) | |
download | nextcloud-server-4956380a8903e27b032ff2df198c2ffe50b9efbb.tar.gz nextcloud-server-4956380a8903e27b032ff2df198c2ffe50b9efbb.zip |
Remove uneeded vendor prefixes
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/share.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/css/share.css b/core/css/share.css index 6a669acfb0b..432283ebfce 100644 --- a/core/css/share.css +++ b/core/css/share.css @@ -10,15 +10,9 @@ box-shadow: 0 1px 1px #777; display: block; margin-right: 7em; - moz-border-radius-bottomleft: 1em; - moz-border-radius-bottomright: 1em; - moz-box-shadow: 0 1px 1px #777; padding: 1em; position: absolute; right: 0; - webkit-border-bottom-left-radius: 1em; - webkit-border-bottom-right-radius: 1em; - webkit-box-shadow: 0 1px 1px #777; width: 19em; z-index: 500; } |