summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-01-19 15:02:38 +0100
committerBernhard Posselt <BernhardPosselt@users.noreply.github.com>2017-01-19 15:02:38 +0100
commitb9028eb7d11612f7f0faabd3bee4f9d0db86e74e (patch)
tree24bc679c83292fb2775ab6bfa3d822b28e5c3e2b /css
parent24fb997f88cecdab08d5c192d75b567c82476670 (diff)
fix different look of navigation bar, will be fixed with nextcloud/server#3150 (#85)
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'css')
-rw-r--r--css/navigation.css16
1 files changed, 1 insertions, 15 deletions
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;
-}