Project

General

Profile

Actions

Bug #24802

closed

Admin Panel CSS is loaded in the Backend

Added by Jeff Segars about 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
Start date:
2011-01-25
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Since the admin panel CSS is at t3skin/visual/admin_panel.css, it is loaded with every backend request. Obviously, the admin panel is not needed in the backend so its a bit of a waste to load it.

In addition, the CSS has a strange issue that it interferes with resizable text areas in Chrome 9 (as described on #24744).

Moving the admin panel CSS to t3skin/standalone/admin_panel.css ensures that it is not loaded automatically by the backend.

(issue imported from #M17302)


Files

17302.diff (13.7 KB) 17302.diff Administrator Admin, 2011-01-25 16:17

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #24744: Resizable textares not working in Chrome 9ClosedSteffen Gebert2011-01-23

Actions
Actions #1

Updated by Jeff Segars about 13 years ago

Committed to trunk in r10304.

Actions

Also available in: Atom PDF