[TYPO3-core] RFC #14901: Forgotten styling: User Name at the top misses a CSS definition

Jeff Segars jsegars at alumni.rice.edu
Mon Nov 8 21:09:19 CET 2010


On 11/8/10 1:52 PM, Christopher Stelmaszyk wrote:
> Hi guys,
>
> this is a SVN patch request.
>
> Type:
> Bugfix
>
> Bugtracker reference:
> http://bugs.typo3.org/view.php?id=14901
>
> Branches:
> 4.4, trunk
>
> Problem:
> The username at the upper right corner normally is styled white and bold.
> But if the user does not have access to the module User Settings, this
> styling is missing. Instead the name is black and non-bold, which is barely
> readable.
>
> Solution:
> Add the missing definitions.
>
> Kind regards
>
> Christopher
>
>
> Index: typo3/sysext/t3skin/stylesheets/visual/toolbar_username.css
> ===================================================================
> --- typo3/sysext/t3skin/stylesheets/visual/toolbar_username.css	(revision
> 9300)
> +++ typo3/sysext/t3skin/stylesheets/visual/toolbar_username.css	(working
> copy)
> @@ -4,6 +4,11 @@
>   $Id$
>   - - - - - - - - - - - - - - - - - - - - - */
>
> +#username {
> +	color: #ffffff;
> +	font-weight: bold;
> +}
> +
>   #username.su-user {
>   	color: #eb6e5a;
>   	font-weight: bold;
>
>
>

+1 on reading and testing. Will commit as a no-brainer in a few minutes....


More information about the TYPO3-team-core mailing list