For any of those that care, the issue is the blue highlight is a background
IMAGE not a background color. I set the background image to none and it
worked.
Pulled from Firebug:
td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner,
td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner {
background-color: #DEDEDE;
background-image: url("../images/default/grid/grid3-hrow-over.gif");
}
Changed to:
td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner,
td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner {
background-color: #DEDEDE;
background-image: none;
}
Just an FYI since it spent a few hours battling it today. I should've known
it was an image because it was two-toned. Live and learn.
On Fri, Feb 18, 2011 at 5:02 PM, Jeff Howard <[email protected]> wrote:
> Yeah, I was using Firebug to inspect the element and looking at the element
> id when I moused over it and using that but was not having any luck. I'll
> try viewing source or FB again. Thanks. Any other suggestions still
> welcome.
>
>
> On Fri, Feb 18, 2011 at 4:41 PM, Teddy R. Payne <[email protected]>wrote:
>
>> Since you are using HTML, you can view the source of the document. In
>> the source code, you should see the name of the class for the column
>> header. Also, there should be a link to the CSS file used for the
>> grid.
>>
>> Teddy R. Payne, ACCFD
>> Google Talk - [email protected]
>>
>>
>> On Fri, Feb 18, 2011 at 4:14 PM, Jeff Howard <[email protected]> wrote:
>> > HTML/AJAX grid
>> >
>> > I've tried the following to no avail
>> > .x-grid3-hd-10 { display:none; }
>> > .x-grid3-row-over td{ background:#A3E2B0; }
>> > td.x-grid3-hd-over { background: #A3E2B0; }
>> > x-grid3-hd-over { background: #A3E2B0; }
>> >
>> >
>> >
>> > On Fri, Feb 18, 2011 at 3:48 PM, Teddy R. Payne <[email protected]>
>> > wrote:
>> >>
>> >> Are you trying to change the style in flash format or html?
>> >>
>> >> Teddy R. Payne, ACCFD
>> >> Google Talk - [email protected]
>> >>
>> >>
>> >>
>> >>
>> >> On Fri, Feb 18, 2011 at 3:26 PM, Jeff Howard <[email protected]> wrote:
>> >> > Does anyone know what element to use for the mouse over color for the
>> >> > column
>> >> > headers in cfgrid? I can't seem to change it from the default light
>> >> > blue
>> >> > color.
>> >> >
>> >> > Thanks.
>> >>
>> >>
>> >> -------------------------------------------------------------
>> >> To unsubscribe from this list, manage your profile @
>> >> http://www.acfug.org?falogin.edituserform<http://www.acfug.org/?falogin.edituserform>
>> >>
>> >> For more info, see http://www.acfug.org/mailinglists
>> >> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
>> >> List hosted by http://www.fusionlink.com
>> >> -------------------------------------------------------------
>> >>
>> >>
>> >>
>> >
>> >
>>
>>
>> -------------------------------------------------------------
>> To unsubscribe from this list, manage your profile @
>> http://www.acfug.org?falogin.edituserform<http://www.acfug.org/?falogin.edituserform>
>>
>> For more info, see http://www.acfug.org/mailinglists
>> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
>> List hosted by http://www.fusionlink.com
>> -------------------------------------------------------------
>>
>>
>>
>>
>