I work with Interwoven TeamSite in an environment where I do not have access
to customise the default stylesheet, so the only option available to me is
to specify an additional stylesheet wherein I can add further
customisations.
My problem is that the master stylesheet, which I can not edit or remove,
includes a CSS selector for all input elements such that the border is thus:
border: 1px #cccccc solid;
Is there a way I can specify in my own stylesheet, which is the last one
referred to, a way to set the style for input boxes back to the default -ie,
so that input boxes appear "sunken". I've tried everything and nothing seems
to negate the original style :-( Ideally, I'd like to be able to do this:
border-style: sunken;
But this doesn't appear to be in the CSS specification. The only reason I
want to do this is to distinguish input boxes from the zillions of other
grey solid lines in TeamSite's templates (whoever designed the interface for
TeamSite 6 should be shot for forcing everybody to use a stylesheet that is
so incomprehensibl e!)
Any ideas?
to customise the default stylesheet, so the only option available to me is
to specify an additional stylesheet wherein I can add further
customisations.
My problem is that the master stylesheet, which I can not edit or remove,
includes a CSS selector for all input elements such that the border is thus:
border: 1px #cccccc solid;
Is there a way I can specify in my own stylesheet, which is the last one
referred to, a way to set the style for input boxes back to the default -ie,
so that input boxes appear "sunken". I've tried everything and nothing seems
to negate the original style :-( Ideally, I'd like to be able to do this:
border-style: sunken;
But this doesn't appear to be in the CSS specification. The only reason I
want to do this is to distinguish input boxes from the zillions of other
grey solid lines in TeamSite's templates (whoever designed the interface for
TeamSite 6 should be shot for forcing everybody to use a stylesheet that is
so incomprehensibl e!)
Any ideas?
Comment