Skip to content

Commit

Permalink
fix different look of navigation bar, will be fixed with nextcloud/se…
Browse files Browse the repository at this point in the history
…rver#3150 (#85)

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
  • Loading branch information
jancborchardt authored and BernhardPosselt committed Jan 19, 2017
1 parent 24fb997 commit b9028eb
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions css/navigation.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-/**
/**
* Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
Expand Down Expand Up @@ -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;
}

0 comments on commit b9028eb

Please sign in to comment.