]> spindle.queued.net Git - midori/commitdiff
Apply dark-widgets-workaround style for win32 only for gtk2 builds
authorPaweł Forysiuk <tuxator@o2.pl>
Thu, 28 Jun 2012 11:22:16 +0000 (13:22 +0200)
committerChristian Dywan <christian@twotoasts.de>
Thu, 28 Jun 2012 20:23:34 +0000 (22:23 +0200)
midori/midori-websettings.c

index 78399f6c445658f22b82ffe5051510c0f2a85cb7..85290d9ba2dd1bd9e776b22a3dca6443d6f01e8e 100644 (file)
@@ -1231,7 +1231,7 @@ midori_web_settings_init (MidoriWebSettings* web_settings)
         "* { -webkit-box-shadow: none !important; }");
     #endif
 
-    #if defined (_WIN32) && WEBKIT_CHECK_VERSION (1, 7, 1)
+    #if defined (_WIN32) && WEBKIT_CHECK_VERSION (1, 7, 1) && !GTK_CHECK_VERSION (3, 0, 0)
     /* Try to work-around black borders on native widgets and GTK+2 on Win32 */
     midori_web_settings_add_style (web_settings, "black-widgets-workaround",
     "input[type='checkbox'] { -webkit-appearance: checkbox !important }"