So i used the "css" attribute of the form tag to use my own "style.css". Copied paste the given form.formtool css and changed it to my needs.
I was a bit tripping about that the changes wouldn't show when altering core css, still don't know, but this works fine and is of course the way you should handle it. Cheers. On Dec 14, 8:19 pm, Marco van den Oever <[email protected]> wrote: > OK, found some direction, need to check the attributes of form.cfm etc > in tags/formtools... > > On Dec 14, 8:15 pm, Marco van den Oever <[email protected]> > wrote: > > > The only place i find the color code "#A4C8E5" (border color of form > > top border) when i search in the entire webtop folder is: > > > swatches.cfm, that isn't the one... > > > and > > > forms.css, there i have indeed the css with the color code, but when > > changed even in core css and reload app etc, there is no change. > > > I'm stuck. > > > On Dec 14, 7:48 pm, Tomek Kott <[email protected]> wrote: > > > > have you looked at the button using either firebug for firefox, the built > > > in > > > inspector for ie8, or the safari inspector to see where the button is > > > actually picking up the css from? that would give you a hint as to where > > > to > > > start changing and/or checking the code. > > > > Never done it myself besides the color setting on the ft:button. > > > > Tomek > > > > On Mon, Dec 14, 2009 at 1:41 PM, Marco van den Oever < > > > > [email protected]> wrote: > > > > Anyone ever customized this stuff??? Can you please send some example > > > > code? > > > > > Thanks... > > > > > On Dec 14, 12:28 am, Marco van den Oever <[email protected]> > > > > wrote: > > > > > I even can't make a change in the original css... > > > > > > In forms.css i have tried to adjust this css: > > > > > > form.formtool fieldset {border-color: #A4C8E5; border-width: 3px 0px > > > > > 0px 0px; border-style: solid none none none;} > > > > > > to: > > > > > > form.formtool fieldset {border-color: #A4C8E5; border-width: 0px 0px > > > > > 0px 0px; border-style: solid none none none;} > > > > > > to illiminate the blue (beautiful) top border, even after reloading > > > > > app the border still shows, how is that possible? > > > > > > So, i thought i might use the great feature of button attribute > > > > > "color" and set it to a neutral "grey". Works perfect only on hover > > > > > you see a blue one.... > > > > > > Help please :( > > > > > > On Dec 13, 2:34 am, Blair McKenzie <[email protected]> wrote: > > > > > > > I *think* you can pass a 'shim' attribute (or something like that) > > > > > > to > > > > > > replace the normal skin image. You could set it too a single pixel > > > > > > transparent graphic or something. > > > > > > > Blair > > > > > > > On Sun, Dec 13, 2009 at 5:56 AM, Marco van den Oever < > > > > > > > [email protected]> wrote: > > > > > > > Hi all, > > > > > > > > I am trying to customize a ft:button and did tried the button > > > > > > > tag's > > > > > > > attributes, placing webtop css in project css and override stuff, > > > > > > > but > > > > > > > i still see the standard button background and hover image. > > > > > > > > Any pointers on how to adjust this? > > > > > > > > -- > > > > > > > You received this message cos you are subscribed to "farcry-dev" > > > > Google > > > > > > > group. > > > > > > > To post, email: [email protected] > > > > > > > To unsubscribe, email: > > > > > > > [email protected]<farcry-dev%[email protected]> > > > > <farcry-dev%[email protected]<farcry-dev%[email protected]> > > > > > > > > For more options:http://groups.google.com/group/farcry-dev > > > > > > > -------------------------------- > > > > > > > Follow us on Twitter:http://twitter.com/farcry > > > > > -- > > > > You received this message cos you are subscribed to "farcry-dev" Google > > > > group. > > > > To post, email: [email protected] > > > > To unsubscribe, email: > > > > [email protected]<farcry-dev%[email protected]> > > > > For more options:http://groups.google.com/group/farcry-dev > > > > -------------------------------- > > > > Follow us on Twitter:http://twitter.com/farcry -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
