From 79c4fa1e7a09a3d28f0f8ff7a5b9f41a6d6e123d Mon Sep 17 00:00:00 2001 From: Jasper de Groot Date: Fri, 7 Nov 2014 10:43:32 +0100 Subject: Theme: Improve default theme styling Changes tooltip to use the ui-widget-shadow class, which now applies the box-shadow style. .ui-widget-shadow was created when box-shadow wasn't available. By now, there's no point in faking a custom shadow anymore. This removes the only non-structural CSS from a widget-specific file. Updates demos to use the same font-family, removes unused images. Will be available as the new default theme on ThemeRoller called "Base", while "UI Smoothness" and "UI Lightness" will still be available in the gallery. Fixes #10617 Fixes #10880 Closes gh-1436 Ref jquery/download.jqueryui.com#248 --- demos/demos.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos') diff --git a/demos/demos.css b/demos/demos.css index 555352e35..405425328 100644 --- a/demos/demos.css +++ b/demos/demos.css @@ -1,5 +1,5 @@ body { - font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif"; + font-family: Arial, Helvetica, sans-serif; } table { -- cgit v1.2.3