nextcloud-server/core/css
Daniel Calviño Sánchez 243feca786 Adjust list of replaced elements to the spec
"button, textarea, select, div[contenteditable='true']" were removed and
"audio, canvas, embed, iframe" were added.

Note that this is a coarse-grained list; according to the spec some of
the elements, like canvas or input, might be treated as a replaced
element in some cases and as ordinary elements in others:
https://html.spec.whatwg.org/multipage/rendering.html#replaced-elements

For now all the elements that might be replaced elements use the loading
image by default, so apps will need to override that when the elements
are treated as ordinary elements. Of course that can be flipped in the
future to instead make an element to use the "::after" approach by
default if it is found that the element requires the override often.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-02-27 10:35:54 +01:00
..
login
lostpassword
apps.scss Tell Safari to watch out for changes of filter aka attempt no. 1 to fix #18779 2020-01-09 14:42:32 +01:00
css-variables.scss Add color background hover css variable 2020-01-16 12:41:20 +01:00
fixes.scss
functions.scss
global.scss
guest.css Update guest.css 2020-01-31 17:38:39 +01:00
header.scss Move scroll container to inner element 2019-12-31 10:35:11 +01:00
icons.scss Adjust list of replaced elements to the spec 2020-02-27 10:35:54 +01:00
ie.scss
inputs.scss Fix cursor on disabled contenteditable divs 2020-01-16 18:28:36 +01:00
mobile.scss 🐛 FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position 2019-11-07 15:28:31 +01:00
public.scss Split the menu entry for external shares in two 2019-12-30 10:29:36 +01:00
publicshareauth.css
server.scss
styles.scss New file menu needs to be above the filelist header 2020-01-24 11:49:37 +01:00
systemtags.scss Systemtags and external actions update 2019-10-29 13:20:03 +01:00
toast.scss Position fixed for .toastify.toast 2019-09-12 16:54:43 +10:00
tooltip.scss
variables.scss Create hover color variable 2020-01-13 20:03:47 +01:00
whatsnew.scss