esri.dijit.AttributeInspector the default date picker & Dropdown buttons

574
0
05-15-2012 09:40 AM
PaulVepraskas
Occasional Contributor
I have a two questions both related to the esri.dijit.AttributeInspector.  When I click on the dropdown button to open the date picker, the background of the Calendar is clear.  Is there a CSS command that set the background color, similar to what is below?

.esriAttributeInspector .atiField {
            border:solid 1px #FFFFFF;
            background:White;
            color: Black;
           
           
        }


In addition the buttons that activate a Dropdown in the inspector are very small.  Is there a way to increase there size?

Thank you for any insight!

Paul
0 Kudos
0 Replies