Project

General

Profile

Actions

Feature #93602

closed

SVG-Icon as a selector of the BackendLayout is too big-sized

Added by Dieter Porth about 3 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2021-02-27
Due date:
% Done:

0%

Estimated time:
PHP Version:
7.3
Tags:
Complexity:
Sprint Focus:

Description

I defined a svg as an icon (see file) for a customized backend-layout.
I got big sized icons in the backend. (screenshot)

There is already a CSS-rule for '.icon-list .item img {}'. The rules defines the max-size to 128px; I don't know, where this rule is although used. because 128px is big.

Suggestion: Add a new CSS to prohibit big-sized icons in the backend.

@
.t3js-forms-select-single-icons.icon-list .item img {
width: 16px;
height: 16px;
}

@


Files


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #94507: Clipboard optimization UIClosed2021-07-08

Actions
Actions #1

Updated by Jochen Roth over 2 years ago

  • Related to Task #94507: Clipboard optimization UI added
Actions #2

Updated by Jochen Roth over 2 years ago

This seems to be fixed in latest master, so it will be in v11.3

Actions #3

Updated by Riccardo De Contardi over 2 years ago

I attach here the result I got with TYPO3 11.4.0-dev (latest master) and the svg icon provided on this issue.
See attached Schermata 2021-08-06 alle 19.25.40.png

Actions #4

Updated by Riccardo De Contardi over 2 years ago

  • Status changed from New to Needs Feedback

Is this issue still relevant?

Actions #5

Updated by Christian Kuhn about 2 years ago

  • Status changed from Needs Feedback to Closed

Hey. I hope it's ok to close here since it sounds as if the issue has been resolved meanwhile. Please re-open or create a fresh issue in case we missed something.

Actions

Also available in: Atom PDF