Edit Band.css file to change datasheet view background color causes adverse effects

Hi. I'm using SharePoint 2007 still and we are using the blueglassband.master theme.  With this theme the background color of the site is a dark blue but this causes datasheet view grids to be extremely dark.
I have found fixes to edit the .body tag and set it to FFFFFF and then add a form#aspnetForm element and set the dark blue background there, and this has worked successfully...
Or so I thought.  It turns out this has caused a weird issue in other pages in SharePoint where-by half the page is dark blue as expected, but then it changes to white.
Even more bizarre, it seems the "half way" mark where the color changes is dependent on the initial size of the IE window when the page gets first rendered.  That is, the blue to white change occurs at the point in the page that touches the
bottom of the IE window.  Bigger IE window = change happens later.
Any ideas on this one?

Hi,
For this issue, I'm trying to involve someone familiar with this topic to further look at it.
Thanks,
Qiao
Forum Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
[email protected]
Qiao Wei
TechNet Community Support

Similar Messages

  • How to enable InsertBar when editing .js, .css files?

    Hello DW Team,
    When i opened .css , .js file.. Whole Insertbar object goes dim and disabled. How to enable InsertBar when editing .js, .css files?
    Any solution to enable it?

    Sag-e-Attar Junaid Atari wrote:
    Hello DW Team,
    When i opened .css , .js file.. Whole Insertbar object goes dim and disabled. How to enable InsertBar when editing .js, .css files?
    Any solution to enable it?
    Objects are designed to be used in an HTML document. Snippets are designed more for Code View.
    The only reasonable way I can think to get around this limitation is to create a temporary HTML document with either a <script> or <style> block, insert the desired Object, then copy the result to the desired .js or .css file.
    What exactly are you trying to do? Maybe some details could remind me of some other way to do what you want.
    Hope this helps,
    Randy Edmunds
    Dreamweaver Development
    Adobe Systems, Inc.

  • 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.

  • How to change the selection background color of the selected item in the popup menu of the choice box ?

    How to change the selection background color of the selected item in the popup menu of the choice box ?
    By defaut, the selection background color likes "blue", but if I want it to be "yellow" for example, how should I do ?
    Thanks

    The id is applied by (I think) the skin class of the ChoiceBox. You don't need to define it.
    You have to apply the css in an external style sheet. You can apply the external style sheet to any parent of your choice box, or to the scene (the most usual way to do it).
    Example:
    import java.util.ArrayList;
    import java.util.List;
    import javafx.application.Application;
    import javafx.scene.Scene;
    import javafx.scene.control.ChoiceBox;
    import javafx.scene.layout.VBox;
    import javafx.stage.Stage;
    public class ChoiceBoxTest extends Application {
      @Override
      public void start(Stage primaryStage) throws Exception {
        primaryStage.setTitle("Example 2");
        final ChoiceBox<String> choiceBox = new ChoiceBox<>();
        List<String> tempResult = new ArrayList<String>();
        for (int i = 0; i < 10; i++) {
          tempResult.add("Item " + i);
        choiceBox.getItems().setAll(tempResult);
        VBox root = new VBox();
        root.getChildren().add(choiceBox);
        final Scene scene = new Scene(root, 300, 250);
        scene.getStylesheets().add("choiceBox.css");
        primaryStage.setScene(scene);
        primaryStage.show();   
      public static void main(String[] args) {
        launch(args);
    choiceBox.css:
    @CHARSET "UTF-8";
    #choice-box-menu-item:focused  {
    -fx-background-color: yellow ;
    #choice-box-menu-item .label {
    -fx-text-fill: black ;
    Message was edited by: James_D

  • How do I change the workspace background color?

    Hi all,
    I need to change the workspace background color from the
    default mid grey. But I can't find how to do this!
    Any ideas!
    Thanks in advance, Pedro.

    Sorry, but there's no way to change it from the default gray.
    Linda Rathgeber [PVII] **Adobe Community Expert-Fireworks**
    http://www.projectseven.com
    Fireworks Newsgroup:
    news://forums.projectseven.com/fireworks/
    CSS Newsgroup: news://forums.projectseven.com/css/
    Design Aid Kits:
    http://www.webdevbiz.com/pwf/index.cfm

  • Is it possible to change TreeView's background color, not node color?

    In advance, Thanks!!
    Actually, I've made my own treeview in my project. and  I've changed my treeview node color as i want
    I wonder whether or not to change treeview's background color, not node color in below class.
    // in ~.fr
    Class
      kMyTreeViewWidgetBoss,
      kTreeViewWidgetBoss,
         IID_ICONTROLVIEW,                    kMyTreeViewCtrlViewImpl,  
         IID_ITREEVIEWWIDGETMGR,      kMyTreeViewListBoxWidgetMgrImpl,
         IID_ITREEVIEWHIERARCHYADAPTER,  kMyTreeViewListBoxHierarchyAdapterImpl,
         IID_ISTRINGLISTDATA,                          kStringListDataImpl,
         IID_IOBSERVER,                                  kMyTreeViewCtrlBoxObserverImpl,
    type MainTreeViewListBox(kViewRsrcType)       : TreeViewWidget    (ClassID = kMyTreeViewWidgetBoss)  {};
    MainTreeViewListBox   //Tree view
               kMyTreeViewWithTextListWidgetID, kPMRsrcID_None, // WidgetId, RsrcId
               kBindAll,           // Frame binding
               Frame(-1, 26, 300, 276)  // Frame
               kTrue, kTrue,         // Visible, Enabled
               kTrue,       // EraseBeforeDraw
               kInterfacePaletteFill,   // InterfaceColor
               kHideRootNode,// | kDrawEndLine, // Options. Display root node
               kFalse,  // Use H Scroll bar
               kTrue,  // Use V scroll bar
               20,   // fVScrollButtonIncrement
               20,   // fVThumbScrollIncrement
               0,   // fHScrollButtonIncrement
               0,   // fHThumbScrollIncrement
               2,   // Items selectable, 0 = No Selection, 1 = Single Selection, 2 = Multiple Selection
               kFalse,  // Allow children from multiple parents to be selected
               kTrue,  // Allow discontiguous selection
                //The tree view is dynamically created. 
    class MyTreeViewCtrlView : public PanelView
    virtual void   Draw(IViewPort* viewPort, SysRgn updateRgn);
    void MyTreeViewCtrlView::Draw( IViewPort*  viewPort, SysRgn  updateRgn )
       AGMGraphicsContext gc(viewPort, this, updateRgn);
      InterfacePtr<IGraphicsPort>  gPort(gc.GetViewPort(), UseDefaultIID()); // IID_IGRAPHICSPORT);
      ASSERT(gPort);
      gPort->gsave();
      PMRect frameOut      = GetFrame();
      frameOut.MoveTo(0, 0);
      COLORREF crBackColor    = RGB( 255, 0, 0 );
      gPort->setrgbcolor( GetRGBtoReal( GetRValue(crBackColor) ), GetRGBtoReal( GetGValue(crBackColor) ), GetRGBtoReal( GetBValue (crBackColor) ));
    gPort->rectpath(frameOut);
    gPort->fill();
    gPort->grestore();
    PanelView::Draw( viewPort, updateRgn );
    In above case, there are errors in kMyTreeViewCtrlViewImple when Indesign is launching.
    // Error Assert
    XferObject- ReadWrite for impl kMyTreeViewCtrlViewImpl of iid IID_ICONTROLVIEW in class kMyTreeViewWidgetBoss read wrong amount in plugin kMyTreeViewWidgetBoss
    but, in kMyTreeViewWidgetBoss ClassDescriptionTable, when remove this( IID_ICONTROLVIEW, kMyTreeViewCtrlViewImpl), that's ok. but I can't change background color. just interfacepalettefill color
    Please help me!!

    Here's a sample!
    That's all.
    #define GetRGBtoReal( X )   (double) X / (double) 255.f
    COLORREF crBackColor    = RGB( 255, 0, 0 );
    gPort->setrgbcolor( GetRGBtoReal( GetRValue(crBackColor) ), GetRGBtoReal( GetGValue(crBackColor) ), GetRGBtoReal( GetBValue(crBackColor) ));

  • Change Outlook Calendar background color but its reverts back to old on restart

    Dear Support,
    I am trying to change Outlook Calendar background color but its reverts back to old on restart 

    Hi,
    Let's take Outlook 2013 for example, go to FILE tab ->
    Options -> Calendar -> Display options
    -> Select the Default calendar color and the checkbox for
    Use this color on all calendar ->
    OK.
    In case the Navigation Pane is corrupted, we may try starting Outlook with the switch "/resetnavpane":
    Press Win + R and type “outlook.exe /resetnavpane” in the blank box, then press Enter.
    I hope this helps.
    Regards,
    Melon Chen
    TechNet Community Support

  • Changing a linechart background color upon a chartitem selection

    hello guys,
    I am displaying multiple lines vertically in a linechart. User can make a rectangular selection on chartitems. I want to change the linechart background color of the selected region only.
    So if user selects multiple region then I will be setting specific color based on the region user has selected.
    Looking forward to your help!
    --Imran

    The script works fine..please show here..
    https://workspaces.acrobat.com/?d=EKbH6jmrJ-5RXnVNyxPiPA
    Kind regards,
    Mandy

  • How do I change the white background color in a b/w line drawing jpg?

    How do I change the white background color in a b/w line drawing jpg?

    Just put a Solid Color Layer atop it and set it to Blend Mode Multiply or
    • load the Channel with the best contrast (cmd-click it in the Channels Panel)
    • invert Selection (cmd-I)
    • create a black Solid Color Layer
    • put whatever below that Layer

  • How to change foreground and background color using CC SDK?

    Hello all,
    I am just starting to study the sdk (Mac CC). Currently, I am seeking the answer to change foreground and background color using CC SDK?
    Is it possible to do so? In addition, will the Image Mode such as RGB, CYMK or Grayscale be effecting such solution?
    Thanks in advance.

    These are NOT dropdown menus. They are dropdown LISTS.
    http://web.me.com/toad.hall/Demo1/Drop_DownMenus.html
    And from the links in the Google search you can learn that a list item has no style.
    And a dropdown list behaves differently from dropdown menus. Here's how it looks on Mobile Safari :

  • Can i change the preview background color?

    Hi
    can i change the preview background color?
    it's gray , may i change it?
    thanks
    i use bridge cs6

    can i change the preview background color?
    Yes you can do so in the Bridge preferences under general both Ui interface and image backdrop can be changed
    In the same preferences Cache you can change the location of the central cache to where ever you will. But you have to realize that if you use an external disk this can cause all kinds of problems regarding speed, performance and permission issues. best to keep it on an internal disk and having an SSD available will be even better because you will benefit from performance and speed very much.
    it's gray , may i change it?
    As long as you have a legal version and it is able to change then feel free to set it to your own custom wishes...

  • JOptionPane.showMessageDialog() == can i change it's background color?

    erm...juz wanna know wether JOptionPane message dialog background color can be change or not...tq

    can i change the preview background color?
    Yes you can do so in the Bridge preferences under general both Ui interface and image backdrop can be changed
    In the same preferences Cache you can change the location of the central cache to where ever you will. But you have to realize that if you use an external disk this can cause all kinds of problems regarding speed, performance and permission issues. best to keep it on an internal disk and having an SSD available will be even better because you will benefit from performance and speed very much.
    it's gray , may i change it?
    As long as you have a legal version and it is able to change then feel free to set it to your own custom wishes...

  • How can I edit an html file in Firefox using View Source?

    I have created an html webpage and saved it to my pc. I can't edit the html file in firefox when I right click on the page and select "View Source". I can view the code but I can't edit it. I can do this in IE9.
    I thought I was able to do this before in Firefox.
    Did my settings change somewhere that I can no longer do this?
    Do I have to have something checked in the Web Developer extensions for it to work?
    I'm using Firefox 24.0
    Thank you for any help with this. :)

    The View Source window in Firefox cannot be used to change computer codes. Nor can the Web Developer tools.
    Sorry for any inconvenience.
    I suggest using Programmer's Notepad.

  • Changing datasheet view column width prompts for logon

    Hello - I have a SharePoint 2010 farm at work that we are having undesirable logon prompts on at times. A reproducible example is the datasheet view of any library in our site. When a user switches from standard view to datasheet view & then resizes
    a column, a logon dialogue box pops up. They can enter their username or cancel - either way they are allowed to continue. This occurs the first time the user tries to make a change to the column width, but not on subsequent attempts. If the view is reloaded
    & they attempt to change the width again the logon box pops up again. Users only have read-only access to the view, so they cannot modify it. The 'Modify View' control in the ribbon bar is greyed out.
    Background info: Clients are using Windows 7 SP1, Internet Explorer 10 (in compatibility view mode), and MS Office Pro Plus 2010 SP2. SharePoint is 2010 SP1 & June 2011 CU V1 (I know, we need to patch). The site is setup to use NTLM integrated authentication.
    All PCs are configured via GPO to add the site to the local Intranet zone. The intranet zone is configured via GPO with medium-low settings & automatic logon in the intranet zone. I have verified the GPO propagation to client PCs and verified that
    IE settings are correct for windows integrated authentication to take place.
    Any help is appreciated
    ~james

    I am thinking this behavior is not by design. In my environment this is what happens:
    A standard user (no modify view rights) changes a column width & gets prompted for credentials. It does not matter what they do - cancel, use own credentials, or use someone else's credentials (with modify rights) - the results are the same.
    The view is not changed for everyone, just the local user. The change only applies to the current page load.
    Users with modify view rights see no logon prompt.
    I just installed Office 2013 with my test VM & the unwanted logon prompt is gone. My opinion is this is an unresolved issue with the Access Web Datasheet, 2010-version active-x plugin. It appears to have been fixed with Access 2013.
    I'm going to do some more testing, but this is looking like another reason for an upgrade to Office 2013.
    I tried changing the compatibility view settings, user agent string, Browser Mode, and Document Mode. None of the different combinations I tried had any effect on the logon prompt issue.
    Any other ideas?
    thanks

  • New file automatically changes to white background

    When I try to create a new file with a transparent background,it changes to white background.
    If I hit the color mode drop down, it goes to bitmap and won't allow anything else to be chosen until I close the request and start over.
    Preset always goes to clipboard.
    And finally, I can't hit ctrl/PrtScn and have the edit/paste button activate anymore. If I had copied and pasted something before, then that photo just pops back up again.
    There's other stuff it's doing but maybe if somebody knows something from this much information I might get back on track.
    Has something been corrupted?
    Thank you,
    Tracy

    Wow, thank you for such a quick response.
    Actually I have never downloaded any aps or plug-ins. I'm kinda paranoid about the internet and wouldn't even have CS online if it were an option. I hate these glitches.
    I find that I have plenty to work with bare bones.
    Thank you,
    Tracy

Maybe you are looking for

  • Using older version as default

    Hi! I installed CS5.5 and kept older version CS4 on my mac. Now I can't change CS4 as a default application on my .indd files, I have tried using command+i -> CS4 and also an app called "RCDefaultApps 2.1" with no help. Every time I double click an -

  • Does apple buy back an ibook?

    i want to get a refurbished macbook pro and want to get rid of my ibook now that my podcast is getting more popluar and i am starting to do more things than just basic stuff. i just want to know if apple will buy back an ibook and if they do that typ

  • Does remote work with MacBookAir?

    I can't seem to be able to activate Front Row on a 2nd gen MBA with the remote... The remote works fine with an iMac and older Macbook. Any help is greatly appreciated.

  • How to transform XML?

    Hi all, As i am very new at this technology, maybe my question is very easy for you, but i need advice very much! Hi, the point is that i generate some XML files using DBMS_XMLGenXML library, but that XML files are not very correct because the charac

  • Plug-in or seperate program for easy 3D objects?

    Greetings, Seeking a plug-in or seprate program for easy 3D extrusions and lathes. Thanks