Link to home
Start Free TrialLog in
Avatar of mathieu_cupryk
mathieu_cuprykFlag for Canada

asked on

css tag for fixing the dropdownlist font and set border set like textbox controls.

This is used for the dropdowns I need to modify the border and font to conform to the textbox.

#search_table input, select (line 757)

{

color: #3f3f3f;

font-family: verdana;

font-style: normal;

font-variant: normal;

font-weight: normal;

font-size: 10px;

line-height: normal;

font-size-adjust: none;

font-stretch: normal;

-x-system-font: none;

}

#search_table input, select (line 759)

{

margin-bottom: 10px;

}

================================================================

textBox (line 566)

{

font-family: Verdana,Arial,Helvetica,sans-serif;

font-size: 1.09em;

font-weight: normal;

color: #000000;

background-color: #ffffff;

background-position: left center;

border-top-color: #3d7eb8;

border-right-color-value: #3d7eb8;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

border-bottom-color: #3d7eb8;

border-left-color-value: #3d7eb8;

border-left-color-ltr-source: physical;

border-left-color-rtl-source: physical;

border-top-width: 2px;

border-right-width-value: 2px;

border-bottom-width: 2px;

border-left-width-value: 2px;

border-left-width-ltr-source: physical;

border-left-width-rtl-source: physical;

border-right-width-ltr-source: physical;

border-right-width-rtl-source: physical;

border-top-style: inset;

border-right-style-value: inset;

border-bottom-style: inset;

border-left-style-value: inset;

border-left-style-ltr-source: physical;

border-left-style-rtl-source: physical;

border-right-style-ltr-source: physical;

border-right-style-rtl-source: physical;

width: 180px;

}

.textBox (line 566)

{

font-family: Verdana,Arial,Helvetica,sans-serif;

font-size: 1.09em;

font-weight: normal;

color: #000000;

background-color: #ffffff;

background-position: left center;

border-top-color: #3d7eb8;

border-right-color-value: #3d7eb8;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

border-bottom-color: #3d7eb8;

border-left-color-value: #3d7eb8;

border-left-color-ltr-source: physical;

border-left-color-rtl-source: physical;

border-top-width: 2px;

border-right-width-value: 2px;

border-bottom-width: 2px;

border-left-width-value: 2px;

border-left-width-ltr-source: physical;

border-left-width-rtl-source: physical;

border-right-width-ltr-source: physical;

border-right-width-rtl-source: physical;

border-top-style: inset;

border-right-style-value: inset;

border-bottom-style: inset;

border-left-style-value: inset;

border-left-style-ltr-source: physical;

border-left-style-rtl-source: physical;

border-right-style-ltr-source: physical;

border-right-style-rtl-source: physical;

width: 180px;

}

css.gif
ASKER CERTIFIED SOLUTION
Avatar of dan_neal
dan_neal
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mathieu_cupryk

ASKER

this is ok
Was this a question or comment?