summaryrefslogtreecommitdiffstats
path: root/core/css/header.css
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2016-04-14 11:53:09 +0200
committerThomas Müller <DeepDiver1975@users.noreply.github.com>2016-04-14 11:53:09 +0200
commita2572ffec79f7bd2fa7aa29ed48d9b011836759d (patch)
treeb050e2b326de195f264128378a13cc5e594874fa /core/css/header.css
parent411fac892a86814b0625cfcbedbc2d575308cbeb (diff)
downloadnextcloud-server-a2572ffec79f7bd2fa7aa29ed48d9b011836759d.tar.gz
nextcloud-server-a2572ffec79f7bd2fa7aa29ed48d9b011836759d.zip
add loading feedback to user menu entries (#23916)
fixes #19857
Diffstat (limited to 'core/css/header.css')
-rw-r--r--core/css/header.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/css/header.css b/core/css/header.css
index 5a5acb269ab..083f6f350ea 100644
--- a/core/css/header.css
+++ b/core/css/header.css
@@ -294,6 +294,12 @@
color: #bbb;
cursor: pointer;
}
+#settings .icon-loading-dark {
+ display: inline-block;
+ margin-bottom: -3px;
+ margin-right: 6px;
+ background-size: 16px 16px;
+}
#expand {
display: block;
padding: 7px 30px 6px 10px;