From: athurh <athurh@gmail.com>
To: qemu-devel@nongnu.org
Cc: athurh <athurh@gmail.com>
Subject: [qemu-web PATCH] Force background color
Date: Sat, 8 Feb 2020 01:46:17 +0100 [thread overview]
Message-ID: <20200208004617.340419-1-athurh@gmail.com> (raw)
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
--
2.25.0
next reply other threads:[~2020-02-08 2:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-08 0:46 athurh [this message]
2020-02-11 11:06 ` [qemu-web PATCH] Force background color Thomas Huth
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=20200208004617.340419-1-athurh@gmail.com \
--to=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).