2010-11-15 08:39:52 +01:00
|
|
|
.tundra .dijitSelect .dijitButtonNode {
|
2011-11-08 17:40:44 +01:00
|
|
|
padding: 0;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
|
|
|
.tundra .dijitSelect .dijitButtonNode .dijitArrowButtonInner {
|
2011-11-08 17:40:44 +01:00
|
|
|
margin: 0 4px 0 5px;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
|
|
|
/* Make unselected content portion "look" more like a text box and less like a button */
|
2010-11-15 08:39:52 +01:00
|
|
|
.tundra .dijitSelect .dijitButtonContents {
|
|
|
|
padding-top: 1px;
|
|
|
|
background:#fff url("../images/validationInputBg.png") repeat-x top left;
|
|
|
|
#background:#fff url('../images/validationInputBg.gif') repeat-x top left;
|
|
|
|
}
|
|
|
|
.tundra .dijitSelectHover .dijitButtonContents,
|
|
|
|
.tundra .dijitSelectActive .dijitButtonContents,
|
|
|
|
.tundra .dijitSelectOpened .dijitButtonContents,
|
|
|
|
.tundra .dijitSelectDisabled .dijitButtonContents,
|
|
|
|
.tundra .dijitSelectReadOnly .dijitButtonContents{
|
|
|
|
background: transparent none;
|
|
|
|
}
|
|
|
|
.dj_ie .tundra .dijitSelect .dijitButtonContents {
|
2011-11-08 17:40:44 +01:00
|
|
|
padding-top: 0;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
|
|
|
/* Mirror DropDownButton */
|
2010-11-15 08:39:52 +01:00
|
|
|
.tundra .dijitSelectDisabled .dijitButtonNode {
|
|
|
|
border-color: #d5d5d5 #bdbdbd #bdbdbd #d5d5d5;
|
|
|
|
background:#e4e4e4 url("../images/buttonDisabled.png") top repeat-x;
|
|
|
|
}
|
|
|
|
.dj_ie .tundra .dijitSelectDisabled .dijitButtonNode * {
|
|
|
|
filter: gray() alpha(opacity=50);
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.tundra .dijitSelectHover .dijitButtonNode {
|
|
|
|
border-color:#a5beda;
|
|
|
|
border-bottom-color:#5c7590;
|
|
|
|
border-right-color:#5c7590;
|
|
|
|
color:#243C5F;
|
|
|
|
background:#fcfdff url("../images/buttonHover.png") repeat-x bottom;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.tundra .dijitSelectActive .dijitButtonNode,
|
|
|
|
.tundra .dijitSelectOpened .dijitButtonNode {
|
|
|
|
border-color:#366dba;
|
|
|
|
background: #ededed url("../images/buttonActive.png") bottom repeat-x;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
|
|
|
/* Make the menu look more combobox-like */
|
2010-11-15 08:39:52 +01:00
|
|
|
.tundra .dijitSelectMenu td {
|
2011-11-08 17:40:44 +01:00
|
|
|
padding: 0;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
|
|
|
.tundra .dijitSelectMenu .dijitMenuItemLabel,
|
|
|
|
.tundra .dijitSelectMenu .dijitMenuArrowCell {
|
|
|
|
padding: 0.1em 0.2em;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
|
|
|
|