nextcloud/apps/files
Daniel Calviño Sánchez 542dc2b335 Fix upload button visible on read-only folders
The div that contains the elements related to the creation of new files,
and thus the upload button, is always present in the DOM; it is hidden
or shown based on the folder permissions by adding or removing the
"hidden" CSS class. However, as the other CSS classes for the div are
"actions" and "creatable" and a "display: flex" rule was defined for
".actions.creatable" below the "display: none" rule for
".actions.hidden" the last one took precedence and the div ended being
always visible, even if the "hidden" CSS class was set. Now the rules
for the ".actions.hidden" selector are defined below the rules for the
".actions.creatable" selector and thus the "display: none" rule is
applied as expected.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-02-28 17:26:36 +01:00
..
ajax Use ::class statement instead of string 2018-01-29 12:03:47 +01:00
appinfo Fix info.xml files of shipped apps 2018-02-16 10:24:03 +01:00
composer Update composer 2018-01-12 23:16:10 +01:00
css Fix upload button visible on read-only folders 2018-02-28 17:26:36 +01:00
img Add some whitespace around change.svg icon 2018-02-22 15:46:21 +01:00
js Merge pull request #8485 from sagorika1996/rename 2018-02-26 21:36:39 +01:00
l10n [tx-robot] updated from transifex 2018-02-28 01:12:31 +00:00
lib Use ::class statement instead of string 2018-01-29 12:03:47 +01:00
templates Split move and copy operations 2018-02-15 18:51:12 +01:00
tests Split move and copy operations 2018-02-15 18:51:12 +01:00
download.php Use normal header() calls instead of private method calls 2018-02-19 09:40:25 +01:00
list.php Remove upload_limit in files app as it is not needed with PUT upload (#26069) 2016-11-02 20:43:35 +01:00
recentlist.php Change @georgehrke's email 2017-11-06 20:38:59 +01:00
simplelist.php Fix apps/ 2016-07-21 18:13:57 +02:00