Project

General

Profile

Actions

Bug #14252

closed

Highlighting color of module should be same as highlighting color in page tree

Added by Ingmar Schlecht over 19 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Could have
Category:
Backend API
Target version:
-
Start date:
2004-07-26
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
3.7-dev
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When you click on a module in the backend of Typo3 3.7 (!), the module you clicked is highlighted. However, it is highlighted in a different color to the color a page is highlighted when you click it.
This should be changed in the default stylesheet.

(issue imported from #M248)

Actions #1

Updated by Daniel Poetzinger over 19 years ago

Both the highlight color in pagetree and in modullist is changed per JavaScript.

For Pagetree and the color used here is e3dfdb
function hilight_row(frameSetModule,highLightID) { ....
}

In Modullist the function
function highlightModuleMenuItem(trId, mainModule) {...}
is used, but here the class .c-subitem-row-HL takes effect.

So you have just to change Line 228 in stylesheet.css to:
TABLE#typo3-vmenu TR.c-subitem-row-HL { background-color: #e3dfdb; }

(However I dont think that this is a bug, its just the skin )

Actions #2

Updated by Ingmar Schlecht over 19 years ago

Thanks for finding out what need to be changed.

I also don't think it's a critical bug, but nontheless it looks nicer if they have the same color, doesn't it?

If no-one disagrees, I will change this.

Actions #3

Updated by Ingmar Schlecht over 19 years ago

fixed.
Thanks again!

Actions

Also available in: Atom PDF