Comment 9 for bug 977080

Revision history for this message
Jihed Amine Maaref (jihed-amine-maaref) wrote :

The greenness can be easily fixed by removing text shadow.

To do that, open /usr/share/themes/Radiance/gtk-3.0/apps/unity.css
and add "text-shadow: none;" inside
.unity-panel.menubar,
.unity-panel .menubar {
}

so you get :

.unity-panel.menubar,
.unity-panel .menubar {
    text-shadow: none;
}