qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: athurh <athurh@gmail.com>, qemu-devel@nongnu.org
Subject: Re: [qemu-web PATCH] Force background color
Date: Tue, 11 Feb 2020 12:06:53 +0100	[thread overview]
Message-ID: <b3cef32e-d43f-9414-0230-fb0f2f5c3c96@redhat.com> (raw)
In-Reply-To: <20200208004617.340419-1-athurh@gmail.com>

On 08/02/2020 01.46, athurh wrote:
> Browsers can have a different default background color defined.
> Setting the background image overwrites other background definitions.
> ---
>  assets/css/style-desktop.css | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/assets/css/style-desktop.css b/assets/css/style-desktop.css
> index 44ea0c7..b6c5aa1 100644
> --- a/assets/css/style-desktop.css
> +++ b/assets/css/style-desktop.css
> @@ -33,12 +33,14 @@
>  	{
>  		/* 90% transparent */
>  		background: url(../images/qemu_head_200.png) no-repeat fixed 2em 80px;
> +		background-color: #FFF;
>  	}
>  
>  	body.homepage
>  	{
>  		/* 90% transparent */
>  		background: url(../images/qemu_head_400_faint.png) no-repeat fixed center 60%;
> +		background-color: #FFF;
>  	}
>  
>  	body,input,textarea,select
> 

Thanks, applied.

 Thomas



      reply	other threads:[~2020-02-11 11:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-08  0:46 [qemu-web PATCH] Force background color athurh
2020-02-11 11:06 ` Thomas Huth [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b3cef32e-d43f-9414-0230-fb0f2f5c3c96@redhat.com \
    --to=thuth@redhat.com \
    --cc=athurh@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).