[CLOSED] Layout problem with the Neptune Theme

  1. #1

    [CLOSED] Layout problem with the Neptune Theme

    Good Morning all

    I do some tests with the Neptune Theme. On of the Problems a face is a simple Window with an Upload Dialog and two Buttons. (see the attached Picture)

    This is the Mark up :

        <ext:Window runat="server" ID="winImport" Hidden="True" Width="500" PageX="100" PageY="100" Layout="fitlayout" Closable="False" Title="Select a File" MarginSpec="2 2 2 2">
          <Items>
            <ext:FormPanel runat="server" Border="false" ID="frmImport" Layout="Fitlayout" Frame="False" PaddingSpec="10 10 10 10">
              <Items>
                <ext:FileUploadField ID="importFileUpload" runat="server" ButtonText="..." />
              </Items>
              
              <Buttons>
                <ext:Button runat="server" ID="Button13" Text="Cancel" Flat="true">
                  <Listeners>
                    <Click Handler="#{frmImport}.getForm().reset(); #{winImport}.hide()" />
                  </Listeners>
                </ext:Button>
    
                <ext:Button runat="server" ID="Button14" Text="Import" Icon="ArrowUp" Flat="true">
                  <DirectEvents>
                    <Click OnEvent="UploadSettingsClick" />
                  </DirectEvents>
                </ext:Button>
              </Buttons>
              
            </ext:FormPanel>
          </Items>
          <Listeners>
            <Close Handler="importDeclaration();" />
          </Listeners>
        </ext:Window>
    what can I do to remove the blue background behind the Buttons (is marked with a red rectangle in the Picture).

    Kind Regards
    Peter
    Attached Thumbnails Click image for larger version. 

Name:	2014-11-20_08-39-48.png 
Views:	21 
Size:	5.6 KB 
ID:	16422  
    Last edited by Daniil; Nov 25, 2014 at 3:12 PM. Reason: [CLOSED]
  2. #2
    Hi Peter,

    You can remove it applying your own CSS rule on the HTML element.

Similar Threads

  1. [CLOSED] Neptune Theme - Panel Frame Border Style
    By iansriley in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Sep 09, 2014, 1:11 PM
  2. Replies: 1
    Last Post: Aug 21, 2014, 4:57 PM
  3. [CLOSED] Theming - Changing the Neptune Theme
    By RCN in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Aug 19, 2013, 7:03 PM
  4. Replies: 0
    Last Post: Aug 16, 2013, 4:09 AM
  5. [CLOSED] More broken layout with Neptune theme
    By Pyropace in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 29, 2013, 12:57 AM

Posting Permissions