Customize Search In All Columns Text Box Display Style in Search Criteria

Customize Search In All Columns Text Box Display Style in Search Criteria

Return to Customize Search Criteria Styles

Modifying the default Style for Search in all columns Text Box

The .TextBoxSearchKeyWord class is used for styling the box where search criteria for searching in all columns is entered. The default setting for the TextBoxSearchKeyWord is

.TextBoxSearchKeyWord
{
min-width:350px;
}

The default display looks like the box to the right of the Task Name: label shown below. Priority is a choice type column and is shown for comparison.

search in all columns for1.png

The table below shows examples of common changes possible to the Text Box. Examples not included may also be possible.

Change Example
To make the control longer so users can more easily enter lots of text, change the min-width to something larger than 350px

Change to:

.TextBoxControls
{
min-width:550px;
}

The result looks like this:

search in all columns for - longer.png