Change the tab color

Hi,
i'm unable to change the tab color of panelTabbed item, i've tried the following in a css sheet:
af|panelTabbed::tab:selected {
font-style:italic;
background-image: url("../Images/section_label_body.jpg");
border-bottom-color: red;
border-color: Fuchsia ;
border-top-color: Green;
outline-color: Yellow;
color: Aqua;
font style and background image seems to work (which tells me that i have the right skin selector) but non of the rest is changing the color of the tab.
does anyone knows how to do that???????
Note that when i say tab i mean the tabs header, where you click on it and it opens the tab body.
Thanks,
Alain.

Hi,
best tip I can give is:
Disable content compression for the generated HTML output of the ADF Faces page. This will change the style class names from being obfuscated, which we use to reduce the download size of pages. Astyle class that shows as .x3s at runtime might show as af_inputText_content after this. The af_inputText_content then is waht you need to discover and translate into a valid skin selector.
<context-param>
<param-name>org.apache.myfaces.trinidad.DISABLE_CONTENT_COMPRESSION</param-name>
<param-value>true</param-value>
</context-param>
Run the ADF Faces application you want to discover the skin selector for in FF with Firebug and the WebDeveloper plugin installed.
Select the tab and look at the skin selectors displayed as the style class properties. If you find someting like af_panelTabbed_tab then this translates to af|panelTabbed::tab. If you see something like .p_selected then this means its a pseudo class that needs to be appended to the selector like af|panelTabbed::tab:selected.
Use Firebug in inspect mode and select the tab. This shows you all the selectors as style classes in the generated HTML output. Open the Web Developer plugin to edit CSS on the page. Then add the style class selector you found, e.g. .af_panelTabbed_tab (note the leading dot ".") or with a curly brace
.af_panelTabbed_tab{ ... }
Within the cury braces, type the CSS you want to set and see how it behaves. You may have to play a bit to exactly find the style class and css you want, but assuming that the follwing works
.af_panelTabbed_tab .p_selected{background-color:red}
then this translates to teh following skin selection to be copied to the CSS skin file
af|panelTabbed::tab:selected{background-color:red}
Note that this backward translation from style class to skin selector needs some patience. However, experience proves to be the best when cooking and so it does for skinning.
Hope this helps
Frank

Similar Messages

  • How do I change the tab background color in Firefox 4?

    I just upgraded to Firefox 4. Tabs are now fine black font on dark grey background -- very hard to read. How do I change the tab background color?
    I have searched and the closest I can come is some instructions for modifying .css files, and it is not clear that those instructions will impact the tab background color.
    Thanks in advance for your help.

    Similar question asked by TH received another response.
    Here is the address of that question and answer:
    https://support.mozilla.com/en-US/questions/804464?s=change+tab+color+firefox+4&as=s
    I like the solution recommended there.
    Added information - after several days experience, I notice that some tabs occasionally revert to the original dark grey. So I am still looking for a better solution, ideally within Firefox rather than via add on. This seems like a basic setting for the browser that should be easy to change, rather than something so complex that I need an add on to change it. Or just build it without such a dark grey background to begin with and I would not need to change it.

  • Is it possible to change the tab index color?

    I was wondering if it was possible to change the highlight
    color of tabbed elements, specifically buttons? When tabbed to,
    buttons have a yellow rectangle highlight by default. Is it
    possible to change this color and if so how?
    Take care,
    shayne

    Thanks.
    Geoff - Changing the color in Full Screen with Menus has no effect. The dark gray is still there after a close CS4 and open.
    Thanks for the alternative approach. The Faststone screengrab process is quicker. It's just a nuisance you can't change the color or thickness of the grabbing lines.
    Rob - which background? When I right click on the CS4 background - the working area with nothing in it - I get no context menu. I get nothing in fact.
    I am surprised that the Prefernces/Interface changes don't work but they don't seem to.
    I have done abou 160 screen grabs and probably have another 3-400 to do.
    David

  • How do you change the tab outline color

    How do you change the tab outline color?  I wish to use a black style on my test program but the tab features have a white edge on the top and left sides to try and give a 3d look.  I've tried playing with the windows style but had no success.  Does anyone know how to remove this or change the color?  The closest I have got so far is setting a windows 7 basic theme which removes the 3d look.  This does however give a white background on the tab pages which I cannot find a way of changing in either CVI or windows.  Any suggestions?
    Thanks
    Solved!
    Go to Solution.

    Chris,
    Unfortunately, this border is only customizable through the Windows theme. Changing the theme to the basic is likely going to be the closest to what you are looking for without creating a custom theme for Windows.
    National Instruments
    Product Support Engineer

  • How change the background color of a tab

    Hi, i want to change the background color where the tab name is ...Not the color of the canvas only the part of the tab. Show me the default color some kind of green ...
    Regards

    Hi oracle_sv      
    i want to change the background color where the tab name isIn object Navigator right click each tab and get into it's property > Then Go to back ground and change each accordingly...
    Hope this helps...
    Regards,
    Amatu Allah.

  • Want to change the Background Color of Selected Tab

    Hi All,
    I want to change the Background Color of Selected Tab of the tabstrip visible in Content Admin Role (Browse, Overview etc.).
    I have changed the Background Color of Selected Tab - Tabstrips-Complex Elements through Theme Editor, but that did not take effect.
    Only the other webdynpro components tabstrips took effect.
    Regards,
    Vishal

    Hi Andre,
    I don't know if you have already figured out how to change the background color of the tabstrip, but I will explain how we have done it.
    You might have tried to change the background color in "Tabstrip" (under the menu "Complex Elements") in Theme Editor. When you change the property "Background color of selected/unselected tabs", this will not change the color of the images on the tabstrip (ex. the triangle on the side of the tab). These images are on the server. We copied these images and then made changes to them, before we uploaded them again through the Theme Editor.
    The path to find the images is /usr/sap/~/JC01/j2ee/cluster/server0/apps/sap.com/irj/servlet_jsp/irj/root/portalapps/com.sap.design.urdesigndata/themes/portal/the name of your theme/common/tablist
    If this didn't work for you, you might have to change the properties in "Pattern Containers" (under Complex Elements") in Theme Editor. The tablist properties are under the header "Tab Container".
    I think it should work for you then. We also found that there was some problems when we tried to view the changes in Firefox, but haven't figured out how to solve this.
    /Ellen

  • Change the font color of a text field in a table by key-combination

    I want to change the font color of a text field in a table (single cell only) on pressing a key combination. Does anybody know how to do this.
    I have a lot of data in a table. During an evaluation of the data in a meeting I want to change the color of the text depending on the result of the meeting. (for example: High risk = CTRL+R makes the text red).
    I know how to change the color using a button, but I do not want to add a button after each cell. For this reason I would like to do it on a key combination that alway refers to the active cell.
    Many thanks for your help in advance.
    Marcel

    Hi,
    I don't think you can use the ctrl key like that as those shortcuts will be intercepted by Reader (ctrl-R toggles the ruler display on / off).  You also might have trouble updating the color while you still have focus on it.  You can use the shift key in a similar way, so if you only have lower case characters in the text fields then you can do something like;
    if (xfa.event.shift)
        switch (xfa.event.change)
            case "R":
                this.fontColor = "255,0,0";
                break;
            case "O":
                this.fontColor = "255,102,0";
                break;
            case "G":
                this.fontColor = "0,255,0";
                break;
        xfa.event.change = ""; // ignore character
    If you need uppercase characters maybe you can have one button to set "review mode" and test that on the if (xfa.event.shift) line.  But again it wont take effect until you have tabbed out of the field.
    Regards
    Bruce

  • How Do I Change the Background Color in Keynote?

    Hello! I am trying to change the background color in Keynote, I can see where I should be able to do this, however my computer does not let me. If I change the template (in the Fun template from the standard to the horizontal picture) it will let me change it only in the box rather than the entire template. I really want to keep the style, just not the orange color. Thanks!

    Ruth, the background in Fun is an image, not just a colour. For the templates without photo cutouts, you will need to select the template, go into the Inspector, choose Slide, select the Appearance tab, and then in the background section you can change the image. If you just want to change the colour, you can choose Tinted Image Fill in the dropdown menu, then click the colour box to control the tint.
    Unfortunately, changing the Photo template is much more difficult, since the "background" image is actually a cutout placed on the slide above the actual background. As far as I know, changing this image will require access to fairly sophisticated graphics programs, such as Photoshop. However, if you are using Keynote 3, an alternative would be to create an image mask that is similar in shape to the cutout, as this would produce the same effect (cutouts are not nearly as vital now that images can be masked to a shape).
    PowerMac G5   Mac OS X (10.4.4)  

  • How do you change the text color in your junk mail folder

    How do you change the text color in your junk mail folder?

    Try Mail Preferences/Junk tab and under " When Junk Mail Arrives" click Performe Custom Action then advanced
    you will see the option for colors.
    Hope this helps

  • Change selected tab color theme

    I'm trying to make a small adjustment to my color theme. If you have used X-Chat Aqua, you'll notice that in the Blue OS X color theme, highlighted tabs are in blue, and easily identified. However, when the color scheme is grey, highlighted tabs are in a slightly darker grey, so I have to tilt my display back and forth to tell which tab is the active one. I prefer the grey theme, but want to change the highlighting color of the active tab. This does not have anything to do with the highlighting color in the OS X settings as I already have that set to turquoise. Does anyone know how to change this? Someone suggested Magnifique, but that seems like it will only install a whole new color theme, not let me change individual settings as I desire. It seems as though I can create my own color scheme, but that I would have to start from scratch, when really I'd want to start with the OS X graphite theme, because that one works just fine for me, with the exception of the active tab color for certain applications. Anyone know how to solve this one?
    Thanks for the help.

    I'm trying to make a small adjustment to my color theme. If you have used X-Chat Aqua, you'll notice that in the Blue OS X color theme, highlighted tabs are in blue, and easily identified. However, when the color scheme is grey, highlighted tabs are in a slightly darker grey, so I have to tilt my display back and forth to tell which tab is the active one. I prefer the grey theme, but want to change the highlighting color of the active tab. This does not have anything to do with the highlighting color in the OS X settings as I already have that set to turquoise. Does anyone know how to change this? Someone suggested Magnifique, but that seems like it will only install a whole new color theme, not let me change individual settings as I desire. It seems as though I can create my own color scheme, but that I would have to start from scratch, when really I'd want to start with the OS X graphite theme, because that one works just fine for me, with the exception of the active tab color for certain applications. Anyone know how to solve this one?
    Thanks for the help.

  • BI Customization-Can we change the font color in BI launchpad

    Dear All,
    I am working on BI customization and also able to implement the same as per our client needs(Logo change and BG color change).However Business expects us to change the font color Black (For example: Home & document tab font color is in black by default) to white color as the background color is dark Red.
    Can you guide/help me to change the font related things and also where to edit to reflect the changes.
    BO Version: BI 4.1.
    Please find the attachment for reference.
    Thanks in advance!
    Regards
    Palanivel

    Palanivel,
    I have found a way, in the customize.css file, go to the following entry :
    /* (8.1.2) customize module title backgorund */
    .WindowThemeinfoview .titleBG  {
        background-color: #EF6600 !important;
    Under backround-color line add : color: #yourcolor e.g.
    /* (8.1.2) customize module title backgorund */
    .WindowThemeinfoview .titleBG  {
        background-color: #EF6600 !important;
        color: #FFFFFF
    This will change your font colour from the standard blue/grey.
    Regards
    Dan

  • In Pages 5.0 How do I change the highlight color?

    In Pages 5.0 How do I change the highlight color?

    Oh!  I understand now.  See screenshot below.  It's called "Character Fill Color":

  • How do I change the text color of footers on select pages? (InDesign CS6)

    Good afternoon,
    Months ago, I worked with a graphic designer to put together a 100-page workbook for my training company. He turned all of the files over to me and I'd like to make a small change before we print another run for a new client. Specifically, I'm having trouble changing the text color on select pages. Since a picture says 1,000 words, let me give you an example:
    As you can see, the copyright information on the right side of the page is difficult to read here when placed over the photo (you may have to look closely, but it's along the guy's sleeve). What I'd love to do is change that part of the footer (not the left, page number side) to white text. This would make it quite a bit easier to read. There's a number of other pages in the book that I want to make this change to. I'm not sure why I never noticed it or mentioned it to the designer. I suppose I've become more discerning since then.
    Let me tell you what I've tried to do:
    I learned how to override master pages by CTRL+SHIFT clicking on the footer. However, this has not worked for me. It allows me to change the page number part, but not the copyright side. Additionally, sometimes when I override the master the formatting of the footer goes goofy. For instance, the left side and right side come together and end up in the middle of the page I'm working on.
    I'm looking for a quick way to go through and make the footers easier to read on pages where they are backed by a photo. Hoping you can help me. Please let me know if you need any other information.
    Best,
    Taylor

    I think you should have left it as it was. It seems like what you had was single pages flowing as spreads within InDesign. Like below. That is the correct way, and when you changed it to all single, it did create your footer problems.
    Will you be sending the file as a PDF to your online printer? If so, then leaving the InDesign file set as below is fine. The PDF output will separate the pages.
    All you have to do is make sure that Pages, not Spreads, is chosen when you output the PDF

  • How to change the default color of the selected row

    hi all,
    I need to know how to change the default color(yellow) of the selected row in a table component.whether i need to change anything in the stylesheet.If so, where should i make the changes in the stylesheet.
    thanks and regards,
    rpk

    The chart colors are being referred to *'palette.cxml'* file in these directories
    BI_HOME\web\app\res\s_oracle10\chartsupport
    BI_HOME\oc4j_bi\j2ee\home\applications\analytics\analytics\res\s_oracle10\chartsupport
    you can change to your custom colors.
    Restart OC4J and PS to make the new ones work..
    Regards,
    Raghu

  • I have trouble reading in Black and White. changing the background color for all

    I have trouble reading in Black and White. On my PC I can change the background  color (and I am not just talking about for a word or pages document) but for eveything so anything that was a white background I can put in what ever color I like but it still prints in Black and white.. I can't see how to do this on the Macbook air. on my PC I do this in display. Sort of putting colored film over the screen I dont know what to do. Can anyone help?

    Hello Floridamacbookpro,
    You may be interested in the 'invert colors' Accessibility feature. This can be invoked by pressing the Control, Option, Command, and 8 keys on your keyboard. This only affects your display, and does not have any affect on printed items.
    Mac OS X displays inverted image colors (white on black, reverse type)
    http://support.apple.com/kb/HT3488
    Cheers,
    Allen

Maybe you are looking for

  • The escape key in my wireless keyboard stopped working

    Dear list members, suddenly, the ESC key in my wireless keyboard stopped working. As it looks normal and all other keys are working properly, might it be a configuration problem? Could you please help me? I'm working on an iMac 27 late 2012 running O

  • Problem with call forwarding. Calls can not be forwarded for incoming external calls

    Hi Everybody, how are you? I have a problem with call forwarding. Everything was fine but now is not working. In the reception of an office, the receptionist activate the call forward option to an internal extension. If somebody, internal in the offi

  • Project- system , CJI3 detailed report

    I am getting following details from CJI3 PO No., PO text , INR value, FC value , Sub WBS , network no. , Project document no. etc. But I am not gettting the FI doc. no. field in this report. Please guide me, from where I will get all the above detail

  • Problem jsp under OC4J

    Hello, I have installed Oracle server 10g, last Version of OC4J default settings, and MapViewer. I have put my "index.jsp" file in the "D:\oc4j\j2ee\home\default-web-app\" directory, but if I want to reach my jsp by the URL:"http://localhost:8888/ind

  • Does Leopard Installation over Tiger = slower comp? also, audio Question

    I need a laptop for college this fall. and im up in the air between Macbook and the HP DV2500t Sadly, it looks like if i go with Mac, ill have to shell out another 130 just 2 months into having the computer, which leads to my main question. Will inst