HMBeaty
01-02-2012, 05:49 AM
In vbulletin-chrome.css, what exactly does this control?
.notifications > a:hover,
.notifications a.popupctrl:hover {
color: {vb:stylevar toplinks_linkhover_color};
}
I've tried changing it to some really random colors, and it doesn't seem to change anything. I'm pretty sure it's for something in the "Notifications" dropdown (when hovering over the links?). Or maybe I have some css somewhere else that is overriding whatever I put in the stylevar :confused:
--------------- Added 1325526137 at 1325526137 ---------------
Ok, I don't have any css somewhere else that would be overriding this as I tried this on the default style as well, and still nothing changed :confused:
--------------- Added 1325531334 at 1325531334 ---------------
Solved: https://www.vbulletin.com/forum/showthread.php/393802-Unused-css
.notifications > a:hover,
.notifications a.popupctrl:hover {
color: {vb:stylevar toplinks_linkhover_color};
}
I've tried changing it to some really random colors, and it doesn't seem to change anything. I'm pretty sure it's for something in the "Notifications" dropdown (when hovering over the links?). Or maybe I have some css somewhere else that is overriding whatever I put in the stylevar :confused:
--------------- Added 1325526137 at 1325526137 ---------------
Ok, I don't have any css somewhere else that would be overriding this as I tried this on the default style as well, and still nothing changed :confused:
--------------- Added 1325531334 at 1325531334 ---------------
Solved: https://www.vbulletin.com/forum/showthread.php/393802-Unused-css