Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move theming settings to SCSS | Julius Härtl | 2018-04-19 | 1 | -107/+0 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Theming: add hint about favicon generation | Julius Härtl | 2017-11-08 | 1 | -0/+4 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Theming: Fix message/loading display on errors | Julius Härtl | 2017-10-03 | 1 | -0/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fix loading icon inside upload button in Theming app | Daniel Calviño Sánchez | 2017-08-07 | 1 | -1/+2 |
| | | | | | | | | | | | | Pull request #5969 fixed the vertical alignment of loading icon and status message in Theming app, but in doing so it broke the loading icon inside the upload button. When an image is being uploaded the upload icon is replaced by a loading icon, so the loading icon and the upload icon have to share their CSS rules, but only in that specific case. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | Fix code style | Daniel Calviño Sánchez | 2017-08-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | Remove superfluous selector part | Daniel Calviño Sánchez | 2017-08-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | Align vertically loading icon and status message | Daniel Calviño Sánchez | 2017-08-03 | 1 | -6/+6 |
| | | | | | | | As both elements are inline/inline-block and belong to the same line they can be aligned vertically using "vertical-align: middle". Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | Do not use the same rules for loading icon than for upload icon | Daniel Calviño Sánchez | 2017-08-03 | 1 | -2/+1 |
| | | | | | | | The loading icon is used in a totally different way than the upload icon and thus it should not share its CSS rules. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | Remove ignored rules | Daniel Calviño Sánchez | 2017-08-03 | 1 | -11/+0 |
| | | | | | | | The removed rules were either always overriden by other rules or never used due to not matching any element. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | Show reset to default button for theming values on hover, fix #3198 | Jan-Christoph Borchardt | 2017-06-09 | 1 | -0/+2 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Clicking on theming preview triggers fileupload dialog | Morris Jobke | 2017-05-11 | 1 | -0/+5 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Theming app: Add plain background color option | Julius Haertl | 2017-05-08 | 1 | -3/+14 |
| | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | Code cleanup and preview for undo actions | Julius Härtl | 2017-04-29 | 1 | -1/+6 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Use generated SCSS for theming preview | Julius Härtl | 2017-04-29 | 1 | -4/+25 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | theming: move reset button into field and only show when focused | Jan-Christoph Borchardt | 2016-11-16 | 1 | -3/+21 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Theming: Show loading spinner while uploading files | Julius Haertl | 2016-08-30 | 1 | -7/+9 |
| | |||||
* | Theming: Add preview for login screen | Julius Haertl | 2016-08-26 | 1 | -0/+15 |
| | |||||
* | design and layout fixes for Theming app | Jan-Christoph Borchardt | 2016-06-27 | 1 | -2/+8 |
| | |||||
* | add some visual feedback if the operation was succesful or not | Bjoern Schiessle | 2016-06-27 | 1 | -0/+4 |
| | |||||
* | write theme settings to database | Bjoern Schiessle | 2016-06-27 | 1 | -0/+21 |
| | |||||
* | basic information architecture for the theming app | Jan-Christoph Borchardt | 2016-06-27 | 1 | -0/+3 |
| | |||||
* | initial commit for the theming app | Bjoern Schiessle | 2016-06-27 | 1 | -0/+0 |