John Molakvoæ
9ab7a19b09
fix(theming): remove unnecessary `color-primary-element-default-hover` variable
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
3 years ago
Ferdinand Thiessen
0a0740a5a9
chore: Build css assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 years ago
JL102
f0716abf96
Update autogenerated files
Signed-off-by: JL102 <jordanlees@mailbox.org>
3 years ago
Christopher Ng
7dd2c72dea
Show modified in filepicker grid
Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years ago
Jérôme Herbinet
9bfa37f141
npm run sass
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
3 years ago
Ferdinand Thiessen
f8d558e24f
fix(core): Ungroup `placeholder` css rules to prevent browsers from removing all rules
When rules are grouped using the comma operator and one selector is invalid / unknown then the whole group is invalidated[1].
In this case `::-ms-input-placeholder` is unknown to Firefox and Chrome, so the `::placeholder` rule is never applied.
[1]: https://www.w3.org/TR/selectors-3/#grouping
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 years ago
Julius Härtl
389c6dc30b
fix: Fix filepicker breadcrumbs
Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years ago
Jérôme Herbinet
a64c31148c
Fix icons at 16px width and height
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Fix icon size
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
npm run sass
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Rever + add exception
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
npm run sass
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
16px fixed dimentions instead of auto
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
3 years ago
Jérôme Herbinet
1f67183fe3
npm run sass
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
3 years ago
julia.kirschenheuter
dc0a95cce0
Adjust breadcrumb navigation structure to the navigation list
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
3 years ago
Julius Härtl
4724d1c030
fix: Avoid scrolling the #content wrapper container
Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years ago
Jérôme Herbinet
da03a5e2e0
npm run sass
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
3 years ago
Simon L
945bbcb1a4
fix white scrollbar corner in dark mode
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 years ago
Simon L
2715f40e30
fix right-click img tags
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 years ago
Christopher Ng
0a9ce1ff34
Add name for home breadcrumb in filepicker
Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years ago
Jonas
c1a82070bd
Don't regard 1024px width viewport as mobile
Currently we treat 1024px as mobile in some places (e.g. `isMobile` in
nextcloud-vue) and as not mobile yet in others (e.g. in mobile.css).
This commit changes `mobile.scss` to treat viewports smaller than 1024px
as mobile.
This PR accompanies https://github.com/nextcloud/nextcloud-vue/pull/3768
Both are required to fix
https://github.com/nextcloud/nextcloud-vue/issues/3758 .
Signed-off-by: Jonas <jonas@freesources.org>
3 years ago
Christopher Ng
c77998209f
Port user menu to Vue
Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years ago
John Molakvoæ
9af7ee8d11
Revert "Add alt to the logo, adapt css for logo"
This reverts commit bba5ab0532 .
3 years ago
Christopher Ng
f6aa5224c4
Focus trap contacts menu with NcHeaderMenu port
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years ago
Christopher Ng
8700730204
Compress SASS output
Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years ago
Joas Schilling
a4fec95e57
Fix user status icon in avatar menu
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago
julia.kirschenheuter
443206965d
Change focused items behavior that neighbor elements (text and border) have no overlapping.
Add native tooltips to items.
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 years ago
Christopher Ng
9012e89431
Fix vue-select styles
Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years ago
John Molakvoæ
2d5fe7ec23
Revert "Disable style override on vue-select elements"
3 years ago
julia.kirschenheuter
bba5ab0532
Add alt to the logo, adapt css for logo
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 years ago
Christopher Ng
d3d5034ea4
Disable style override on vue-select elements
- Disable style override on NcActionButton with `:not(.action-button)`
due to increased specificity over scoped Vue styles when only
`:not([class^="vs__"])` is added
Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years ago
dependabot[bot]
06b68e2300
Bump sass from 1.52.1 to 1.56.1
Bumps [sass](https://github.com/sass/dart-sass ) from 1.52.1 to 1.56.1.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.52.1...1.56.1 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 years ago
Simon L
f889007ff2
try to fix the popovermenu
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 years ago
John Molakvoæ
064fa10ecf
Extract colour from custom background
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
3 years ago
John Molakvoæ
14e0299582
Fix user settings layout
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
3 years ago
John Molakvoæ
e6b7fa6cae
Fix logo invert
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
3 years ago
John Molakvoæ
9cc2f25072
Update @nextcloud/dialogs@ and fix toasts styling
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
3 years ago
John Molakvoæ
2d98cd1daf
Add config and fix selenium
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
3 years ago
Joas Schilling
de6c6829bc
Fix avatar menu icons in darkmode
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago
Christopher Ng
295d03869e
Fix various theming bugs
Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years ago
Joas Schilling
205b0c4e24
Remove last occurance of "color-primary-element-lighter"
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago
nextcloud-command
bcddb6fb94
Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 years ago
nextcloud-command
4ae7704699
Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 years ago
nextcloud-command
335964dc15
Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 years ago
nextcloud-command
203d783c17
Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 years ago
Carl Schwan
b155adbb51
Fix setting menu height
- Increase max height to match page height
- Move settings 8px from the right instead of 5px to match other top
menus
- Handle overflow of the content correctly
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
4 years ago
szaimen
7801550d33
fix files_external settings
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
4 years ago
Carl Schwan
af30e7ff5b
Port css to scss
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
4 years ago
szaimen
6579b6c3c8
improve app settings design
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
4 years ago
Carl Schwan
daad19828c
Update header menu style
Make it consistent with nextcloud-vue
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
4 years ago
Julius Härtl
b6a6802857
Some more fixes
Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years ago
Julius Härtl
d6bd98d3c5
Bump bundled files
Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years ago
nextcloud-command
bff4c86154
Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
4 years ago
Carl Schwan
f1ce2c2b93
Fix rebasing issues and improve profile settings page a bit more
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
4 years ago
Carl Schwan
1d35a53991
More dark theme fixes
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
4 years ago