summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/css
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-03-06 17:24:24 +0100
committerJoas Schilling <coding@schilljs.com>2018-03-06 17:24:24 +0100
commit303085421e80e4cdd39f2af2d0544797b67d9145 (patch)
tree993f10f3d65a504bab14813609b6817f7fe7e01e /apps/updatenotification/css
parentf9eb5c85a3161057b8fd1c091d3bef7c5222f16a (diff)
downloadnextcloud-server-303085421e80e4cdd39f2af2d0544797b67d9145.tar.gz
nextcloud-server-303085421e80e4cdd39f2af2d0544797b67d9145.zip
Add a little arrow to indicate that the list can be opened
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/updatenotification/css')
-rw-r--r--apps/updatenotification/css/admin.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/updatenotification/css/admin.css b/apps/updatenotification/css/admin.css
index 20c9253f472..3fa7c688677 100644
--- a/apps/updatenotification/css/admin.css
+++ b/apps/updatenotification/css/admin.css
@@ -21,7 +21,12 @@
margin-top: 0;
}
-#updatenotification .icon-loading-small {
+#updatenotification .icon {
display: inline-block;
margin-bottom: -3px;
}
+
+#updatenotification .icon-triangle-s,
+#updatenotification .icon-triangle-n {
+ opacity: 0.5;
+}