Opened 2 years ago
Closed 22 months ago
#10617 closed feature (fixed)
Theme: Improve default theme styling
| Reported by: | scottgonzalez | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.12.0 |
| Component: | ui.css-framework | Version: | 1.11.1 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
Make it more modern, but still ThemeRoller-compatible.
Change History (2)
comment:1 Changed 2 years ago by scottgonzalez
- Milestone changed from none to 1.12.0
- Priority changed from minor to blocker
- Status changed from new to open
- Type changed from bug to feature
comment:2 Changed 22 months ago by Jasper de Groot
- Resolution set to fixed
- Status changed from open to closed
Note: See
TracTickets for help on using
tickets.
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