Move the font color CSS rule from .workspaces-view to .window-caption

This is needed once we start seeing window captions outside the
workspaces view (for other monitors).

https://bugzilla.gnome.org/show_bug.cgi?id=609258
This commit is contained in:
Alexander Larsson 2011-03-03 22:31:10 +01:00
parent d8bd9f5a66
commit 708f1a97dd

View File

@ -324,7 +324,7 @@ StTooltip StLabel {
background-color: rgba(0,0,0,0.6);
}
.workspaces-view {
.window-caption {
color: white;
spacing: 25px;
}