]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove uneeded vendor prefixes
authorLukas Reschke <lukas@statuscode.ch>
Tue, 23 Oct 2012 21:56:15 +0000 (23:56 +0200)
committerLukas Reschke <lukas@statuscode.ch>
Tue, 23 Oct 2012 21:56:15 +0000 (23:56 +0200)
core/css/share.css

index 6a669acfb0bc88dd2af6b90c83ee74ca8eda116b..432283ebfcedf78d473e8744d77ef36f4e82e4c7 100644 (file)
        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;
 }