TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,45 @@
.. include:: /Includes.rst.txt
.. _breaking-79100:
==================================================
Breaking: #79100 - ext:felogin: Remove default CSS
==================================================
See :issue:`79100`
Description
===========
The applied default CSS styles delivered by EXT:felogin may break the frontend output, for example
if CSS frameworks are used. The default styles need to get overridden in such case.
Impact
======
EXT:felogin doesn't add default CSS styles anymore.
Affected Installations
======================
All installations using EXT:felogin with default/non-overwritten :typoscript:`plugin.tx_felogin_pi1._CSS_DEFAULT_STYLE`
TypoScript setup are affected.
Migration
=========
If your frontend relies on the default EXT:felogin CSS styles, make sure to add following CSS on
your own:
.. code-block:: css
.tx-felogin-pi1 label {
display: block;
}
.. index:: Frontend, ext:felogin