[!!!][CLEANUP] Move t3-table and t3-button to bootstrap
- Drop crontrib normalize css in favor of bootstrap normalize - Drop .t3-table use bootstrap classes instead - Drop .t3-button use bootstrap classes instead - Use comments with // that are protected from compiling - Lighten default button color - Move Extension Manager SCSS files to t3skin LESS - Remove copyrights from every included less file - Remove TYPO3/visual/_module_web_list.less not used anymore - Remove TYPO3/visual/_module_web_info.less not used anymore - Add Legacy Support javascript for t3-table This patch aims to reduce CSS size and remove duplicated css definitions as much as possible. It may break some stuff that needs to be cleaned up in a followup. We need to drop .t3-table and .t3-button to reduce weight of the css file and make overrides more easy. Resolves: #64102 Releases: master Change-Id: Id6195b5aa10984da22af83fdb175af1e286d67d8 Reviewed-on: http://review.typo3.org/35763 Reviewed-by:Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
Showing
- typo3/contrib/normalize/normalize.css 0 additions, 423 deletionstypo3/contrib/normalize/normalize.css
- typo3/sysext/backend/Classes/Controller/BackendController.php 5 additions, 4 deletions...3/sysext/backend/Classes/Controller/BackendController.php
- typo3/sysext/backend/Classes/Controller/ContentElement/ElementInformationController.php 5 additions, 5 deletions...ontroller/ContentElement/ElementInformationController.php
- typo3/sysext/backend/Classes/Controller/File/FileUploadController.php 1 addition, 1 deletion.../backend/Classes/Controller/File/FileUploadController.php
- typo3/sysext/backend/Classes/Controller/Wizard/ColorpickerController.php 9 additions, 3 deletions...ckend/Classes/Controller/Wizard/ColorpickerController.php
- typo3/sysext/backend/Classes/Form/Element/InlineElement.php 6 additions, 6 deletionstypo3/sysext/backend/Classes/Form/Element/InlineElement.php
- typo3/sysext/backend/Classes/History/RecordHistory.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/History/RecordHistory.php
- typo3/sysext/backend/Classes/Module/ModuleSettings.php 3 additions, 3 deletionstypo3/sysext/backend/Classes/Module/ModuleSettings.php
- typo3/sysext/backend/Classes/Template/DocumentTemplate.php 5 additions, 2 deletionstypo3/sysext/backend/Classes/Template/DocumentTemplate.php
- typo3/sysext/backend/Classes/Utility/BackendUtility.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/Utility/BackendUtility.php
- typo3/sysext/backend/Classes/View/ModuleMenuView.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/View/ModuleMenuView.php
- typo3/sysext/backend/Classes/View/PageLayoutView.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/View/PageLayoutView.php
- typo3/sysext/backend/Resources/Private/Templates/login.html 2 additions, 3 deletionstypo3/sysext/backend/Resources/Private/Templates/login.html
- typo3/sysext/backend/Resources/Public/JavaScript/DragUploader.js 1 addition, 1 deletion...ysext/backend/Resources/Public/JavaScript/DragUploader.js
- typo3/sysext/backend/Resources/Public/JavaScript/LegacyCssClasses.js 57 additions, 0 deletions...t/backend/Resources/Public/JavaScript/LegacyCssClasses.js
- typo3/sysext/backend/Resources/Public/JavaScript/LoginRefresh.js 4 additions, 4 deletions...ysext/backend/Resources/Public/JavaScript/LoginRefresh.js
- typo3/sysext/belog/Resources/Private/Partials/Content/LogEntries.html 1 addition, 1 deletion.../belog/Resources/Private/Partials/Content/LogEntries.html
- typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Compare.html 1 addition, 1 deletion...user/Resources/Private/Templates/BackendUser/Compare.html
- typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Index.html 1 addition, 1 deletion...beuser/Resources/Private/Templates/BackendUser/Index.html
- typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Online.html 1 addition, 1 deletion...euser/Resources/Private/Templates/BackendUser/Online.html
Please register or sign in to comment