This is a migrated thread and some comments may be shown as answers.

google toolbar issue

2 Answers 52 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Maxim
Top achievements
Rank 1
Maxim asked on 22 Aug 2008, 05:39 PM
Hi,

I'm having an issue with google toolbar while auto fill feature is enabled. It looks like that google toolbar changes the style of input controls found on the web page. Are you aware of this issue and is there any workaround?

Thank you.

2 Answers, 1 is accepted

Sort by
0
Maxim
Top achievements
Rank 1
answered on 22 Aug 2008, 06:16 PM
Ok i think I have fount the solution to this issue. Looks like including "!important" tag fixes this problem. Please advise.

.RadComboBox_Sunset .rcbInputCell .rcbInput {
background:transparent none repeat scroll 0 0 !important;
border:0 none;
padding:5px 0 0;
vertical-align:top;
width:100%;
}
0
Veselin Vasilev
Telerik team
answered on 25 Aug 2008, 11:11 AM
Hello Maxim,

Your solution seems ok. It overrides the css style applied by the Google Toolbar.
You can find more information here: http://code.jenseng.com/google/

All the best,
Veskoni
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ComboBox
Asked by
Maxim
Top achievements
Rank 1
Answers by
Maxim
Top achievements
Rank 1
Veselin Vasilev
Telerik team
Share this question
or