server/core/css
Daniel Calviño Sánchez b237379fa1 Replace loading icon GIF with pure CSS loading icon
The pure CSS loading icon uses an ::after pseudo-element, and thus it
can only be used on container elements; the input element is not a
container element, so when the class "icon-loading-small" is set on an
input element it falls back to a loading icon GIF.

This commit modifies the markup of the login button to add a div element
that holds the confirm icon and the loading icon (depending on the
case). In order to position the icon in the same place as before the
input and the icon are both wrapped by another div making possible to
set the absolute position of the icon relative to the input.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-08-03 21:09:43 +02:00
..
images bower jquery-ui - exported changes to a separate css file 2014-12-13 09:47:34 +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 Remove deprecation 2017-07-23 14:06:05 +02:00
fixes.scss Add more styles to the server.scss 2017-03-09 15:36:03 -06:00
fonts.scss Add more styles to the server.scss 2017-03-09 15:36:03 -06:00
global.scss Add more styles to the server.scss 2017-03-09 15:36:03 -06:00
guest.css Replace loading icon GIF with pure CSS loading icon 2017-08-03 21:09:43 +02:00
header.scss Make sure this still works in other apps. 2017-08-02 15:57:53 +02:00
icons.scss Proof of concept #5593 - inline SVG icon for icon-contacts 2017-08-02 18:27:24 +02:00
inputs.scss Redesign jQuery UI datepicker 2017-07-23 14:06:04 +02:00
jquery-ui-fixes.css Removed jquery scss 2017-01-10 11:06:03 +01:00
jquery.ocdialog.css move more sizing logic to css 2016-11-28 14:05:46 +01:00
mobile.scss Add more styles to the server.scss 2017-03-09 15:36:03 -06:00
multiselect.scss SCSS colors in multiselect.scss 2017-03-20 12:49:06 +01:00
server.scss Add more styles to the server.scss 2017-03-09 15:36:03 -06:00
share.scss Add radio class to read/write sharing options and 1px left adjustment 2017-05-04 01:34:29 +02:00
styles.scss Replace loading icon GIF with pure CSS loading icon 2017-08-03 21:09:43 +02:00
systemtags.scss Everyone gets a copyright! 2017-01-25 14:13:28 +01:00
tooltip.scss Make tooltip intransparent 2017-04-29 10:44:38 -03:00
variables.scss Replace old color occurences with calculations 2017-03-20 12:49:08 +01:00