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

Using CSS style from skin on non Rad Controls

1 Answer 74 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
robertgalvinjr
Top achievements
Rank 1
robertgalvinjr asked on 27 Apr 2011, 02:15 PM
How can I apply the same CSS style that is being used by my Rad Controls onto another control like a asp:label? Ex. I have all of my Rad controls set to use the Black skin and I want all of my standard asp:labels to have the same text/font/etc that is being used by Rad-Slider

1 Answer, 1 is accepted

Sort by
0
Matt
Top achievements
Rank 1
answered on 27 Apr 2011, 05:27 PM
You can always utilize a tool like FF Firebug or Chrome's Developer tools to inspect elements and create css classes that utilize the same styles (font, color, etc.) as the elements that you want to emulate that are appropriate to that particular element, and then apply that class to those elements.

That is, at least, what I have done when it is appropriate or necessary.
Tags
General Discussions
Asked by
robertgalvinjr
Top achievements
Rank 1
Answers by
Matt
Top achievements
Rank 1
Share this question
or