Do you want to Search Something?

Those who opened the gates

Tuesday, June 28, 2011

Modifying Applet Colors for High Interactivity Applets

To modify applet colors for high interactivity applets (tested for 8.1)

  1. In the main.css file, locate the following code:
    .Selected TR.AppletButtons {background-color:#658AC3; color:#ffffff;}
    .Selected TR.AppletButtons TD.AppletTitle,
    .Selected TR.AppletButtons TD.AppletTitle A,
    .Selected TR.AppletButtons TD.AppletTitle A:link,
    .Selected TR.AppletButtons TD.AppletTitle A:visited,
  2. Change the value in the background-color attribute to the custom color.
  3. Save the file, and then test your changes.

No comments: