Actions
Bug #15652
closedBorder for fields of TCA-type 'none' too dark
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2006-02-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hi,
For the TCA field-type 'none', the border is completely black which gives the visual impression that one could enter data into this field (see screenshot). It might be better to chose some kind of light color.
Greetings,
Dave.
(issue imported from #M2598)
Files
Updated by David Bruehlmeier almost 19 years ago
Snippet from TCA
<snip>
'label' => Array (
'exclude' => 0,
'label' => 'LLL:EXT:partner/locallang.php:tx_partner_main.label',
'config' => Array (
'type' => 'none',
'size' => 50,
)
),
</snip>
Updated by Steffen Gebert over 14 years ago
Do you think it's okay in 4.4? IMHO it's not 100% clear that it's not an input field, but compared to the usable input fields, there's a big contrast towards them.
Updated by Susanne Moog over 13 years ago
- Status changed from Needs Feedback to Closed
- Target version deleted (
0) - TYPO3 Version set to 4.1
Closing bug without feedback for longer than a month.
Actions