* [qemu-web PATCH] Force background color
@ 2020-02-08 0:46 athurh
2020-02-11 11:06 ` Thomas Huth
0 siblings, 1 reply; 2+ messages in thread
From: athurh @ 2020-02-08 0:46 UTC (permalink / raw)
To: qemu-devel; +Cc: athurh
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [qemu-web PATCH] Force background color
2020-02-08 0:46 [qemu-web PATCH] Force background color athurh
@ 2020-02-11 11:06 ` Thomas Huth
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Huth @ 2020-02-11 11:06 UTC (permalink / raw)
To: athurh, qemu-devel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-02-11 11:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-08 0:46 [qemu-web PATCH] Force background color athurh
2020-02-11 11:06 ` Thomas Huth
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).