Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Guide to fix the AVG Scheme in Firefox (Dark Green BAckground on links)

web-app

In the asp.net themes folder navigate to the AVG.css file and line 235 to find:
.navlink
{
    background-color: /#6996BE; */ #5A6E5E;
    color: #204BA2; /
#6996BE;/ / White; /
    font-size: 10px;
    font-family: Verdana,Tahoma, Arial;
    text-decoration: none;
    font-weight: bold;
}

change the background-colour property from:
    background-color: /
#6996BE; / #5A6E5E;
to
    background-color: /
#6996BE; */ White;

and it will fix the Firefox dark green background on links.

Simon@MailboxPro
· 1
Simon@MailboxPro
Replies (1)
helpful
0
not helpful

You might also want to amend the section:

.navbar
{
    background-color: /* #6996BE; / #5A6E5E;
    font-family: Verdana,Tahoma, Arial;
}

to change the line:
    background-color: /
#6996BE; / #5A6E5E;
to
    background-color: /
#6996BE; */ white;

This fixes the surround of the "Create Issue" link and project drop-down when in projects.


nharris
· 1
nharris