summaryrefslogtreecommitdiffstats
path: root/css/navigation.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/navigation.css')
-rw-r--r--css/navigation.css17
1 files changed, 15 insertions, 2 deletions
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
+}