diff --git a/assets/css/style.css b/assets/css/style.css index 5ca8985..a78e6f6 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -178,7 +178,7 @@ div.error { } .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; margin-left: -7px; color: #fff; @@ -192,7 +192,7 @@ div.error { } .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; }