Reckons Team Google Custom Search [Deleted]

I'm using an own custom style.

If I remove this from your public.css TMS it's working again:
Code:
<xen:include template="search_results.css" />
<xen:if is="{$xenOptions.rtGCS_showBranding}">
<xen:include template="rtGCS_branding.css" />

Or this from your rtGCS_branding.css
Code:
#QuickSearchQuery:active,
#QuickSearchQuery:focus
{
    background-image: none !important;
]
 
Version 1.0.5 overrides items in extra.css
Have to do with 'Show Google Branding' again ;)

Example:
Code:
.signature img
{
    max-height: 100px;
}
 
Great add on. is there a somewhat easy way the google search results style can match my custom search results style?

my style
121212.webp
Add on Goolge
343434.webp
 
One bug with a workaround found. No big deal :p
If 'Show Google Branding' is selected, all content of Extra.CSS is ignored.
If you deselect 'Show Google Branding', your content of Extra.CSS is working properly again.
I can confirm this bug ;)
 
You got any ideas or anyone?
I can't figure out how to make this CSS changes here:

Code:
div#cse.section.sectionMain {
}

To match here:
Code:
.sectionMain {
background-color: #e0ded4;
padding: 10px;
margin: 10px
auto;
border: 1px
solid rgb(199, 197, 188);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}
 
Top Bottom