|
@@ -301,19 +301,19 @@
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
.legendIconImg{
|
|
|
- background: url('./../resources/images/iconSlideDown1.png') no-repeat;
|
|
|
+ background: url('./../resources/images/iconSlideUp1.png') no-repeat;
|
|
|
background-size: 22px 22px;
|
|
|
}
|
|
|
.legendIconImg:hover{
|
|
|
- background: url('./../resources/images/iconSlideDown1Hover.png') no-repeat;
|
|
|
+ background: url('./../resources/images/iconSlideUp1Hover.png') no-repeat;
|
|
|
background-size: 22px 22px;
|
|
|
}
|
|
|
.legendSlideUp{
|
|
|
- background: url('./../resources/images/iconSlideUp1.png') no-repeat;
|
|
|
+ background: url('./../resources/images/iconSlideDown1.png') no-repeat;
|
|
|
background-size: 22px 22px;
|
|
|
}
|
|
|
.legendSlideUp:hover{
|
|
|
- background: url('./../resources/images/iconSlideUp1Hover.png') no-repeat;
|
|
|
+ background: url('./../resources/images/iconSlideDown1Hover.png') no-repeat;
|
|
|
background-size: 22px 22px;
|
|
|
}
|
|
|
.footer{
|