From 53679811da855acf9bd944a389a48399ca5d5a15 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 10 Aug 2015 20:20:30 +0200 Subject: serverside full text remove enhancers add full text client side implementation fix bugs and tests for full text feed --- css/navigation.css | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'css/navigation.css') diff --git a/css/navigation.css b/css/navigation.css index d2df60a4b..595afd549 100644 --- a/css/navigation.css +++ b/css/navigation.css @@ -1,4 +1,4 @@ -/** +-/** * ownCloud - News * * This file is licensed under the Affero General Public License version 3 or @@ -90,6 +90,19 @@ background-image: url('../img/rss.svg') !important; } +.icon-full-text-enabled { + background-image: url('../img/fulltext.svg'); + background-size: 50%; + opacity: .5; +} + + +.icon-full-text-disabled { + background-image: url('../img/nonfulltext.svg'); + background-size: 50%; + opacity: .5; +} + #app-navigation .unread > a { font-weight: bold; } @@ -188,4 +201,4 @@ } #app-navigation .feed-normal-ordering { -} \ No newline at end of file +} -- cgit v1.2.3