mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
simplify app navigation look, remove superfluous border as it is distinguished enough via background color
This commit is contained in:
parent
9834e38542
commit
6ee43255b7
1 changed files with 1 additions and 7 deletions
|
|
@ -22,8 +22,7 @@
|
|||
height: 100%;
|
||||
float: left;
|
||||
-moz-box-sizing: border-box; box-sizing: border-box;
|
||||
background-color: #f8f8f8;
|
||||
border-right: 1px solid #ccc;
|
||||
background-color: #f5f5f5;
|
||||
padding-bottom: 44px;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
|
|
@ -51,11 +50,6 @@
|
|||
background-color: #ccc;
|
||||
}
|
||||
|
||||
/* special rules for first-level entries and folders */
|
||||
#app-navigation > ul > li {
|
||||
background-color: #f8f8f8;
|
||||
}
|
||||
|
||||
#app-navigation .with-icon a {
|
||||
padding-left: 44px;
|
||||
background-size: 16px 16px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue