Project

General

Profile

Actions

Bug #17837

closed

New backend.php has a wrong CSS integration order

Added by Thomas Murphy over 16 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2007-11-23
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

In the new backend.php, the stylesheets for the new layout below "css/*" are integrated after stylesheet_post.css which comes with t3skin (or any other ext-integrated css files), so there is no way to style the new backend:

<link rel="stylesheet" type="text/css" href="stylesheet.css" />
[...]
<link rel="stylesheet" type="text/css" href="sysext/t3skin/stylesheets/stylesheet_post.css" />
[...]
<link rel="stylesheet" type="text/css" href="css/backend-scaffolding.css" />
<link rel="stylesheet" type="text/css" href="css/backend-style.css" />
<link rel="stylesheet" type="text/css" href="css/verticalmenu.css" />

Just re-order it to be integrated directly after stylesheet.css and before any extension css.

(issue imported from #M6814)

Actions #1

Updated by Ingo Renner about 16 years ago

has been fixed somewhen before 4.2RC1

Actions

Also available in: Atom PDF