The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Groups Page on Light Styles
I'm getting really annoyed because I can never get the text to show up well on both the buttons and links in the New Groups sidebar on light styles since sidebar_content_link_color and sidebar_content_link_hover_color both control them. I don't know why control_color and control_hover_color don't also control the color of the text on the buttons in the New Groups sidebar area.
Is it possible to change the text color and hover color of only the buttons in the New Groups sidebar area? Screenshot: |
#2
|
|||
|
|||
Add an !important after the color for 'control_color' and 'control_hover_color'. So if you used #000000, you would put #000000!important
If you want to make them completely different than the others, you would go to additional.css and add HTML Code:
#sidebar_container li a { color: /*Add your normal color HEX or RGB value here*/ } #sidebar_container li a:hover { color: /*Add your hover color value here*/ } |
#3
|
|||
|
|||
Quote:
|
#4
|
|||
|
|||
Oops! Try:
#sidebar_container .textcontrol { CSS Here } and #sidebar_container .textcontrol:hover { CSS Here } |
#5
|
|||
|
|||
Quote:
I think this might be a bug, though, so I will file it into JIRA. The control_color and control_hover_color style variables should control the text there as well instead of sidebar_content_link_color and sidebar_content_link_hover color. |
#6
|
|||
|
|||
It's not really a bug, perhaps an oversight. The reason why those stylevars do not affect the sidebar is because the sidebar buttons do not include the .textcontrol class selector in the default CSS. (which is what we added to additional here)
|
Благодарность от: | ||
Amaury |
#7
|
|||
|
|||
I can file it as in improvement request, then.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|