This is a migrated thread and some comments may be shown as answers.

Input buttons CSS

1 Answer 58 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
dhuss
Top achievements
Rank 1
dhuss asked on 25 Apr 2012, 08:24 PM
I have created a custom skin DLL using "Hay" as a starter skin. I changed the Upload sprites and css file to contain the colors I want for fonts, backgrounds, etc. I can't get the buttons that are present in the upload control to take the new colors and styles. They continue to take on the appearance of the "Hay" skin. What css settings toggle the buttons between normal/hover/selected.

I created a test skin using the Visual Style Builder to see if I missed something and my css file matches, except for color hex values. Any suggestions??

This is my aspx for the upload control.
<telerik:RadUpload ID="fupDocument" runat="server" ControlObjectsVisibility="None"
    InitialFileInputsCount="1" Height="25px" MaxFileInputsCount="1" OverwriteExistingFiles="true"
    MaxFileSize="5242880" Localization-Select="Browse" TabIndex="4" ReadOnlyFileInputs="True"
    Width="200px">
</telerik:RadUpload>

Second:
When using the window.radOpen with an existing aspx page, what determines the color of the window border. Using "Hay" as my base for the custom skin, the popup window is the lime green color of the Hay skin.

1 Answer, 1 is accepted

Sort by
0
dhuss
Top achievements
Rank 1
answered on 26 Apr 2012, 05:18 PM
My mistake on this post. I did NOT have "copy local" = true for referencing my custom skin DLL. After I change that, all works as it should. Sorry about this.
Tags
Upload (Obsolete)
Asked by
dhuss
Top achievements
Rank 1
Answers by
dhuss
Top achievements
Rank 1
Share this question
or