Actions
Feature #75871
closedMerge old $GLOBALS['TBE_STYLES']['stylesheet'] and $GLOBALS['TBE_STYLES']['stylesheet2']
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2016-04-22
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
CSS, Backend, Styling
Complexity:
medium
Sprint Focus:
Description
The use of own stylesheets in the backend can be achieved with these 2 variables:
GLOBALS['TBE_STYLES']['stylesheet'] and $GLOBALS['TBE_STYLES']['stylesheet2'] are useable.
There is a partial usage of the variable $GLOBALS['TBE_STYLES']['stylesheets'], which can commit styles only on certain parts.
To work in a more flexible way, it is suggested to consolidate all variables in an array.
Actions