From 5c6ca889de31fc7c2887cb031aa6afd92c893d2e Mon Sep 17 00:00:00 2001 From: Luca Bacci Date: Mon, 7 Oct 2019 13:56:37 +0000 Subject: [PATCH] Small syntax fix for win32 CSS theme --- gtk/theme/win32/gtk-win32-base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/theme/win32/gtk-win32-base.css b/gtk/theme/win32/gtk-win32-base.css index 8ea3104ab0..8f92398f43 100644 --- a/gtk/theme/win32/gtk-win32-base.css +++ b/gtk/theme/win32/gtk-win32-base.css @@ -1040,7 +1040,7 @@ progressbar.vertical progress.pulse { combobox entry { margin-right: calc( -2ex - -gtk-win32-part-width(combobox, 6, 1)); - background-image: -gtk-win32-theme-part(combobox, 4, 1)); + background-image: -gtk-win32-theme-part(combobox, 4, 1); } combobox entry:hover { background-image: -gtk-win32-theme-part(combobox, 4, 2);