summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/css
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-03-14 10:21:09 +0100
committerMorris Jobke <hey@morrisjobke.de>2018-03-15 07:11:50 +0100
commitb01b3454e62c1fb72534165cde0b36041c22c007 (patch)
tree38ec0f790fd18b713e12c8a9c61a3ed9bdbf468a /apps/updatenotification/css
parent7f00de841b3570f21c0be51dd9dced690f968210 (diff)
downloadnextcloud-server-b01b3454e62c1fb72534165cde0b36041c22c007.tar.gz
nextcloud-server-b01b3454e62c1fb72534165cde0b36041c22c007.zip
Provide a description of the update channels inline
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/updatenotification/css')
-rw-r--r--apps/updatenotification/css/admin.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/updatenotification/css/admin.css b/apps/updatenotification/css/admin.css
index cb03f6a15cb..52cc961ae35 100644
--- a/apps/updatenotification/css/admin.css
+++ b/apps/updatenotification/css/admin.css
@@ -31,3 +31,12 @@
#updatenotification .icon-triangle-n {
opacity: 0.5;
}
+
+#updatenotification .channel-description span {
+ color: #aaa;
+}
+
+#updatenotification .channel-description span strong {
+ color: #555;
+ font-weight: normal;
+}