The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Changing colors on pop up Hints/ Previews
So I've been working on a custom version of "Black Red" a child theme. It's darker than the original and I'm having problems tracking down the colors associated with the pop up hints/preview, see the image below. It looks like it's tied into some other CSS settings, SO I may need to add some code to the additionals file. But I don't know what to add. Any assitance would be appreciated.
|
#2
|
||||
|
||||
The preview tooltip background color is tied to the sticky_topic_background_color stylevar. So it affects the sticky background color too. This should not be and should have its own stylevar.
So it's better to customize it via additional css. Code:
.b-topicpreview .ui-tooltip-content { background: #000; color: #fff; border: 1px solid #fff; } |
#3
|
|||
|
|||
Thank you!!!!
--------------- Added [DATE]1464056283[/DATE] at [TIME]1464056283[/TIME] --------------- I just tried adding this to the additionals and it didn't change anything. Even after clearing the cache. |
#4
|
||||
|
||||
Can you post a link to your site?
|
#5
|
|||
|
|||
http://www.vdubaddiction.com/forums/
--------------- Added [DATE]1464094569[/DATE] at [TIME]1464094569[/TIME] --------------- I login this morning and magically it's working. smh. Thank you. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|