We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

events bug - rainbow | Forum

Simone
Simone Jan 2 '16
there are no attend button on event's page


i think its an css .attend_buttons bug


thank you

ross Team
ross Jan 2 '16
The buttons color matches the page background. 


You will need to change border-color on line 3454: 


span.ow_blitem {    border: 1px solid #ccc;    color: #ccc;    padding: 0px 0px;    line-height: 20px;    height: 22px;    text-decoration: none;    display: inline-block;    margin: 0px 4px 0px 0px;}


and color here: 

span.ow_blitem input[type="submit"], span.ow_blitem input[type="button"] {    border: none;    padding: 0px;    background: none;    font-weight: normal;    height: auto;    padding: 2px 5px 0 6px;    font-size: 11px;    line-height: 17px;    font-family: Open Sans;    text-transform: none;    color: #ccc;on line 3467


this will be fixed in the upcoming update of the theme. 

You do not have permission to reply this topic