Project

General

Profile

Actions

Bug #86957

closed

'.active'-state background of Backend Modules does not stand out clearly from the background

Added by Thomas Anders over 5 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Could have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2018-11-20
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
usability,user interface
Complexity:
Is Regression:
Sprint Focus:

Description

We have received criticism from our customers that the color of the active backend module is too dark in 9.5.
This should be more different from the menu.

Currently its a 15% black:

.modulemenu .modulemenu-item.active .modulemenu-item-link {
    background-color: rgba(0,0,0,.15);
}

Maybe a bit more userfriendly is something like a 20% TYPO3 orange ?:

background-color: rgb(244, 151, 0,0.2);

orange active state


Files

image2.png (25.6 KB) image2.png orange active state Thomas Anders, 2018-11-20 15:37
image.png (9.86 KB) image.png Thomas Anders, 2018-11-20 15:46

Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #88269: [BE][Usability] Enhance highlighting of active menu module itemClosedBenjamin Kott2019-05-03

Actions
Actions #1

Updated by Thomas Anders over 5 years ago

Actions #2

Updated by Thomas Anders over 5 years ago

  • Description updated (diff)
Actions #3

Updated by Oliver Hader over 4 years ago

  • Is duplicate of Bug #88269: [BE][Usability] Enhance highlighting of active menu module item added
Actions #4

Updated by Oliver Hader over 4 years ago

  • Status changed from New to Closed

Handled in issue #88269

Actions

Also available in: Atom PDF