[Sugar-devel] [PATCH sugar-artwork] Set proper colors in the SugarAlert message text and timeout text #3475

Simon Schampijer simon at schampijer.de
Fri Apr 20 14:31:38 EDT 2012


Thanks for that one, please push.

Now we only need to fix the size of the TimeoutIcon which is slightly 
bigger than the other ones (but not as part of this patch).

Regards,
    Simon


On 04/20/2012 04:12 PM, Manuel Quiñones wrote:
> Signed-off-by: Manuel Quiñones<manuq at laptop.org>
> ---
>   gtk3/theme/gtk-widgets.css.em |   15 +++++++++++++++
>   1 files changed, 15 insertions(+), 0 deletions(-)
>
> diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
> index efbf638..6c823b6 100644
> --- a/gtk3/theme/gtk-widgets.css.em
> +++ b/gtk3/theme/gtk-widgets.css.em
> @@ -340,10 +340,25 @@ SugarAlert {
>       color: @white;
>   }
>
> +SugarAlert GtkLabel {
> +    color: @white;
> +}
> +
>   SugarAlert *:insensitive {
>       background-color: @black;
>   }
>
> +.button SugarTimeoutIcon GtkLabel,
> +.button SugarTimeoutIcon GtkLabel:prelight {
> +    background-color: @white;
> +    color: @button_grey;
> +}
> +
> +.button SugarTimeoutIcon GtkLabel:active {
> +    background-color: @toolbar_grey;
> +    color: @white;
> +}
> +
>   /* Tray */
>
>   SugarHTray * , SugarVTray * { background-color: @toolbar_grey;}



More information about the Sugar-devel mailing list