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,40 @@
.. include:: /Includes.rst.txt
.. _breaking-64102:
===========================================================
Breaking: #64102 - Move t3-table and t3-button to bootstrap
===========================================================
See :issue:`64102`
Description
===========
In transition to full bootstrap coverage and streamlining the backend, we are dropping the support for the CSS classes
.t3-table and .t3-button. We are replacing them with the corresponding bootstrap CSS classes for tables and buttons.
See http://getbootstrap.com/css/#tables and http://getbootstrap.com/css/#buttons for more details.
Impact
======
Custom implementations of tables and buttons in backend modules will lose the TYPO3 default styling.
Affected installations
======================
Extensions that provide custom backend modules that are using the css classes `.t3-table` or `.t3-button`.
Migration
=========
For tables we recommend the usage of the CSS class combination `table table-striped table-hover` instead of `t3-table`.
For buttons we recommend the usage of the CSS class combination `btn btn-default` instead of `t3-button`.
.. index:: Backend