Quote:
Originally Posted by gnrx
Hi (again  )
I can't solved the issue indicate in my last post, but I solved installin other mod for thanks (and I imported the thanks to new mod, also, I like more this new mod of dbtech)
Today I go to set this style by default at my site (this last days I was some modifications), but I have the same problem that indicate juggler and thoffmann, in User Profile don't view the tabs , if move mouse can click, but don't view...
Its possible some fix for this?
Again, thank you very much.
|
As I indicated by PM, I have already applied this CSS to your site, but I wanted to post it for others. For these issues, add the following to your "additional.css" template for this style:
Code:
dl.as-tabs dd:not(.selected) a {
color: #3e3e3e !important;
}
dl.as-tabs dd:not(.selected) a:hover {
color: #7e7e7e !important;
}
.activitystream_block dd, dd.userprof_moduleinactive {
border: 1px solid #3e3e3e !important;
margin-bottom: -2px;
}
.activitystream_block dd, dd.userprof_moduleinactive:hover {
background: #dddddd;
}
.activitystream_block dd, dd.userprof_moduleinactive a {
color: #3e3e3e !important;
}