From 2ffd614ff403d5751c8e984abbef2a3bc915b691 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D1=83=D1=81=D0=BB=D0=B0=D0=BD=20=D0=98=D0=B6=D0=B1?= =?UTF-8?q?=D1=83=D0=BB=D0=B0=D1=82=D0=BE=D0=B2?= Date: Fri, 28 Mar 2014 13:30:40 +0000 Subject: [PATCH] W32: Add .dim-label style https://bugzilla.gnome.org/show_bug.cgi?id=727245 --- gtk/resources/theme/gtk-win32-base.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gtk/resources/theme/gtk-win32-base.css b/gtk/resources/theme/gtk-win32-base.css index 5b8b00d203..0516ade93f 100644 --- a/gtk/resources/theme/gtk-win32-base.css +++ b/gtk/resources/theme/gtk-win32-base.css @@ -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; +}