nextcloud-server/core
Daniel Calviño Sánchez 7a57409f7d Do not show tab headers marked as hidden
Tab headers that should not be shown are marked with the "hidden" CSS
class. The CSS rules set "display: none" for ".hidden" elements, but as
the rules for ".tabHeaders .tabHeader" are more specific than rules for
".hidden" the "display" property is overriden and ends being "flex".
Therefore, it is necessary to explicitly set a rule for ".tabHeaders
.tabHeader.hidden" elements.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-11-21 15:21:22 +07:00
..
BackgroundJobs Background job to clean up old backups of the updater 2018-06-13 17:43:29 +07:00
Command Use the defined func()->count() instead of manual counting 2018-11-08 15:44:45 +07:00
Controller Respect the disabled setting for lost_password_link 2018-11-20 13:28:40 +07:00
Middleware Update license headers 2017-11-06 16:56:19 +07:00
Migrations allow to add labels to shares 2018-11-01 02:15:07 +07:00
ajax Revert "Wait for cron to finish before running upgrade command" 2018-11-01 15:23:40 +07:00
css Do not show tab headers marked as hidden 2018-11-21 15:21:22 +07:00
doc
fonts Add woff2 format of Nunito for better performance in modern browsers 2018-10-19 20:19:34 +07:00
img Merge pull request #10898 from nextcloud/feature/10684/default-logo-color-theme-colors 2018-10-08 10:33:22 +07:00
js Fix whitespace and file action cleanup 2018-11-20 19:46:49 +07:00
l10n [tx-robot] updated from transifex 2018-11-20 01:12:39 +07:00
search Adjust some jsdocs 2018-10-24 16:24:16 +07:00
skeleton
templates Allow sorting in the file picker 2018-11-16 14:12:41 +07:00
vendor Add es6-shim as polyfill and minify underscore.js 2018-11-07 11:14:18 +07:00
.l10nignore Add .l10nignore files for compiled assets 2018-10-19 10:29:36 +07:00
Application.php Fix index names 2018-11-06 15:21:16 +07:00
register_command.php Add occ app:update command 2018-11-01 17:13:12 +07:00
routes.php Remove unused sg api route 2018-11-16 15:39:46 +07:00
shipped.json Support app is shipped 2018-07-25 15:42:36 +07:00
strings.php