diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-02-23 15:29:25 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-02-23 15:29:25 +0100 |
commit | e144d3aa49a1e4a3bb487ada9d83a2b4c81e6630 (patch) | |
tree | 9bff13d230fd5b28f745cc5c23e9e6165380903b /core | |
parent | 3632962000311e67447f5e3c97cd33095281c7ba (diff) | |
download | nextcloud-server-e144d3aa49a1e4a3bb487ada9d83a2b4c81e6630.tar.gz nextcloud-server-e144d3aa49a1e4a3bb487ada9d83a2b4c81e6630.zip |
Added unit test for app filter
Diffstat (limited to 'core')
-rw-r--r-- | core/css/apps.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/css/apps.css b/core/css/apps.css index 08877402a4b..fa30c9bbc83 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -484,6 +484,9 @@ button.loading { color: #555; border-top: 1px solid #ddd; } +.section.hidden { + display: none !important; +} /* no top border for first settings item */ #app-content > .section:first-child { border-top: none; |