Merge pull request #4519 from owncloud/style-fixes
fix minor style issue in the app navigation
This commit is contained in:
commit
438e816941
1 changed files with 5 additions and 1 deletions
|
@ -749,7 +749,7 @@ div.crumb:active {
|
|||
|
||||
/* special rules for first-level entries and folders */
|
||||
#app-navigation > ul > li {
|
||||
background-color: #eee;
|
||||
background-color: #f8f8f8;
|
||||
}
|
||||
|
||||
#app-navigation .with-icon a {
|
||||
|
@ -870,6 +870,10 @@ div.crumb:active {
|
|||
color: #dd1144;
|
||||
}
|
||||
|
||||
#app-navigation .app-navigation-separator {
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Part where the content will be loaded into */
|
||||
|
|
Loading…
Reference in a new issue