Add chevrons in toggleable menus
This commit is contained in:
@@ -178,6 +178,9 @@ div.error {
|
||||
}
|
||||
|
||||
.navigation ul li a {
|
||||
background: url(../images/icons/chevron-small.png) -2px center no-repeat;
|
||||
padding-left: 16px;
|
||||
margin-left: -7px;
|
||||
color: #666;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
@@ -189,6 +192,7 @@ div.error {
|
||||
}
|
||||
|
||||
.navigation ul li.active a {
|
||||
background: url(../images/icons/chevron-small-expand.png) -2px center no-repeat;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@@ -205,6 +209,9 @@ div.error {
|
||||
}
|
||||
|
||||
.navigation ul li ul li a {
|
||||
background: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
color: #0088cc;
|
||||
}
|
||||
|
||||
@@ -310,7 +317,6 @@ div.error {
|
||||
background: #fff;
|
||||
border: 1px solid #e8e8e8;
|
||||
padding: 15px;
|
||||
height: 12px;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user