2011-11-08 17:40:44 +01:00
|
|
|
/* Make unselected "look" more like a text box and less like a button */
|
2013-03-18 07:26:24 +01:00
|
|
|
.soria .dijitSelectError .dijitButtonContents,
|
|
|
|
.soria .dijitSelectHover .dijitArrowButton,
|
|
|
|
.soria .dijitSelectActive .dijitArrowButton,
|
|
|
|
.soria .dijitSelectOpened .dijitArrowButton,
|
|
|
|
.soria .dijitSelectDisabled .dijitArrowButton,
|
|
|
|
.soria .dijitSelectReadOnly .dijitArrowButton {
|
2010-11-15 08:39:52 +01:00
|
|
|
background: transparent none;
|
|
|
|
}
|
|
|
|
.soria .dijitSelect .dijitArrowButton {
|
2013-03-18 07:26:24 +01:00
|
|
|
background: #bcd5f0 url("../images/buttonEnabled.png") repeat-x top left;
|
|
|
|
border-width: 0;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
|
|
|
/* Mirror DropDownButton */
|
2013-03-18 07:26:24 +01:00
|
|
|
.soria .dijitSelectDisabled,
|
|
|
|
.soria .dijitSelectDisabled TD {
|
|
|
|
border-color: #b9bbdd !important;
|
|
|
|
background:#c3d3e5 url("../images/buttonDisabled.png") top repeat-x;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
2013-03-18 07:26:24 +01:00
|
|
|
.dj_ie .soria .dijitSelectDisabled TD * {
|
2010-11-15 08:39:52 +01:00
|
|
|
filter: gray() alpha(opacity=50);
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2013-03-18 07:26:24 +01:00
|
|
|
.soria .dijitSelectHover,
|
|
|
|
.soria .dijitSelectHover TD {
|
|
|
|
border-color:#a5beda #5c7590 #5c7590 #a5beda !important;
|
|
|
|
color:#000;
|
|
|
|
background:#acc5e2 url("../images/buttonHover.png") repeat-x top left;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2013-03-18 07:26:24 +01:00
|
|
|
.soria .dijitSelectActive,
|
|
|
|
.soria .dijitSelectOpened,
|
|
|
|
.soria .dijitSelectActive TD,
|
|
|
|
.soria .dijitSelectOpened TD {
|
|
|
|
border-color:#657c9c !important;
|
|
|
|
background: #91b4e5 url("../images/buttonActive.png") top left repeat-x;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
|
|
|
/* Make the menu look more combobox-like */
|
2010-11-15 08:39:52 +01:00
|
|
|
.soria .dijitSelectMenu td {
|
2011-11-08 17:40:44 +01:00
|
|
|
padding: 0;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
|
|
|
.soria .dijitSelectMenu .dijitMenuItemLabel,
|
|
|
|
.soria .dijitSelectMenu .dijitMenuArrowCell {
|
|
|
|
padding: 0.1em 0.2em;
|
|
|
|
}
|