]> source.dussan.org Git - nextcloud-server.git/commitdiff
simplify app navigation look, remove superfluous border as it is distinguished enough...
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 23 Jul 2014 10:59:40 +0000 (12:59 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 23 Jul 2014 11:01:10 +0000 (13:01 +0200)
core/css/apps.css

index be1a98c3c1e123fb497975702b28b933da83e187..cecb06ac6e8c4845235d26583ea083483d39c361 100644 (file)
@@ -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;
        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;