Project

General

Profile

Actions

Feature #93602

closed

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

Added by Dieter Porth over 3 years ago. Updated over 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

Also available in: Atom PDF