Background color portler header in edit mode

Hi,
I'm having a had time searching this forum on the subject so here's my question: when in edit mode on a page (portal 9026) the background of the portlet headers turns into a greenish color.
How can I change this color/which style is this?
Thanks,
Tony

Hi Peter,
no, I don't. To clarify, I am referring to the top of the page when in edit mode (where links like Graphical | Layout | List and things like page path, builder, navigator etc. are shown.
Any suggestions?
Thanks, Tony

Similar Messages

  • UITableView: set different background colors for header and the table

    I would like to set my background color for my UITableView to white and set my tableViewHeader backgroundColor to grayColor similar to the facebook app. When I bounce scroll my table so that you can see above the header, then currently it is white above the header view. I want that to be brown instead.
    In the facebook app, above the headerview, it is a blue color and below the table is a white color. If i try and set the UITableView backgroundColor to brown, then the top will be brown, but so will the bottom. Additionally, all of the unset cells will have a brown background instead of white.
    Any help with this?

    Fixed..

  • TableView - different background color of header cell

    Hello,
    I'd like to render table view with header cell of certain background color.
    I think I can use <i> IHeaderCellRenderer </i> but I can't find out how to set background color from javadoc.
    Best regards,
    Josef Motl

    Try using something like:
    tableView.setStyleForCell(i, column, TableCellStyle.SUBTOTAL);
    Best regards
    Francisco

  • Background color for column heading

    Hi,
    I have 5 columns in my report and I would like to have different background color for column headings. How can I do this in report templates?
    I was looking at Column heading section-
    <th class="t10ReportHeader"#ALIGNMENT# id="#COLUMN_HEADER_NAME#">#COLUMN_HEADER#</th>
    How can I specify backgrund colors for all columns here?
    Thanks in advance

    G'day Karen,
    Thanks for ur reply.
    I have seen this note before, its not that the header colors have changed after latest SP was applied in our systems. Also the ABAP and JAVA stacks are in sync.
    Scenario is that we are trying to set up a new Portal theme for Enterprise Reporting with some specific color codes (hex codes).
    What i have observed is Characterstics Header background color is set up using the element "Background Color of Level 1 Column Heading ".
    While the Background color for Key Figures header is using element "Background Color of Level 2 Column Heading ".
    But the problem is element "Background Color of Level 2 Column Heading " is also used as the Background color for Standard Characterstics cell, so if we make it same the whole report of the same color, which we dont want.
    Requirement is to get the same Background color for Header cells (both Char. and Key Figure headers).
    Any further suggestions will be appreciated.
    Thanks
    CK

  • Header background color does not work

    Hi,
    I would like to change the background color of the header element, but it does not work as I imagined
    First of all, here is the HTML:
    <body>
    <div id="wraper">
      <header>
        <h1><span>Pacific</span> Coastal Highway</h1>
        <nav>
          <ul>
            <li>Home</li>
            <li>Big Sur</li>
            <li>Pfeiffer Beach</li>
            <li>Elephant Seals</li>
            <li>Morro Bay</li>
          </ul>
        </nav>
      </header>
      // ... some other HTML elements & content ...
    </body>
    So, within <header> element we have <h1> and <nav> elements, and within that <nav> element there is a list that is actually menu.
    Here it CSS code that refers to these elements:
    #wraper {
        width: 1200px;
        background-color: #FFFFFF;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        border-right: 1px solid #000000;
        border-left: 1px solid #000000;
    body {
        margin: 0;
        background-color: #CBD2FB;
        font-family: "OpenSans Regular", "Gill Sans MT", Arial, "Times New Roman", sans-serif;
        color: #202020;
        background-image: -webkit-linear-gradient(270deg,rgba(135,167,207,1.00) 0%,rgba(204,217,234,1.00) 11.91%,rgba(232,238,245,1.00) 25.91%,rgba(202,212,220,1.00) 100%,rgba(0,0,0,1.00) 100%,rgba(135,167,207,1.00) 100%,rgba(138,169,207,1.00) 100%,rgba(135,167,207,1.00) 100%,rgba(202,212,220,1.00) 100%);
        background-image: -moz-linear-gradient(270deg,rgba(135,167,207,1.00) 0%,rgba(204,217,234,1.00) 11.91%,rgba(232,238,245,1.00) 25.91%,rgba(202,212,220,1.00) 100%,rgba(0,0,0,1.00) 100%,rgba(135,167,207,1.00) 100%,rgba(138,169,207,1.00) 100%,rgba(135,167,207,1.00) 100%,rgba(202,212,220,1.00) 100%);
        background-image: -o-linear-gradient(270deg,rgba(135,167,207,1.00) 0%,rgba(204,217,234,1.00) 11.91%,rgba(232,238,245,1.00) 25.91%,rgba(202,212,220,1.00) 100%,rgba(0,0,0,1.00) 100%,rgba(135,167,207,1.00) 100%,rgba(138,169,207,1.00) 100%,rgba(135,167,207,1.00) 100%,rgba(202,212,220,1.00) 100%);
        background-image: linear-gradient(180deg,rgba(135,167,207,1.00) 0%,rgba(204,217,234,1.00) 11.91%,rgba(232,238,245,1.00) 25.91%,rgba(202,212,220,1.00) 100%,rgba(0,0,0,1.00) 100%,rgba(135,167,207,1.00) 100%,rgba(138,169,207,1.00) 100%,rgba(135,167,207,1.00) 100%,rgba(202,212,220,1.00) 100%);
    h1 {
        margin-top: 0px;
        font-size: 48px;
        text-shadow: 1px 1px 2px #969696;
        padding-top: 32px;
    h1, h2, h3 {
        font-family: "Prociono Regular", "OpenSans Regular", "Gill Sans MT", "Times New Roman", Arial;
        color: #507AAD;
        text-align: center;
    h1 span {
        position: relative;
        top: -37px;
        left: 35px;
        font-family: GoodDog, Arial, "Times New Roman", "Gill Sans MT", sans-serif;
        font-size: 47px;
    header nav ul {
        margin-right: auto;
        margin-left: auto;
        list-style-type: none;
        padding-left: 0px;
        width: 705px;
        /* [disabled]margin-bottom: 10px; */
    nav ul li {
        float: left;
        padding: 10px;
        display: block;
        width: 110px;
        text-align: center;
        background-color: #A9A3FF;
        border-right: 1px solid #FFFFFF;
        border-radius: 23px;
        background-image: -webkit-linear-gradient(270deg,rgba(135,167,207,1.00) 0%,rgba(204,217,234,1.00) 60.11%);
        background-image: -moz-linear-gradient(270deg,rgba(135,167,207,1.00) 0%,rgba(204,217,234,1.00) 60.11%);
    background-image: -o-linear-gradient(270deg,rgba(135,167,207,1.00) 0%,rgba(204,217,234,1.00) 60.11%);
        background-image: linear-gradient(180deg,rgba(135,167,207,1.00) 0%,rgba(204,217,234,1.00) 60.11%);
        margin: 18px 5px;
    And, finally, here's how it looks:
    Now, I'd like to change the background color of the <header> element (to chage that white behind that <h1> and menu into some other color), so I just added the background color of the <header> element in CSS:
    header {
        background-color: #FF2D31;
    But, here is how it looks now:
    As you can see, although <nav> element with list (menu) is IN <header> element - the background color of <header> is just behind <h1> element.
    Do you know why it's happening, and what would be the best way to solve this problem?
    Thank you in advance.

    Ben Pleysier wrote:
    The problem is caused when floated children do not force the parent element to clear the floats.
    Nancy O. wrote:
    It may seem counter-intuitive but overflow:hidden prevents margin collapse on parent elements containing floats:
    The magic of “overflow: hidden” — Articles — Colin Aarts, freelance web developer
    I'm trying to figure out what happened (and why) in my example, where the problem occurred, but...
    I tried with inspecting elements with Firebug - to see what's what in case when there isn't overflow:hidden property that is related to <header> element in this example from the first post:
    As you can see in the picture - <header> element is only that blue area containing <h1> element, and although <nav> element (with the <ul> element inside) is IN <header> element - it is not shown within the blue area, as it is not within <header> element.
    As for the <h1> element which is inside of the <header> element, when I select it - it looks like this:
    Now, purple area indicates the padding-top of <h1> element, and I guess that yellow area which indicates the margin is actually browser's default margin of the <h1> element.
    Next, confusing is when I select <nav> element:
    Although <nav> element is selected - there is no that blue area indicating where is that element on the web-page... ?
    Next, when I select <ul> element, there is only yellow area indicating margin -  I guess that yellow area which indicates the margin is actually browser's default margin of the <ul> element.
    When I select <li> element - it's the same case as with <nav> element there is no that blue area indicating where is that element on the web-page... ?
    Finally, when I select <a> element - it looks like this:
    All in all - inspecting all <header> element and the elements within it didn't help me to see what and why this is happening (with the background color of the header element). I think the problem is in me, I'll wait a few days and maybe then things become clearer in my mind
    Sorry for my bad English.
    Again, thank you all!

  • Adobe Reader 9.0 background color

    I just downloaded Adobe Reader 9.0. The default background color is black. How can I change that to a different color? I'm not talking about the background color when in "full screen" mode; I just mean when the reader is open and no document is open, or when a document is open but not in full screen mode.

    Believe it or not, the single reason why I'm staying with Adobe Reader 8 and do not upgrade to Adobe Reader 9 is too dark background of the main application window (not the full-screen mode, since that color is adjustable). In Reader 8, the color was gray, and in Reader 9, the color is dark gray which results in too high contrast compared to the usually white document background.
    Is there a way to change this color, even if editing a registry key is needed?

  • Mail background color?... and email grouping

    Hi..
    Is it possible to change the background color in Mail to something other than white? if so , how??...and are their any other (other than fonts) way to improve the "look" of Mail?
    also...
    is there a way to group emails from a specific soure or with a specific heading etc (eudora does this for example by highlighting one and hitting option/command together)..and pull then all together in your in boxes..?/
    thanks in advance for your help;...
    P.S. and other tricks and insights to get me away from EUDORA (which I love ) woudl be appreciated...
    IMac G5   Mac OS X (10.4.8)  
    IMac G5   Mac OS X (10.4.8)  

    Although RTF with Tiger Mail is HTML, the Mail.app does not include an HTML composer/editor so includes no option to change the background color of messages but there is a work-around.
    Select RTF for message composition with Mail.
    Use the HTML editor/composer of choice - the Text Edit application can be used for this. Set the background color, font/font size and text color that you prefer for the document. When saving the document, select HTML for the File Format.
    Open the saved document with Safari and at the menu bar, go to File and select Mail Contents of This Page.
    A new Mail.app message will be launched and the Text Edit document will be copied to the new Mail.app message with the background color chosen with Text Edit.
    To save the message as a template:
    Create a new "On My Mac" location mailbox called "Templates" (or anything else that appeals to you more).
    Save this new message created as a Draft.
    Close the message.
    Go to the Drafts folder.
    Move the Draft message you just saved to the "Templates" mailbox.
    To use a message template in Mail to create a new message:
    Open the Templates mailbox containing the desired message template.
    Highlight the template you want to use for the new message.
    Select Message | Send Again from the menu.
    Edit and send the message.
    You can also use any message you previously sent as a template by copying it to your "Templates" mailbox (or using Message | Send Again directly).
    To edit a template, create a new message using it, make the desired changes and the save the edited message as a template as described above while deleting the old template.
    The Mail.app includes a thread feature which leaves some room for desire.
    Select a mailbox and at the menu bar, go to View and select Organize by Thread. Check Mail.app Help for Threads.

  • Change background color during text edit mode

    THis is a wacky problem...
    I have a presentation template. The slide master has white copy in the title and black copy in the body/bulleted list.
    When I try to use the template and edit the title copy, the background color for editing that line is white, just like the text, so I can't see what I'm typing. I can't figure out how to change the background color during text edit mode so that I can actually see what I'm typing. Is there a way to make this transparent?
    For some reason, the body copy edit works fine: black text edited in either a white or transparent background color.
    help!

    THis is a wacky problem...
    I have a presentation template. The slide master has white copy in the title and black copy in the body/bulleted list.
    When I try to use the template and edit the title copy, the background color for editing that line is white, just like the text, so I can't see what I'm typing. I can't figure out how to change the background color during text edit mode so that I can actually see what I'm typing. Is there a way to make this transparent?
    For some reason, the body copy edit works fine: black text edited in either a white or transparent background color.
    help!

  • Changing background color in Edit mode?

    Is there any way to change the background color in Edit mode. My background is white, very annoying.
    Also full screen mode is Black. Also annoying, wish it was dark grey.
    Thanks,
    Ed

    no
    suggest to Apple - iPhoto menu ==> provide iPhoto feedback

  • Is there any way to get the black background color back in fullscreen mode?

    The current background color in fullscreen mode is grey and it's distracting.  It used to be black.  Is there a way to change the color outside of the document boundaries?

    AndyboyMac wrote:
    The only way you can get themes for your ipod is by a jailbrake, jailbraking is illegal, and yes,, you can downgrade your iOS.
    Jailbreaking is actually not illegal due to exemptions in the DMCA documentation (http://en.wikipedia.org/wiki/IOS_jailbreaking#cite_note-22).
    I've got no explanation on to why the trusty interface for the old iPod style app was butchered, unfortunately (I think we're all at a loss, besides someone being given too much free reign). I came here to supplement the original question with, another alternative question:
    Is there a way, similar to downgrading 3rd party apps, downgrade the Music app or restore the old iPod app as an additonal app? Without jailbreaking?
    < Edited By Host >

  • How to change background color in preview mode?

    After entering by chance presentation mode and had to quit indesign for exit (esc key doesn't work on my iMac), I found that the background color in preview mode is now black instead of grey.
    There is any way to change it?

    In Edit- preferences go to Guides and Pasteboard and choose preview color

  • How can i change my background color in "albums" mode back to black in iTunes 11

    how can i change my background color in albums mode back to black in iTunes 11?

    Themes work in Thunderbird - duggabe was not refering to Firefox.
    Another useful addon is theme and font changer:
    * https://addons.mozilla.org/fr/thunderbird/addon/theme-font-size-changer/
    However, Thunderbird allows you to modify all sorts of things.
    Make hidden files and folders visible:
    * http://kb.mozillazine.org/Show_hidden_files_and_folders
    Help > Troubleshooting Information
    Click on 'show Folder' button
    a window opens shwoing profile folder name
    Close Thunderbird now - this is important
    In the profile name folder, Create a new folder called '''chrome''' - note the spelling
    It should be in the same place as the 'Mail' folder.
    see first image below.
    Open Notepad
    Can be located : Start > Programs > accessories
    Copy everything shown between the lines below.
    Paste into Notepad.
    Save as '''userChrome.css''' - note the spelling (edit updated - this was a typo error)
    This should be saved in the '''chrome''' folder.
    see second image below.
    Restart Thunderbird.
    I have chosen a yellow for you
    <pre>
    #f6f58c = a yellow....it is a hex code for a colour.
    </pre>
    You can change it if required. Remember when updating anything in the profile folders, you must close Thunderbird first.
    More info on colours.
    * http://www.yourhtmlsource.com/stylesheets/namedcolours.html
    <pre>
    * Do not remove the @namespace line -- it's required for correct functioning
    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
    /*Background colour for message list*/
    #threadTree > treechildren::-moz-tree-row {
    background-color: #f6f58c !important;
    </pre>
    -------------------------------------------

  • Pages - Background Color in Full Screen Mode

    I love Pages. I use it every day. It has amazing functionality. That said, one of the updates a while back has me scratching my head.
    I have two questions about full screen mode:
    1. What happened to the all black background in full screen mode?
    2. Is there any way to get the all black (or really any color but the horrible grey) background back when in full screen mode?
    Any help would be greatly appreciated.
    -Ay Gee

    Pages v5 and minor releases was an entire new design, document architecture, and did not begin with Pages ’09 code. Therefore, your black background was never in v5, as well as the 100 or more missing features mentioned by Peter — and whose restoration is beyond incantation.
    You can always poke Apple with a stick and request the return of the black background.

  • How to change background color in iWeb Header?

    I cannot change Header background color nor make it smaller.  I've gone into Inspector and zeroed out Header height, nothing changed. Color is problem.

    That the Fine Line theme, correct?  Try this:  delete the shape that's above the navbar. Move the navbar down till you get the right amount of white space above it.  Then use the following code in an HTML snippet to change the navbar background to white:
    <script language="JavaScript" type="text/javascript"><!--
    function navBackgroundColor () {
    elem = parent.document.getElementById('nav_layer');
    elem.style.backgroundColor = "#5D68C3";
    clearInterval(chkNavLink);
    chkNavLink = setInterval('navBackgroundColor()', 500);
    // -->
    </script>
    Change #5D68C3 to #FFFFFF for a white background.  You could try setting backgroundColor = "#5D68C3" to backgroundColor = "" for a transparent background (not sure of this but worth a try).
    OT

  • Legend in manual mode - Background color

    Hi all,
    To create legend in manual mode I am using following request URL for a style image.
    http://127.0.0.1:8988/mapviewer/omserver?sty=L.ROAD&w=20&h=20&ds=cescdatasource
    Here if the color of style is white (For example white color line style) then it won't be visible. Can I set background color?. I need different background color instead of white.
    Thanks,
    Sujnan

    Either set the background color for the MapDecoration or for the table in which you display the legend or both.
    e.g. (modification of tutorial 36 Map Legend)
    // get the container DIV and set the background color to light blue
    var legendDiv = legend.getContainerDiv();
    legendDiv.style.backgroundColor = "AliceBlue"; //color name may not work in all browsers
    function buildLegend(baseURL)
    var html = "<table *bgcolor='gray'* border=0> <tr><td><img src="+baseURL+"/omserver?sty=L.PH&w=45&h=20&ds=mvdemo></td><td> Highways </td></tr>" +
    " <tr><td><img src="+baseURL+"/omserver?sty=M.CITY+HALL+3&w=20&h=20&ds=mvdemo></td><td> Cities </td></tr>" +
    "</table>";
    return html;
    }

Maybe you are looking for

  • Using %appdata% in a batch file with remote computers

    Hello, I'm trying to copy a file from our server to other computers over the network (it's a customized Outlook Toolbar). If I type the paths in manually as $C\users\<user.name>\appdata\roaming\microsoft\outlook it copies over fine. What I would like

  • HT1414 how do I enable my ipod. I tried to put my password and it locked it. its telling me to connect to itunes and its not working. what do i do

    Can someone helpme pleaseeeeeeeeeeeeeee

  • New to SAP

    Hi, I am new to SAP. I have 5 years of experience in Java. I am having the basic kowledge of SAP PI Is this a good tool to start with in SAP or can i go with SAP HANA Basically i am looking to get Expertise on some tool where coding doesnt play big.

  • Display In IE

    I am developing a site, when i view it in firefox it appears correctly and exactly how i want it to look. www.bizinfocentre.com is the link. The tabs on the top banner and the background for the words down the bottom are not showing up. In IE it is a

  • Class methods, (sqlite)

    Hey, I'm working on a sqlite database application and I need to declare class variables (or something similar) to use within a class method. what i'm trying to do is compile and run some sql queries throughout my app. Now all the instance methods I c