Commit Graph

4 Commits

Author SHA1 Message Date
Frederic Guillot
8f9c957f2f Update hello theme with the patched version 2015-01-10 18:42:47 -05:00
Frederic Guillot
a45d69dee4 Update Hello skin 2015-01-06 22:59:56 -05:00
Mathias Kresin
a4d8abb631 Move update icon and update icon blinking to css
Use CSS3 Animation for the "loading icon" blinking and move the definition of
the loading icon to CSS as well.

CSS3 Animations are supported by IE10, Firefox and using the -webkit prefix by
Chrome and Safari.

I've dropped the usage of element.classList in favour of supporting refreshing/
article downloading in IE9 (again). The classList stuff isn't necessarily
needed, as the elements in question only get one or no class assigned.

I've dropped no longer supported css options like:

the appearance option isn't supported by any browser, the -webkit-appearance
doesn't change anything visible.

-webkit-font-smoothing support was dropped in chrome 22 and font-smoothing
isn't specified anywhere.
2014-12-26 23:01:05 +01:00
Frédéric Guillot
e29a22442d Update hello theme with sass sources included 2014-09-15 12:15:56 +02:00