diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-03-14 10:21:09 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-03-15 07:11:50 +0100 |
commit | b01b3454e62c1fb72534165cde0b36041c22c007 (patch) | |
tree | 38ec0f790fd18b713e12c8a9c61a3ed9bdbf468a /apps/updatenotification/css | |
parent | 7f00de841b3570f21c0be51dd9dced690f968210 (diff) | |
download | nextcloud-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.css | 9 |
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; +} |