Project

General

Profile

Couleur texte du Menu FishEye

Dans le fichier client-public/res/css/FisheyeMenu.css modifier le paramètre color à votre convenance.

source:workspace/client-public/res/css/FisheyeMenu.css@2#L38
Ex :

a.ux-fisheye-menu-item {
    display: block;
    font: bold 12px Arial, Helvetica, sans-serif;
    width: 40px;
    color: white;
    position: absolute;
    text-align: center;
    text-decoration: none;
}

Ici le texte est en blanc :

Texte du menu Fisheye en blanc