diff options
author | Jasper de Groot <mail@ugomobi.com> | 2014-11-07 10:43:32 +0100 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2015-01-27 13:23:53 +0100 |
commit | 79c4fa1e7a09a3d28f0f8ff7a5b9f41a6d6e123d (patch) | |
tree | 0e3cd03694ac7c14c21e58c7171f2d6a9c483942 /demos | |
parent | 0aa4e989efc66c0210cb7c1ac324b40c9d0e24f7 (diff) | |
download | jquery-ui-79c4fa1e7a09a3d28f0f8ff7a5b9f41a6d6e123d.tar.gz jquery-ui-79c4fa1e7a09a3d28f0f8ff7a5b9f41a6d6e123d.zip |
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
Diffstat (limited to 'demos')
-rw-r--r-- | demos/demos.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |