summaryrefslogtreecommitdiffstats
path: root/core/css/icons.scss
Commit message (Collapse)AuthorAgeFilesLines
* Adjust list of replaced elements to the specDaniel Calviño Sánchez2020-02-271-1/+1
| | | | | | | | | | | | | | | | | | "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>
* Set loading image on replaced elements instead of on their descendantsDaniel Calviño Sánchez2020-02-271-4/+4
| | | | | | | | | | | | Replaced elements do not have "::after" nor "::before" pseudo-elements, so the regular loading icon needs to be shown using a background image instead of the default "::after" pseudo-element approach. However, the CSS rules were not applied on the replaced elements themselves, but on their descendants. As the descendants might have support for pseudo-elements the rules were fixed to be applied on the replaced elements, and only on the replaced elements. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Add flow icon for app store categoryJulius Härtl2019-12-191-0/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Improve tag iconJohn Molakvoæ (skjnldsv)2019-11-251-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Show Delete Icon in Breadcrumb in TrashbinGary Kim2019-10-071-1/+2
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Add sidebar icon we use in Talk and Viewer alreadyJan-Christoph Borchardt2019-06-181-1/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Add projects iconJulius Härtl2019-04-091-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add icon for resource type and icons for folder/fileJulius Härtl2019-03-011-0/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move systemtags icon to icons.scssRoeland Jago Douma2019-02-141-1/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Extract variable for yellow color in iconsfnuesse2019-02-011-2/+2
| | | | Signed-off-by: fnuesse <felix.nuesse@t-online.de>
* Do not generate dark version of the view-icons w/ shadowsJohn Molakvoæ (skjnldsv)2019-01-241-5/+18
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add talk iconJulius Härtl2018-10-301-0/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Remember toggle and events handlerJohn Molakvoæ (skjnldsv)2018-10-181-0/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Center back the history iconJohn Molakvoæ (skjnldsv)2018-09-281-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add group iconJulius Härtl2018-07-241-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move icons over to the new mixinJulius Härtl2018-07-201-284/+90
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add icon-black-white mixin to automatically generate icon classesJulius Härtl2018-07-201-9/+9
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix icon url regexJulius Härtl2018-07-191-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add versionning to icon svg color api functionJohn Molakvoæ (skjnldsv)2018-07-191-129/+129
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Mixin scss icon apiJohn Molakvoæ (skjnldsv)2018-07-191-129/+130
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Svg icon api sass function and upgrade of all stylesJohn Molakvoæ (skjnldsv)2018-07-191-152/+162
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Svg color apiJohn Molakvoæ (skjnldsv)2018-07-191-16/+20
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Design fixesJohn Molakvoæ (skjnldsv)2018-06-281-0/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Added icons to users list and improved designJohn Molakvoæ (skjnldsv)2018-06-221-0/+12
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* More vars fixesJohn Molakvoæ (skjnldsv)2018-06-201-15/+27
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* RGBA and variables fixesJohn Molakvoæ (skjnldsv)2018-06-201-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Icons scssJohn Molakvoæ (skjnldsv)2018-06-201-12/+12
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add search category iconJohn Molakvoæ (skjnldsv)2018-05-241-0/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move quota bar to info section and make it a bit simplerJulius Härtl2018-05-031-0/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add video switch iconJan-Christoph Borchardt2018-04-071-0/+4
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Improved inline confirm icon with opacity and fixed ext share loading stateJohn Molakvoæ (skjnldsv)2018-03-071-0/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use generic icons for clientsPierre Gordon2018-01-201-30/+6
| | | | Signed off by: Pierre Gordon <pierregordon@protonmail.com>
* Centralize iconsPierre Gordon2018-01-191-0/+38
| | | | Signed off by: Pierre Gordon <pierregordon@protonmail.com>
* Fix syntax errorMorris Jobke2017-12-041-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Define icon-shadow only in context of icon-whiteMarin Treselj2017-11-301-7/+2
| | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* Add new .icon-white and .icon-shadow classes, add toggle-background iconMarin Treselj2017-11-281-10/+37
| | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* Give audio-white and audio-off-white shadow via CSSMarin Treselj2017-11-221-0/+4
| | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* Remove unused, deprecated iconsMarin Treselj2017-11-211-8/+0
| | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* Added security and games iconsJohn Molakvoæ (skjnldsv)2017-11-151-0/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge branch 'master' into autocomplete-guiArthur Schiwon2017-11-011-0/+8
|\
| * Add address iconJan-Christoph Borchardt2017-10-311-0/+4
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Reverse favorite icon coloring in files action menuJan-Christoph Borchardt2017-10-301-0/+4
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | contenteditable divs should look like textareasArthur Schiwon2017-10-221-1/+1
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* App management: add update sectionJulius Härtl2017-10-101-0/+7
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Icons & default classesJohn Molakvoæ (skjnldsv)2017-09-241-0/+54
| | | | | | Changed categories order same as app store Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix loading icon sizeJohn Molakvoæ (skjnldsv)2017-09-141-4/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Revert "Proof of concept #5593 - inline SVG icon for icon-contacts"Joas Schilling2017-08-031-14/+8
|
* Proof of concept #5593 - inline SVG icon for icon-contactsMarin Treselj2017-08-021-8/+14
| | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* Add css class for toogle preview iconMorris Jobke2017-07-271-0/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add CSS class for icon-calendarMarin Treselj2017-06-171-0/+3
| | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>