Opened 17 years ago
Closed 17 years ago
#10618 closed defect (bug) (invalid)
Conditionnal IE CSS not possible for plugins
| Reported by: | arena | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Administration | Version: | 2.8.4 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
due to a specific test in WP_Styles
if ( $this->in_default_dir($this->registered[$handle]->src) && ...
it is not possible to have IE specific css for plugins?
Change History (6)
#2
in reply to: ↑ 1
@
17 years ago
- Priority normal → low
Replying to CalebKniffen:
Couldn't you use the print_styles hook?
Well sure i can do it on my own.
Anyway for my specific need i changed the layout of the admin page. new layout is ok under all browsers
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Couldn't you use the print_styles hook?