From 2dcf6c6b718db189412453393f90c76aa189b527 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 28 Apr 2014 15:38:17 -0400 Subject: [PATCH] Raleigh: fix a typo --- gtk/resources/theme/gtk-default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/resources/theme/gtk-default.css b/gtk/resources/theme/gtk-default.css index 8c30613585..1c4a9e3121 100644 --- a/gtk/resources/theme/gtk-default.css +++ b/gtk/resources/theme/gtk-default.css @@ -855,6 +855,6 @@ GtkCalendar.button:hover { background-color: @bg_color; } -window-frame:backdrop { +.window-frame:backdrop { box-shadow: 0 2px 5px 1px alpha(black, 0.5); }