diff options
author | Jaime Velasco Juan <jsagarribay@gmail.com> | 2016-10-13 12:27:43 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-10-26 16:25:49 +0200 |
commit | ea9b99235172791674572445a7731353b67ad6b7 (patch) | |
tree | cd0f52e167f82282fdff5e82b412845bbb04abac /gtk | |
parent | 9a9969b3371f8b45d2b3412919b67cf6b95395a9 (diff) | |
download | gtk+-ea9b99235172791674572445a7731353b67ad6b7.tar.gz |
Fix CSS warnings in win32 theme
https://bugzilla.gnome.org/show_bug.cgi?id=773221
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/theme/win32/gtk-win32-base.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/theme/win32/gtk-win32-base.css b/gtk/theme/win32/gtk-win32-base.css index 7532e1c202..57bb53ae8c 100644 --- a/gtk/theme/win32/gtk-win32-base.css +++ b/gtk/theme/win32/gtk-win32-base.css @@ -114,7 +114,7 @@ tooltip, tooltip.background { } assistant .sidebar .highlight { - font: bold; + font-weight: bold; color: -gtk-win32-color(button, captiontext); } @@ -1260,7 +1260,7 @@ menu * { GtkAssistant .sidebar .highlight { background-color: gray; - font: bold; + font-weight: bold; } GtkAssistant .sidebar { |