upgrade dojo to 1.8.3 (refs #570)
This commit is contained in:
@@ -50,16 +50,17 @@
|
||||
background-color: transparent;
|
||||
/* pick up color from dijitAccordionInnerContainer */
|
||||
|
||||
background-image: url("../layout/images/accordion.png");
|
||||
background-position: 0 0;
|
||||
background-image: url("../images/standardGradient.png");
|
||||
background-repeat: repeat-x;
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
|
||||
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
|
||||
background-image: -o-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
|
||||
background-image: linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
|
||||
_background-image: none;
|
||||
padding: 5px 7px 2px 7px;
|
||||
min-height: 17px;
|
||||
color: #494949;
|
||||
}
|
||||
.dj_ie6 .claro .dijitAccordionTitle {
|
||||
background-image: none;
|
||||
}
|
||||
.claro .dijitAccordionContainer .dijitAccordionChildWrapper {
|
||||
/* this extends the blue trim styling of the title bar to wrapping around the node.
|
||||
* done by setting margin
|
||||
@@ -83,7 +84,13 @@
|
||||
transition-duration: 0.1s;
|
||||
}
|
||||
.claro .dijitAccordionInnerContainerActive .dijitAccordionTitle {
|
||||
background-position: 0 -136px;
|
||||
background-image: url("../images/activeGradient.png");
|
||||
background-repeat: repeat-x;
|
||||
background-image: -moz-linear-gradient(rgba(190, 190, 190, 0.98) 0px, rgba(255, 255, 255, 0.65) 3px, rgba(255, 255, 255, 0) 100%);
|
||||
background-image: -webkit-linear-gradient(rgba(190, 190, 190, 0.98) 0px, rgba(255, 255, 255, 0.65) 3px, rgba(255, 255, 255, 0) 100%);
|
||||
background-image: -o-linear-gradient(rgba(190, 190, 190, 0.98) 0px, rgba(255, 255, 255, 0.65) 3px, rgba(255, 255, 255, 0) 100%);
|
||||
background-image: linear-gradient(rgba(190, 190, 190, 0.98) 0px, rgba(255, 255, 255, 0.65) 3px, rgba(255, 255, 255, 0) 100%);
|
||||
_background-image: none;
|
||||
color: #000000;
|
||||
}
|
||||
/* Open (a.k.a. selected) pane */
|
||||
@@ -93,7 +100,13 @@
|
||||
}
|
||||
.claro .dijitAccordionInnerContainerSelected .dijitAccordionTitle {
|
||||
color: #000000;
|
||||
background-position: 0 0;
|
||||
background-image: url("../images/standardGradient.png");
|
||||
background-repeat: repeat-x;
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
|
||||
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
|
||||
background-image: -o-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
|
||||
background-image: linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
|
||||
_background-image: none;
|
||||
/* avoid effect when clicking the title of the open pane */
|
||||
|
||||
}
|
||||
@@ -114,7 +127,7 @@
|
||||
}
|
||||
.claro .dijitAccordionInnerContainerSelectedHover .dijitAccordionChildWrapper, .claro .dijitAccordionInnerContainerSelectedActive .dijitAccordionChildWrapper {
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #759dc0 !important;
|
||||
border: 1px solid #759dc0;
|
||||
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
|
||||
-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
|
||||
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
|
||||
|
||||
Reference in New Issue
Block a user