summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2018-09-07 20:35:07 +0000
committerJakub Steiner <jimmac@gmail.com>2018-09-07 20:35:07 +0000
commit005f932d13dafd01c9fcf7565be1a4fb9280228c (patch)
treeeee1f8e8d3bf6b274f89653046fd6c2d405e4db6
parentca9aa23619fe7b1fdceaf82b3c065ae5e7356727 (diff)
parent4e8c06eb7a8441892746ab0e1055b9875c0ce68d (diff)
downloadgtk+-005f932d13dafd01c9fcf7565be1a4fb9280228c.tar.gz
Merge branch 'css-fix' into 'master'
win32 theme: Fix css syntax error See merge request GNOME/gtk!324
-rw-r--r--gtk/theme/win32/gtk-win32-base.css2
1 files changed, 1 insertions, 1 deletions
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);