fix minor style issue in the app navigation

This commit is contained in:
Morris Jobke 2013-08-19 15:42:51 +02:00
parent 95e1b62940
commit 9e5b721a0d
1 changed files with 5 additions and 1 deletions

View File

@ -739,7 +739,7 @@ div.crumb:active {
/* special rules for first-level entries and folders */ /* special rules for first-level entries and folders */
#app-navigation > ul > li { #app-navigation > ul > li {
background-color: #eee; background-color: #f8f8f8;
} }
#app-navigation .with-icon a { #app-navigation .with-icon a {
@ -860,6 +860,10 @@ div.crumb:active {
color: #dd1144; color: #dd1144;
} }
#app-navigation .app-navigation-separator {
border-bottom: 1px solid #ccc;
}
/* Part where the content will be loaded into */ /* Part where the content will be loaded into */