Actions
Bug #63001
closedDocheader delete icon in EXT:scheduler is white
Status:
Closed
Priority:
Must have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2014-11-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
the delete icon in EXT:scheduler while editing/creating a task is white instead of black.
The reason is because of the structure
<button style="padding: 0; margin: 0; cursor: pointer;" type="submit" name="CMD" value="delete" class="c-inputButton" src="clear.gif" title="Delete"> <span class="t3-icon fa fa-trash"> </span> </button>
and the CSS
.t3-button, button, input[type=submit], input[type=button], input[type=reset] { color:#fff }
Actions