Actions
Feature #15455
closedThe background-color on highlighted items in alt_db_navframe.php
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2006-01-19
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Currently it's done by using:
theObj.style.backgroundColor="'.t3lib_div::modifyHTMLColorAll($this->doc->bgColor,-20).'";
--Line nr. 277
Would be nice to have a css class instead to get full control..
:-)
(issue imported from #M2317)
Files
Updated by Sebastian Kurfuerst almost 19 years ago
Hi,
do you think that makes sense? I don't see how this could be made possible easily...
Greets, Sebastian
Updated by Thomas Murphy over 18 years ago
I attached two patches which change the background color in the navframe to the class "navFrameHL" and the necessary patch for the stylesheet inserting this class definition.
Actions