aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/css
Commit message (Collapse)AuthorAgeFilesLines
* Change color of error and successjulia.kirschenheuter2023-08-211-12/+12
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Change color for primary element on hoverjulia.kirschenheuter2023-07-241-1/+1
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* fix testsSimon L2023-07-211-1/+1
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* add missing places and address review.Simon L2023-07-201-1/+1
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* enh(theming): Info contrastChristopher Ng2023-06-061-0/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh(theming): Success contrastChristopher Ng2023-06-061-3/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh(theming): Warning contrastChristopher Ng2023-06-061-3/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh(theming): Error contrastChristopher Ng2023-06-061-0/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(theming): Add border radius rounded css variable so ↵Ferdinand Thiessen2023-05-161-0/+1
| | | | | | `body-container-radius` can be used on mobile devices Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(css): Add css variables for info colors (`--color-info`)Ferdinand Thiessen2023-05-161-0/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(theming): replace elementColor dark value with better contrast `#8c8c8c`John Molakvoæ2023-05-041-4/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(theming): replace `color-primary-text-dark` with ↵John Molakvoæ2023-05-041-1/+1
| | | | | | `color-primary-element-text-dark` Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Lighten default color slightly for increased contrastChristopher Ng2022-12-061-10/+10
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add new border color variable for increased contrastChristopher Ng2022-12-061-0/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Revert "Fix border color contrast"Christopher Ng2022-12-031-12/+12
| | | | | | This reverts commit a0266d1b1668fb2751c78057ffcfacca6f4b2ae8. Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Extract colour from custom backgroundJohn Molakvoæ2022-11-293-319/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Allow to remove the background and select a custom colourJohn Molakvoæ2022-11-292-0/+316
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix border color contrastChristopher Ng2022-11-221-12/+12
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Purge unused legacy code and drop 3rdparty jscolor dependencyChristopher Ng2022-10-283-317/+0
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Rewrite admin theming in VueChristopher Ng2022-10-281-0/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Invert header icons on bright preset backgroundsChristopher Ng2022-10-191-0/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix testsJohn Molakvoæ2022-10-191-2/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add admin user customization kill switchJohn Molakvoæ2022-10-194-2/+37
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Allow to pick custom colourJohn Molakvoæ (skjnldsv)2022-10-133-2/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add color variables for text on blurred backgroundChristopher Ng2022-10-121-0/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Use brand color for background only and keep accessible color as color primaryChristopher Ng2022-10-053-3/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Use color preset of shipped background as primary colorChristopher Ng2022-10-051-10/+10
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix testszaimen2022-09-301-2/+2
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Refactor primary computation and fix a few missing theme parity variablesJohn Molakvoæ2022-09-231-15/+15
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Change default login background to cloud imageCarl Schwan2022-09-092-2/+2
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix fallback css variablesJulius Härtl2022-09-011-0/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix gradient using the wrong target valueJulius Härtl2022-08-261-4/+7
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix theming testsJohn Molakvoæ2022-08-191-0/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Revert "Fix unit tests for the theming app"John Molakvoæ2022-08-161-6/+0
| | | | This reverts commit 13ca01ee1256dba54d1e2793bd409d3b7c8d6058.
* Fix unit tests for the theming appCarl Schwan2022-08-111-0/+6
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Allow to invert when on brightJoas Schilling2022-08-081-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Port encryption admin settings to vueCarl Schwan2022-07-131-0/+3
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Cleanup and compileJohn Molakvoæ2022-05-135-286/+152
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix header apps iconsJohn Molakvoæ2022-04-281-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix mix factorJohn Molakvoæ2022-04-261-8/+8
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add default theming disabled fallbackJohn Molakvoæ2022-04-221-0/+57
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Update and fix theming imagesJohn Molakvoæ (skjnldsv)2022-04-212-30/+12
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Start theming providersJoas Schilling2022-04-211-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix alternative login buttonsJoas Schilling2022-03-091-8/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Profile frontendChristopher Ng2021-10-191-2/+8
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Add new variables for buttonsmarco2021-09-301-1/+3
| | | | Signed-off-by: marco <marcoambrosini@pm.me>
* Fix missing theming for login buttonCarl Schwan2021-07-201-0/+12
| | | | | | Close #27495 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Handle device login like an alternative loginJoas Schilling2021-04-201-4/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Combine body-login rules in theming and fix twofactor and guest styling on ↵Julius Härtl2020-07-241-40/+47
| | | | | | bright colors Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Only use background fade if nextcloud blue is setJulius Härtl2020-06-031-30/+23
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>