| Customization / Skins & Themes / Linux and Unix Utilities / Desktop Environments / GNOME / GNOME Shell | ©2012-2013 ~tiheum |
The Journal Portal
Browse Journals |
Polls |
deviantART [dee·vee·un'nt·ART]
Keep in Touch!
|
Deviousness |
I'm happy to entertain the idea that I've done something wrong... but I don't know what.
[link]
Just one thing: the gnome-shell.css is missing an entry for .dash-label
for me, this results in black text on black background on the hover labels of the dash icons
(like shown here:
[link])
I copied this from the Zukitwo theme and it seems to work:
.dash-label {
color: #FFFFFF;
border-radius: 2px;
padding: 4px 12px;
background-color: rgba(0,0,0,0.5);
text-align: center;
-x-offset: 8px;
}