Project

General

Profile

Actions

Bug #63001

closed

Docheader delete icon in EXT:scheduler is white

Added by Georg Ringer over 9 years ago. Updated over 6 years ago.

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 #1

Updated by Frank Nägler over 9 years ago

  • Assignee set to Frank Nägler
Actions #2

Updated by Gerrit Code Review over 9 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34235

Actions #3

Updated by Gerrit Code Review over 9 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34235

Actions #4

Updated by Frank Nägler over 9 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF