From b9028eb7d11612f7f0faabd3bee4f9d0db86e74e Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 19 Jan 2017 15:02:38 +0100 Subject: fix different look of navigation bar, will be fixed with nextcloud/server#3150 (#85) Signed-off-by: Jan-Christoph Borchardt --- css/navigation.css | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'css') diff --git a/css/navigation.css b/css/navigation.css index 63934af1f..0c4d6b137 100644 --- a/css/navigation.css +++ b/css/navigation.css @@ -1,4 +1,4 @@ --/** +/** * Nextcloud - News * * This file is licensed under the Affero General Public License version 3 or @@ -234,17 +234,3 @@ #app-navigation .updateerror a { background-color: orange !important; } - -/** - * Fixes for owncloud/core#20208 - */ -#app-navigation li a, -#app-navigation .add-new button { - opacity: 1 !important; - color: #000 !important; -} -#app-navigation .active, -#app-navigation .active a, -#app-navigation li > a:hover { - background-color: #ddd; -} -- cgit v1.2.3