W32: Add .dim-label style

https://bugzilla.gnome.org/show_bug.cgi?id=727245
This commit is contained in:
Руслан Ижбулатов 2014-03-28 13:30:40 +00:00
parent e229cff8de
commit 2ffd614ff4

View File

@ -1331,3 +1331,9 @@ GtkPopover > .toolbar {
.list {
background-color: -gtk-win32-color(listbox, 5);
}
/* Dim label */
.dim-label {
color: alpha(currentColor, 0.55);
text-shadow: none;
}