10/17/2013 at 1:06 pm
#271733
Keymaster
@ Alyssa
You need to remove the background gradient from the CSS files, cmap.css and cmap.min.css.
Look for this:
#cn-cmap .cn-entry{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 3px 4px 2px rgba(100,100,100,.4);-moz-box-shadow:0 3px 4px 2px rgba(100,100,100,.4);box-shadow:0 3px 4px 2px rgba(100,100,100,.4);background:#e3e3e3;background:-moz-linear-gradient(top,#e3e3e3 1%,#f1f1f1 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#e3e3e3),color-stop(100%,#f1f1f1));background:-webkit-linear-gradient(top,#e3e3e3 1%,#f1f1f1 100%);background:-o-linear-gradient(top,#e3e3e3 1%,#f1f1f1 100%);background:-ms-linear-gradient(top,#e3e3e3 1%,#f1f1f1 100%);background:linear-gradient(top,#e3e3e3 1%,#f1f1f1 100%);border:1px solid #d3d3d3;font-size:12px;margin:10px 4px;padding:12px;position:relative}
