Zach, !important tag would've worked if I wanted to make my stylesheet
take precedence over the other, however I don't need to do that since
whatever I override will be the one reflected in the final results.
I'm not sure if you know Rails Desert gem which does all that for me,
all I need to do is override the stylesheet from the source plugin
(CommunityEngine).

I need to completely invalidate the properties that come from the
third party (CommunityEngine) for my buttons so that they show as HTML
form buttons and not flat with background i.e. blue and with borders.
I haven't found a way to do that, is it even possible? I can't simply
delete the property in the third party plugin I'm using.

Please help!

Siyan

On Oct 20, 10:51 am, Zach Schneider <[email protected]> wrote:
> have you ever used the !important tag
>
> Zach Schneider
>
> http://www.twitter.com/zkmhttp://www.zachschneider.comhttp://www.linkedin.com/in/zschneider
>
> Sent from Chicago, Illinois, United States
> Samuel 
> Goldwyn<http://www.brainyquote.com/quotes/authors/s/samuel_goldwyn.html>
> - "I'm willing to admit that I may not always be right, but I am never
> wrong."
>
> On Tue, Oct 20, 2009 at 11:46 AM, SS <[email protected]> wrote:
>
> > Yeah, I can't do that :(
> > Thanks for you suggestion though...
>
> > Any other insights anyone?
>
> > Siyan
>
> > On Oct 19, 11:58 pm, Martin <[email protected]> wrote:
> > > Can't you import another css file after that one and then do something
> > like
> > > this:
> > > MainForm p input, .MainForm p button {
> > >    padding-left: inherit;
> > >    padding-right: inherit;
> > >    background: inherit;
> > >    border: inherit;
> > >    font-weight: inherit;
>
> > > }
>
> > > Not sure... just a guess...
>
> > > Best regards,
> > > Martin
>
> > > 2009/10/19 SS <[email protected]>
>
> > > > Hello,
> > > > I need to invalidate a block in my css file so that the properties in
> > > > the css never get applied in my code. I can't simply delete the block
> > > > in my css because I'm using a plugin, therefore I have to override it
> > > > and somehow tell css not to apply the properties for that id/class.
> > > > For example, I have this block in my css file:
>
> > > > MainForm p input, .MainForm p button {
> > > >    padding-left: 0em;
> > > >    padding-right: 0em;
> > > >    background: none;
> > > >    border: none;
> > > >    font-weight: bold;
> > > > }
>
> > > > Now, I need to keep it but I want those properties to never become
> > > > applied on my form button. I want the default button look and feel of
> > > > the browser.
>
> > > > I did quite bit of google search and didn't find an answer. Can
> > > > somebody help please?
>
> > > > Regards,
> > > > Siyan
>
>
--~--~---------~--~----~------------~-------~--~----~
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to