Completed
Last Updated: 22 Jul 2016 08:43 by ADMIN
Henrik
Created on: 07 Feb 2014 09:42
Category: FormDecorator
Type: Feature Request
1
make formdecorator style anchor elements
Hello.

Would you please concider adding styling of anchor elements to the formdecorator?

It would make it easier styling existing pages.
1 comment
ADMIN
Rumen
Posted on: 22 Jul 2016 08:42
You can achieve the required functionality and change the decoration for the desired HTML elements using CSS and the following classes

<style>
.RadForm_Black {
color: white; //will change the font to white
}

.RadForm_Black a {
color: yellow;
}

.RadForm_Black a:hover {
color: aqua;
}
</style>

The Black string in the class names above represents the name of the used Skin.