
12-09-2020, 11:52 AM
|
|
|
Join Date: Oct 2004
Posts: 462
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by iA1
Add this to additional.css
.navtabs .popupbody {top:20px}
The color of those links should also be changed, as it matches the background. I think you might have to change that from stylevars. But if you want to override stylevars settings and manually set them in additional.css, then add this line and change the color value to whatever required:
.navtabs > ul.floatcontainer li a, .navtabs > ul.floatcontainer li a.popupctrl { color: #0575b2;}
|
That worked! Thank You
|