Correct chevron style
When the menu is closed, the arrow has to point up.
This commit is contained in:
@@ -178,7 +178,7 @@ div.error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navigation ul li a {
|
.navigation ul li a {
|
||||||
background: url(../images/icons/chevron-small.png) -2px center no-repeat;
|
background: url(../images/icons/chevron-small-expand.png) -2px center no-repeat;
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
margin-left: -7px;
|
margin-left: -7px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@@ -192,7 +192,7 @@ div.error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navigation ul li.active a {
|
.navigation ul li.active a {
|
||||||
background: url(../images/icons/chevron-small-expand.png) -2px center no-repeat;
|
background: url(../images/icons/chevron-small.png) -2px center no-repeat;
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user