diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2012-10-23 23:45:30 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2012-10-23 23:45:30 +0200 |
commit | 099245430eb59f84158c2408a6011b53eff1f073 (patch) | |
tree | 9fd92019585b0299710b7df7d21795601919d20d /search | |
parent | 47be338f32ebd3a7f1bbe7eaf11df7e9263d32ff (diff) | |
download | nextcloud-server-099245430eb59f84158c2408a6011b53eff1f073.tar.gz nextcloud-server-099245430eb59f84158c2408a6011b53eff1f073.zip |
box-shadow can safely be used without vendor prefixes
http://caniuse.com/#feat=css-boxshadow
Diffstat (limited to 'search')
-rw-r--r-- | search/css/results.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/search/css/results.css b/search/css/results.css index f2b0b1c53b6..b1115c286b5 100644 --- a/search/css/results.css +++ b/search/css/results.css @@ -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; } |