Changing background color of a region, i only can change the area with text
Hi. First of all, sorry for my English.
I have created a new region template in my application and i want to change the whole background to silver color.
After reading the forum i have tried this:
body style=background-color:silver;
in "Form Table Attributes".
It works, but only the area with text are silver. I want all the region with silver background, (like a stripe across the screen, with some labels in black).
My region are copied from breadcrump region and it have the next ccs code:
<div class="breadcrumb-region" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>#BODY#</div>
I have tried too by putting <body bgcolor="gray"> in several places, but ever with the same results.
Another question. I have created a theme in my workspace themes to play with it, but.....where are the ccs files?. they aren't in "/i/themes" ....and in the apex framework i can't see the way to change footer, and another things that i want to do.
Edited by: Andres Vilallave on 15-feb-2012 16:14