diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-02-23 21:51:53 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-02-23 21:51:53 +0100 |
commit | 66e3211fd8a57b0fb296d1dcc980272721e9f99d (patch) | |
tree | 28de9408be379de6e7049dd97b9fc896d1e330e9 /core | |
parent | c350da1a283be82ba4d535069d5d760fb3355e5a (diff) | |
parent | e144d3aa49a1e4a3bb487ada9d83a2b4c81e6630 (diff) | |
download | nextcloud-server-66e3211fd8a57b0fb296d1dcc980272721e9f99d.tar.gz nextcloud-server-66e3211fd8a57b0fb296d1dcc980272721e9f99d.zip |
Merge pull request #13439 from owncloud/app-filter
Make the search box filter apps
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 1dfc48555c6..a460bcf46c8 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -485,6 +485,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; |