Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1

Determine the ID name in order to set up the style sheet.

ID NameImage RemovedID NameImage Added

ID Name

2

Find the ID name by right clicking on the button you would like to start to color. Click on Inspect to bring up the developer mode.

Right-Clickig On ButtonImage RemovedRight-Clickig On ButtonImage Added

Right-Clickig Clicking On Button

3

The line with the ID will be already selected.

ID LineImage RemovedID LineImage Added

ID Line

4

Double click on the line and copy the ID name.

Copying ID NameImage RemovedCopying ID NameImage Added

Copying ID Name

5

Navigate to the style sheet domain. Administration > List Domains > Style Sheets #480

Style Sheets DomainImage RemovedStyle Sheets DomainImage Added

Style Sheets Domain

6

Create a New Style Sheet.

Creating A New SheetImage RemovedCreating A New SheetImage Added

Creating A New Sheet

7

There are 3 Sections on the Style Sheet Domain:

    1. Name

    2. Style Sheet

    3. CSS Selector  

Style Sheet SectionsImage RemovedStyle Sheet SectionsImage Added

Style Sheet Sections

8

Enter the name you would like to use for the Style Sheet in the name field. This can be any unique name for the style sheet. 

Name Style SheetImage RemovedName Style SheetImage Added

Name Style Sheet

9

In the Style Sheet section:

    1. Enter the color you would like to use for the text. There are over 140 general names that can be used as a color. A simple style Color: Red. You can also use various other methods to color. This method is the simplest. See # 17 for a tip.

    2. Enter the color for the Border Color. A simple style Border-Color: Blue

    3. Enter the color for the Background Color. A simple style Background-Color: Green

Set ColorImage RemovedSet ColorImage Added

Set Color

10

In the CSS Selector enter the ID name.  To select elements with a specific ID, write a pound (#) character, followed by the name of the ID. Example: #workitem_actions_button_Complete

CSS SelectorImage RemovedCSS SelectorImage Added

CSS Selector

11

Save. 

Save ButtonImage RemovedSave ButtonImage Added

Save Button

12

Verify your new Style Sheet is saved.

Verify Sheet Is SavedImage RemovedVerify Sheet Is SavedImage Added

Verify Sheet Is Saved

13

Clear the Cache. Connect Administration> List Domains> Tools> Cache Management> Clear Configure Cache

Clear CacheImage RemovedClear CacheImage Added

Clear Cache

14

Refresh the page (or use F5) to clear any residuals.

Refresh PageImage RemovedRefresh PageImage Added

Refresh Page

15

Verify you’re the color of the text / border / background has been changed.

Verify Button Style ChangeImage RemovedVerify Button Style ChangeImage Added

Verify Button Style Change