[TYPO3-core] RFC #14306: Links are not styled - looks like they were forgotten

Steffen Gebert steffen at steffen-gebert.de
Sun May 9 21:15:15 CEST 2010


Am 09.05.2010, 20:43 Uhr, schrieb Lars Houmark <lars at houmark.com>:

> Hi,
>
> Steffen Gebert wrote:
>
>> Solution:
>> Add default color #303030 and hover color #000000
>
> Are the file list in "Edit files in /typo3conf" kept blue on purpose?
Oh, didn't click through all modules - thought there are no specific  
styles.

> By all means, I think they should be also black, but maybe underlined on  
> hover, which is also the state right now, meaning only the color needs  
> changing. What do you think?
Think this would be the best solution, yes. I removed the definition for  
blue.
But this module could also be improved... the filesizes need a  
white-space: nowrap and it's heavy to know which size belongs to which  
file (anybody interested to improve this? feel free! ;-))

> Besides that, to test I logged into the backend, and enabled the install  
> tool, but still I get the dark background, meaning the skin of the  
> non-logged in version. Am I the only one? Anyone have an idea why? Tried  
> reloading and anything that came quick to mind.
Yes, I also had this few (±3) times yesterday and wondered, but didn't  
care.

tx_install_session::startSession()
> $referer = parse_url(t3lib_div::getIndpEnv('HTTP_REFERER'));
> if (strpos($referer['path'], $this->backendFile)) {
>   $_SESSION['backend'] = TRUE;
> } else {
>   $_SESSION['backend'] = FALSE;
>  }
Later it depends on $_SESSION['backend'], which version you get.

So it depends on, where you start the session...

Steffen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 14306_v2.diff
Type: text/x-diff
Size: 2191 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100509/f323d98d/attachment.diff>


More information about the TYPO3-team-core mailing list