From 6ee43255b7f5f86b4be553b67bc8ffcbfc9db680 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 23 Jul 2014 12:59:40 +0200 Subject: [PATCH] simplify app navigation look, remove superfluous border as it is distinguished enough via background color --- core/css/apps.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/core/css/apps.css b/core/css/apps.css index be1a98c3c1e..cecb06ac6e8 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -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; -- 2.39.5