Skip to content

Commit

Permalink
changed input layout
Browse files Browse the repository at this point in the history
  • Loading branch information
heimseiten committed Aug 12, 2021
1 parent 137f28e commit 7adfcb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resources/contao/dca/tl_theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
$GLOBALS['TL_DCA']['tl_theme']['fields']['fontSize'] = [
'label' => &$GLOBALS['TL_LANG']['tl_theme']['fontSize'],
'inputType' => 'text',
'eval' => array('tl_class'=>'w50 clr'),
'eval' => array('tl_class'=>'w50'),
'sql' => "text NULL"
];

$GLOBALS['TL_DCA']['tl_theme']['fields']['fontSizeSmall'] = [
'label' => &$GLOBALS['TL_LANG']['tl_theme']['fontSizeSmall'],
'inputType' => 'text',
'eval' => array('tl_class'=>'w50'),
'eval' => array('tl_class'=>'w50 clr'),
'sql' => "text NULL"
];

Expand Down

0 comments on commit 7adfcb1

Please sign in to comment.