nextcloud/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 add some spacing between the logo and the content of the page 2017-05-18 20:49:06 +02:00
lostpassword move lost controller to core/controller 2016-01-20 10:42:19 +01:00
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 Fix default input element height 2019-03-02 10:32:36 +01:00
functions.scss Prefix icon variables with app name to avoid conflicts 2018-11-15 11:47:27 +01:00
global.scss Revert "Fix .hidden class specificity, should not be overridable, ref #12138" 2018-11-01 21:00:44 +01:00
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 IE fix for apps menu 2018-12-18 16:33:30 +01:00
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 Remove extra margin from warning messages in authenticate page 2019-05-07 10:56:01 +02:00
server.scss Use native font stack 2019-06-24 17:27:35 +02:00
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 Use native font stack 2019-06-24 17:27:35 +02:00
variables.scss Create hover color variable 2020-01-13 20:03:47 +01:00
whatsnew.scss and the user popover needs a higher z-index, to make it visible again 2018-08-16 13:26:51 +02:00