mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
As the server defines some SCSS rules using "XXX + .icon-confirm" the selector is more specific than just "input" used in "guest.css", so the server SCSS rules took precedence over the guest CSS rules. Now a more specific selector was added to the guest and public share auth rules; as the guest and public share auth rules are loaded after the server ones now the guest rules for input elements take precedence over the server ones. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> |
||
|---|---|---|
| .. | ||
| images | ||
| login | ||
| lostpassword | ||
| apps.scss | ||
| css-variables.scss | ||
| fixes.scss | ||
| fonts.scss | ||
| global.scss | ||
| guest.css | ||
| header.scss | ||
| icons.scss | ||
| inputs.scss | ||
| jquery-ui-fixes.scss | ||
| jquery.ocdialog.scss | ||
| mobile.scss | ||
| multiselect.scss | ||
| public.scss | ||
| publicshareauth.css | ||
| server.scss | ||
| share.scss | ||
| styles.scss | ||
| systemtags.scss | ||
| tooltip.scss | ||
| variables.scss | ||