Question about custom UI

 From:  Michael Gibson
8332.12 In reply to 8332.11 
Hi Ced,

> 1. Where do I change the 'button' behind the font & remove the
> '5 O'clock shadow?' (Can't find the property to change)

You need to look in the SidePane.htm file in a text editor to see how it's structured.

The palettes are made up of 2 pieces, there's a <moi:PaletteHeader> that is the part that holds the tab buttons, and a <moi:PaletteBody> that holds the content of the tab. The buttons themselves are <moi:TabButton> elements inside the header.


> 2. Where do I change the font style? (the CSS font style isn't apparent in DreamWeaver Properties)

The main font is set on the body by the UI engine from a value which can be set in moi.ini, under [UI] UIFontName=

I really don't recommend making all these types of changes though, it will make things difficult for you once the V4 betas start up and there are new releases, you will need to reapply all your changes with every beta release.

- Michael