summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-08-07 18:18:09 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-08-07 18:18:09 +0200
commit367b248bc0ed2609d538de4f1a2e198f7d0c7d6a (patch)
tree782b522062146271b2e5fd31be27572f63e5ed25 /core/css
parent057d7aa108f9b24c12b97f5f78008eb17a6d3bee (diff)
downloadnextcloud-server-367b248bc0ed2609d538de4f1a2e198f7d0c7d6a.tar.gz
nextcloud-server-367b248bc0ed2609d538de4f1a2e198f7d0c7d6a.zip
show 'More apps' link to app administration directly in app navigation
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 0dd66fb5b7c..dc7e4313f0c 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -481,6 +481,10 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
}
#navigation li:first-child a { padding-top:16px; }
+#apps-management {
+ opacity: .6;
+}
+
/* USER MENU */
#settings { float:right; margin-top:7px; color:#bbb; text-shadow:0 -1px 0 #000; }