Add dedicated button background class to simplify theming

This commit is contained in:
Björn Fromme
2022-06-07 15:14:35 +02:00
parent 2f766a3ba9
commit 48b6f1a9db
50 changed files with 101 additions and 503 deletions
@@ -10,8 +10,8 @@ editor:
- "EXT:ep_theme/Resources/Public/css/rte.css?v=2020.02-01"
stylesSet:
- { name: "Button", element: "a", attributes: { 'class': 'button' } }
- { name: "Button (volle Breite)", element: "a", attributes: { 'class': 'button button--full' } }
- { name: "Button", element: "a", attributes: { 'class': 'button bg-button' } }
- { name: "Button (volle Breite)", element: "a", attributes: { 'class': 'button bg-button button--full' } }
toolbarGroups:
- { name: styles, groups: [ format, styles ] }