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

Bug - Venus | Forum

Darryl B Leader
Darryl B Sep 26 '15
Found a css issue with the "View All", and "Send Message" buttons at the bottom of the Message Notification window. When hovering over them they turned to a light color that made the text unreadable. I fixed this on my copy by replacing the on hover background to the css below.
.ow_console_messages_viewall a:hover, .ow_console_messages_send a:hover {
    background: #a01717 none repeat scroll 0 0;
}
This made the red buttons a darker red on hover.
Darryl B Leader
Darryl B Sep 27 '15
The text in the Profile Cover select box "the drop down menu where you can change the profile cover" was some shade of gray, and doesn't match the rest of the theme. I adjusted my copy with the following fix to get it uniform with the theme.
.uh-cover-add-btn-wrap .ow_context_action_value {
    color: white;
}
You do not have permission to reply this topic