upgrade dojo to 1.8.3 (refs #570)
This commit is contained in:
@@ -1,47 +1,39 @@
|
||||
.tundra .dijitSelect .dijitButtonNode {
|
||||
padding: 0;
|
||||
}
|
||||
.tundra .dijitSelect .dijitButtonNode .dijitArrowButtonInner {
|
||||
margin: 0 4px 0 5px;
|
||||
}
|
||||
|
||||
/* Make unselected content portion "look" more like a text box and less like a button */
|
||||
.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{
|
||||
.tundra .dijitSelectError .dijitButtonContents,
|
||||
.tundra .dijitSelectHover .dijitArrowButton,
|
||||
.tundra .dijitSelectActive .dijitArrowButton,
|
||||
.tundra .dijitSelectOpened .dijitArrowButton,
|
||||
.tundra .dijitSelectDisabled .dijitArrowButton,
|
||||
.tundra .dijitSelectReadOnly .dijitArrowButton {
|
||||
background: transparent none;
|
||||
}
|
||||
.dj_ie .tundra .dijitSelect .dijitButtonContents {
|
||||
padding-top: 0;
|
||||
.tundra .dijitSelect .dijitArrowButton {
|
||||
background: #fff url("../images/buttonEnabled.png") repeat-x bottom left;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
/* Mirror DropDownButton */
|
||||
.tundra .dijitSelectDisabled .dijitButtonNode {
|
||||
border-color: #d5d5d5 #bdbdbd #bdbdbd #d5d5d5;
|
||||
.tundra .dijitSelectDisabled,
|
||||
.tundra .dijitSelectDisabled TD {
|
||||
border-color: #d5d5d5 #bdbdbd #bdbdbd #d5d5d5 !important;
|
||||
background:#e4e4e4 url("../images/buttonDisabled.png") top repeat-x;
|
||||
}
|
||||
.dj_ie .tundra .dijitSelectDisabled .dijitButtonNode * {
|
||||
.dj_ie .tundra .dijitSelectDisabled TD * {
|
||||
filter: gray() alpha(opacity=50);
|
||||
}
|
||||
|
||||
.tundra .dijitSelectHover .dijitButtonNode {
|
||||
border-color:#a5beda;
|
||||
border-bottom-color:#5c7590;
|
||||
border-right-color:#5c7590;
|
||||
.tundra .dijitSelectHover,
|
||||
.tundra .dijitSelectHover TD {
|
||||
border-color:#a5beda #5c7590 #5c7590 #a5beda !important;
|
||||
color:#243C5F;
|
||||
background:#fcfdff url("../images/buttonHover.png") repeat-x bottom;
|
||||
}
|
||||
|
||||
.tundra .dijitSelectActive .dijitButtonNode,
|
||||
.tundra .dijitSelectOpened .dijitButtonNode {
|
||||
border-color:#366dba;
|
||||
.tundra .dijitSelectActive,
|
||||
.tundra .dijitSelectOpened,
|
||||
.tundra .dijitSelectActive TD,
|
||||
.tundra .dijitSelectOpened TD {
|
||||
border-color:#366dba !important;
|
||||
background: #ededed url("../images/buttonActive.png") bottom repeat-x;
|
||||
}
|
||||
|
||||
@@ -53,5 +45,3 @@
|
||||
.tundra .dijitSelectMenu .dijitMenuArrowCell {
|
||||
padding: 0.1em 0.2em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user