Ferdinand Thiessen
9c86032ddc
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>
2023-04-20 00:33:10 +02:00
Julius Härtl
9c13ae3078
fix: Avoid scrolling the #content wrapper container
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-04-03 16:13:08 +00:00
Jérôme Herbinet
48effcace5
npm run sass
...
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2023-03-28 11:51:37 +02:00
Jérôme Herbinet
8f65c63c96
Fix 2FA blocks' width
...
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>
2023-03-28 11:46:53 +02:00
Simon L
cdb371cbba
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>
2023-03-10 09:31:17 +00:00
Simon L
64f8d0482b
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>
2023-03-02 16:43:10 +00:00
Simon L
038924ab12
Merge pull request #36764 from nextcloud/backport/36751/stable25
...
[stable25] Don't regard 1024px width viewport as mobile
2023-02-27 12:01:47 +01:00
Christopher Ng
56f644acac
Add name for home breadcrumb in filepicker
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-02-26 22:19:48 +00:00
Jonas
9cf7ed43a1
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>
2023-02-26 21:51:14 +00:00
Christopher Ng
65179836d6
Port user menu to Vue
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit c77998209f )
2023-02-24 12:40:38 -08:00
Álvaro Brey
95d5641eb5
Remove Bootstrap version reference from tooltip.scss
...
We've had some reports that Nextcloud is using an outdated/deprecated Bootstrap version v3.3.5.
I believe this to be caused by the string "Bootstrap v3.3.5" in the changed line, which after bundling ends up in `core-common.js`, and trips up some security scanners.
It may also be worth investigating why the comments are not getting stripped when bundling the JS.
Signed-off-by: Álvaro Brey <alvaro.brv@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-20 11:34:26 +00:00
Christopher Ng
6f3a0e2e91
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>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-18 15:06:57 -08:00
John Molakvoæ
ad67ef0124
Revert "Add alt to the logo, adapt css for logo"
...
This reverts commit dca7384b5f .
2023-01-17 14:15:09 +01:00
Joas Schilling
64c6bfcdc0
Fix user status icon in avatar menu
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-04 13:37:18 +01:00
julia.kirschenheuter
055f4217c8
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>
2022-12-22 15:31:19 +01:00
julia.kirschenheuter
dca7384b5f
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>
2022-12-22 08:26:53 +01:00
Pytal
890da5a9b1
Merge pull request #35742 from nextcloud/backport/35714/stable25
...
[stable25] Fix vue-select styles
2022-12-13 14:38:31 -08:00
Christopher Ng
370ad6d97b
Increase default input field border contrast
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-12-13 01:03:39 +00:00
Christopher Ng
8545a0eecc
Fix vue-select styles
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-12-13 00:39:53 +00:00
Simon L
d4b4135c16
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>
2022-12-08 14:38:57 +00:00
John Molakvoæ
24c908ff11
scroll if too much groups
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-11-23 20:44:04 +00:00
John Molakvoæ
717fdad70d
Fix user settings layout
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-11-23 20:01:59 +00:00
Simon L
b27f584dd3
Update @nextcloud/dialogs@ and fix toasts styling
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-11-22 12:01:24 +00:00
John Molakvoæ
49a4aa4089
Fix default theming variables
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-11-18 17:06:26 +01:00
John Molakvoæ
23b188f61c
Fix logo invert
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-11-16 15:47:14 +00:00
Christopher Ng
4fc531bd03
Invert header icons on bright preset backgrounds
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-10-20 06:47:29 +00:00
John Molakvoæ
7a96c80afb
Simplify variable names
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-10-19 23:47:58 +00:00
John Molakvoæ
40e2b11a68
Add admin user customization kill switch
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-10-19 23:36:44 +00:00
Joas Schilling
6c47b26102
Fix avatar menu icons in darkmode
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-10-13 09:24:04 +00:00
Christopher Ng
d1dc38dc1f
Use brand color for background only and keep accessible color as color primary
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-10-05 08:03:16 +00:00
Julius Härtl
a3febe2a40
Fix positioning of the public page footer
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-10-03 15:12:33 +00:00
nextcloud-command
65144258d2
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-10-01 22:24:53 +00:00
szaimen
7b2f226ce6
fix public view - attempt 2
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-10-01 22:24:53 +00:00
John Molakvoæ (skjnldsv)
a5c5740e84
Remove unwanted settings button background
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-28 22:38:22 +00:00
Christopher Ng
9c073fd760
Fix various theming bugs
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-28 18:01:41 +00:00
Vincent Petry
42ca267d83
Fix install page
...
- 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>
2022-09-26 19:01:35 +00:00
Joas Schilling
205b0c4e24
Remove last occurance of "color-primary-element-lighter"
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-20 16:33:55 +02:00
nextcloud-command
bcddb6fb94
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-15 16:59:51 +00:00
Rello
5b421e6de2
overview:hidden cutting menu
...
'overview: hidden' is cutting the app-navigation-entry-menu.
see https://user-images.githubusercontent.com/13385119/190428421-b6f08498-779e-4ee7-9518-7c6a68e890e4.png
Signed-off-by: Rello <Rello@users.noreply.github.com>
2022-09-15 17:03:03 +02:00
Vincent Petry
4f244e95aa
Merge pull request #34065 from nextcloud/bug/noid/main-scrollbar
...
Fix scrollbar apperance
2022-09-15 14:04:34 +02:00
dartcafe
63d51569fe
server.scss
2022-09-15 08:25:10 +02:00
dartcafe
2fc1f4b954
scss and compile
...
Signed-off-by: dartcafe <github@dartcafe.de>
2022-09-15 08:16:44 +02:00
René Gieling
93d3ca32a1
Fix scrollbar apperance
...
fix #34064
Signed-off-by: René Gieling <github@dartcafe.de>
Signed-off-by: dartcafe <github@dartcafe.de>
2022-09-15 08:16:43 +02:00
nextcloud-command
4ae7704699
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-14 13:12:01 +00:00
szaimen
3ba89f43ff
fix header menu appereance
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-09-14 14:56:05 +02:00
nextcloud-command
335964dc15
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-13 13:19:54 +00:00
szaimen
10ad6e17f7
fix public view
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-09-13 15:00:25 +02:00
nextcloud-command
203d783c17
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-12 16:07:31 +00:00
szaimen
7b66d5ddf7
fix strange-looking button
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-09-12 16:09:58 +02:00
Vincent Petry
b9eef6f2ff
Merge pull request #33992 from nextcloud/setting-menu-fix-height
...
Fix setting menu height
2022-09-12 15:40:59 +02:00