]> 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:45:30 +0000 (23:45 +0200)
committerLukas Reschke <lukas@statuscode.ch>
Tue, 23 Oct 2012 21:45:30 +0000 (23:45 +0200)
http://caniuse.com/#feat=css-boxshadow

search/css/results.css

index f2b0b1c53b64528deda44403c6fe73523d141e49..b1115c286b58c70f5727f1a35709982a6a3b1226 100644 (file)
@@ -10,7 +10,6 @@
        list-style: none;
        max-height: 80%;
        moz-border-radius-bottomleft: 1em;
-       moz-box-shadow: 0 0 10px #000;
        overflow: hidden;
        padding-bottom: 1em;
        position: fixed;
@@ -18,7 +17,6 @@
        text-overflow: ellipsis;
        top: 3.5em;
        webkit-border-bottom-left-radius: 1em;
-       webkit-box-shadow: 0 0 10px #000;
        width: 26.5em;
        z-index: 75;
 }