aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/guest.css
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add stylelint rules to verify we only use logical propertiesFerdinand Thiessen2024-08-291-1/+1
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore: Compile assetsFerdinand Thiessen2024-08-091-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(assets): Recompile assetsnextcloud-command2024-06-191-1/+8
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore: Compile assetsFerdinand Thiessen2024-05-211-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(assets): Recompile assetsnextcloud-command2024-05-101-20/+1
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore: Compile assetsFerdinand Thiessen2023-12-141-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: inconsistencies in the shared two-factor UIRichard Steinmetz2023-12-041-1/+1
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* chore: Compile CSS assetsFerdinand Thiessen2023-11-021-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(assets): Re-compile assetsGrigorii K. Shartsev2023-10-211-1/+1
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix: content info footer on guest pagesRichard Steinmetz2023-09-191-1/+1
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* chore(deps): fix npm auditnextcloud-command2023-07-231-1/+1
| | | | Signed-off-by: GitHub <noreply@github.com>
* chore: Build compiled assetsFerdinand Thiessen2023-05-161-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Use the color-primary-element* variablesSimon L2023-05-131-1/+1
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(theming): logo missing on login pageJohn Molakvoæ2023-03-011-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Compress SASS outputChristopher Ng2023-01-111-921/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* build(guests): update bundled css filesJulius Härtl2022-12-221-0/+939
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* style(guests): Rename guest.css to scssJulius Härtl2022-12-221-820/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add alt to the logo, adapt css for logojulia.kirschenheuter2022-12-081-6/+3
| | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Extract colour from custom backgroundJohn Molakvoæ2022-11-291-2/+8
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Allow to remove the background and select a custom colourJohn Molakvoæ2022-11-291-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Rewrite admin theming in VueChristopher Ng2022-10-281-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Use brand color for background only and keep accessible color as color primaryChristopher Ng2022-10-051-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix install pageVincent Petry2022-09-241-4/+28
| | | | | | | | | | | - Use normal labels instead of hiding them - Fix position of the eye button (this is still very hacky) - Define width on the box and not on the text fields This really needs to be ported to vue Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Change default login background to cloud imageCarl Schwan2022-09-091-7/+4
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* More cleaning up of the login componentCarl Schwan2022-09-061-34/+5
| | | | | | | - Move css in scopped vue components - Port to NcNoteCard all the warning messages Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Use new vue components in login formCarl Schwan2022-09-051-42/+0
| | | | | | | - Improve accessibility - Simply code Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Bring back scrolling to guest bodyJulius Härtl2022-09-021-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* More dark theme fixesCarl Schwan2022-08-261-6/+2
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Avoid side changes on web ui updateJulius Härtl2022-08-261-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Redesign guest pages for better accessibilityCarl Schwan2022-07-271-212/+132
| | | | | | | - Use white box and put content on it - Improve focus indicator Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix login input focus borderChristopher Ng2022-07-151-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Use Button component to show password for improved accessibilityChristopher Ng2022-07-071-11/+0
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Improve accessibility with more visible focus indication for non vue appsCarl Schwan2022-05-161-0/+5
| | | | | | | | | | | | - Add visible-focus effect on each header entry - Show focus outline when using focus-visible (keyboard navigation) - Add polyfy for focus-visible since it's only very recently available on webkit - Change text for link to home button to describe the destination and not the current page - Improve focus effect in app sidebar navigation Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* keyboard focus on login input fieldsVanessa Pertsch2022-05-101-0/+6
| | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
* Remove accessibilityJohn Molakvoæ2022-04-211-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix twofactor loading and public imageJohn Molakvoæ2022-04-211-2/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Update and fix theming imagesJohn Molakvoæ (skjnldsv)2022-04-211-32/+34
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix alternative login buttonsJoas Schilling2022-03-091-1/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix missing focus highlight for guest buttonsJoas Schilling2022-02-251-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Improve installation pagesChristopher Ng2022-01-141-6/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix login button alignmentCarl Schwan2021-10-211-1/+0
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix cliping issues in alternative logging buttonsCarl Schwan2021-10-181-1/+2
| | | | | | | | The issues was caused because the button with its margins was bigger than the parent. Instead of setting the margin of the button, add padding to the parent. This is more reliable. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update login with device page stylesChristopher Ng2021-06-211-0/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Handle device login like an alternative loginJoas Schilling2021-04-201-10/+17
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix log in button hover/focus feedbackJan C. Borchardt2021-04-121-1/+3
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Fix password visibility toggle alt text and hover/focus feedbackJan C. Borchardt2021-04-121-2/+8
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Properly put hidden-visually off-screenVincent Petry2020-10-291-2/+2
| | | | | | | | | In some situations the element is still affecting the layout, especially when a sticky is nearby. This fix moves it properly off-screen. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Fix adminpass strengthify marginRichard Steinmetz2020-10-081-1/+0
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* Update guest.cssMarc Michalsky2020-01-311-1/+1
|
* Center ButtonsMarc Michalsky2020-01-311-1/+1
| | | Since Version 18.0.0 the Registration button of the [registration app](https://github.com/pellaeon/registration) is not centered anymore.