forked from AuroraMiddleware/gtk
W32: Add .dim-label style
https://bugzilla.gnome.org/show_bug.cgi?id=727245
This commit is contained in:
parent
e229cff8de
commit
2ffd614ff4
@ -1331,3 +1331,9 @@ GtkPopover > .toolbar {
|
|||||||
.list {
|
.list {
|
||||||
background-color: -gtk-win32-color(listbox, 5);
|
background-color: -gtk-win32-color(listbox, 5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Dim label */
|
||||||
|
.dim-label {
|
||||||
|
color: alpha(currentColor, 0.55);
|
||||||
|
text-shadow: none;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user