* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System.Web / Test / standalone / theme / ThemeTest2 / App_Themes / MyTheme / Button.skin
1 <asp:Button runat="server" 
2   SkinID="Red"
3   BackColor="Red" 
4   ForeColor="White" 
5   Font-Name="Arial" 
6   Font-Size="9px" />
7
8 <asp:Button runat="server" 
9   SkinID="Green"
10   BackColor="Green" 
11   ForeColor="White" 
12   Font-Name="Arial" 
13   Font-Size="9px" />
14
15 <asp:Button runat="server" 
16   BackColor="White" 
17   ForeColor="Black" 
18   Font-Name="Arial" 
19   Font-Size="15px" />