Discussion:
[crx] How to set popup background color?
Peter Blazejewicz
2010-01-13 21:28:54 UTC
Permalink
hi group,

Is there a way to set background color (and transparency ?) for
browser action popup?
http://code.google.com/chrome/extensions/browserAction.html#popups
I know I could change background of hosted content (html/body) but the
hosting popup is always plain old white (tested with dev build on OS
X),
Please let me know and I'll fill future request on chromium bug list,

tia,
kind regards,
Peter
tech4computer
2010-01-14 07:17:11 UTC
Permalink
I tried below in page action Popup.html and it works fine

body {
overflow-x: hidden;
background-color: #FFCCCC;
}
Post by Peter Blazejewicz
hi group,
Is there a way to set background color (and transparency ?) for
browser action popup?http://code.google.com/chrome/extensions/browserAction.html#popups
I know I could change background of hosted content (html/body) but the
hosting popup is always plain old white (tested with dev build on OS
X),
Please let me know and I'll fill future request on chromium bug list,
tia,
kind regards,
Peter
Peter Blazejewicz
2010-01-14 12:43:35 UTC
Permalink
Hi,
Post by tech4computer
I tried below in page action Popup.html and it works fine
body {
overflow-x: hidden;
background-color: #FFCCCC;
}
thanks. As I wrote I can change html/body background color of countent
itself (it is square within popup). What I'm looking for is a way to
change color of hosting popup (which is white) to match html/body
color.
At least on OS X dev build changing body/html background color does
not change popup color,

regards,
Peter
Pedro Junior
2010-01-14 13:15:50 UTC
Permalink
*As i know there's no way.
*
-
Pedro Junior
Post by Peter Blazejewicz
Hi,
Post by tech4computer
I tried below in page action Popup.html and it works fine
body {
overflow-x: hidden;
background-color: #FFCCCC;
}
thanks. As I wrote I can change html/body background color of countent
itself (it is square within popup). What I'm looking for is a way to
change color of hosting popup (which is white) to match html/body
color.
At least on OS X dev build changing body/html background color does
not change popup color,
regards,
Peter
--
You received this message because you are subscribed to the Google Groups
"Chromium-extensions" group.
To unsubscribe from this group, send email to
.
For more options, visit this group at
http://groups.google.com/group/chromium-extensions?hl=en.
Peter Blazejewicz
2010-01-14 15:13:41 UTC
Permalink
Hello,
Post by Pedro Junior
*As i know there's no way.
OK, thanks!
I've searched bug list and nothing similar is coming - so I assume
that feature is candidate for RFC,

regards,
Peter
PhistucK
2010-01-14 17:40:33 UTC
Permalink
File a feature request, then. new.crbug.com.
Thank you.

☆PhistucK


On Thu, Jan 14, 2010 at 17:13, Peter Blazejewicz <
Post by Peter Blazejewicz
Hello,
Post by Pedro Junior
*As i know there's no way.
OK, thanks!
I've searched bug list and nothing similar is coming - so I assume
that feature is candidate for RFC,
regards,
Peter
--
You received this message because you are subscribed to the Google Groups
"Chromium-extensions" group.
To unsubscribe from this group, send email to
.
For more options, visit this group at
http://groups.google.com/group/chromium-extensions?hl=en.
Peter Blazejewicz
2010-01-14 20:03:33 UTC
Permalink
hi all,
I've filled bug/feature request:
http://code.google.com/p/chromium/issues/detail?id=32289
If someone is interested then please start or add comment,

regards,
Peter

Loading...