Many content pages were missing the background white box styling including Views module pages, search page, account pages etc. Fixed by adding ".content-column .block .block-content" to the list of selector groups for the following block style:

.region-sidebar-first .block .block-content,
.region-sidebar-second .block .block-content,
.region-content-top .block .block-content,
.region-content-bottom .block .block-content,
.region-featured .block .block-content,
.region-preblocks .block .block-content,
.region-postblocks .block .block-content,
.content-column .block .block-content /********** <-----MY FIX **********/ {
border: 1px solid #fff;
outline: 1px solid #d1d1d1;
padding: 19px;
overflow: hidden;
background-color: #f0f0f0;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #f6f6f6));
background-image: -webkit-linear-gradient(#eeeeee, #f6f6f6);
background-image: -moz-linear-gradient(#eeeeee, #f6f6f6);
background-image: -o-linear-gradient(#eeeeee, #f6f6f6);
background-image: -ms-linear-gradient(#eeeeee, #f6f6f6);
background-image: linear-gradient(#eeeeee, #f6f6f6);
}

Awesome theme BTW. Hope this helps.

CommentFileSizeAuthor
new.PNG97.92 KBnevi
old.PNG121.89 KBnevi
Support from Acquia helps fund testing for Drupal Acquia logo