diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-08-07 18:18:09 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-08-07 18:18:09 +0200 |
commit | 367b248bc0ed2609d538de4f1a2e198f7d0c7d6a (patch) | |
tree | 782b522062146271b2e5fd31be27572f63e5ed25 /core/css | |
parent | 057d7aa108f9b24c12b97f5f78008eb17a6d3bee (diff) | |
download | nextcloud-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.css | 4 |
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; } |