John Molakvoæ
ac7930bf1f
Merge pull request #29327 from nextcloud/bugfix/noid/do-not-make-actionbuttons-spans-too-transparent
2021-10-27 10:17:11 +07:00
Carl Schwan
6c5152e6ed
Fix login button alignment
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-10-21 12:00:58 +07:00
marco
61cfe35a90
Do notr make action icons too transparent
...
Signed-off-by: marco <marcoambrosini@pm.me>
2021-10-19 17:52:13 +07:00
Julius Härtl
f3d5f2717f
Merge pull request #29295 from nextcloud/fix/button-clip
2021-10-19 10:20:56 +07:00
Christopher Ng
3be9d3ca8f
Profile frontend
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-10-19 04:59:36 +07:00
Carl Schwan
478ed7ae75
Fix cliping issues in alternative logging buttons
...
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>
2021-10-18 13:01:32 +07:00
marco
f6e62b19d1
Add new variables for buttons
...
Signed-off-by: marco <marcoambrosini@pm.me>
2021-09-30 09:41:43 +07:00
Marco Ambrosini
231b5edc7b
Do not target vue buttons with server rules
...
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2021-09-30 09:41:20 +07:00
Carl Schwan
c44c643a08
Put controls above the text editor menubar
...
Otherwise this will creates a minor visual glitch when https://github.com/nextcloud/text/pull/1821
will get merged.
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-08-12 19:22:02 +07:00
Julius Härtl
2766df9764
Merge pull request #27995 from nextcloud/enh/noid/multiselect-design-fixes
...
some multiselect design fixes
2021-07-16 14:28:34 +07:00
szaimen
85b0df20fa
Improve notcreatable permissions hint
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-07-15 21:00:09 +07:00
szaimen
f4db7cbe52
some multiselect design fixes
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-07-15 17:09:28 +07:00
Carl Schwan
0b931b58b6
Fix regression in file sidebar
...
See https://github.com/nextcloud/server/pull/27936
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-07-14 19:44:40 +07:00
Carl Schwan
d0afc49df2
Fix svg icons disapearing in app navigation when text overflows
...
The issue is caused by the icon being positionned with negative margins
and the `overflow: hidden` rule when hide the icon when the text
overflows. Remove positioning with negative margins. This was only
happening in Firefox.
This fix #23849
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-07-13 16:34:44 +07:00
John Molakvoæ
86d0afdb5e
Merge pull request #27737 from nextcloud/enh/19906/contactsmenu
...
make contactsmenu icon bigger
2021-07-01 15:24:16 +07:00
szaimen
2d691346ce
design fixes to app-settings button
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-07-01 01:09:38 +07:00
szaimen
8b47477cae
make contactsmenu icon bigger
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-06-30 20:35:26 +07:00
Pytal
d517b0f5b0
Merge pull request #27604 from nextcloud/bugfix/24918
...
Proper opacity on multiselect actions in files
2021-06-22 16:07:04 +07:00
Julius Härtl
2c7a1c8609
Proper opacity on multiselect actions in files
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-06-22 19:02:06 +07:00
Christopher Ng
08d59bbb03
Update login with device page styles
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-06-21 22:40:36 +07:00
Julius Härtl
a94236483e
Let apps toggle an unread counter on app icons
...
Co-authored-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-06-16 17:12:56 +07:00
Joas Schilling
69290781ff
Handle device login like an alternative login
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-20 09:11:33 +07:00
Jan C. Borchardt
294ddf741e
Fix log in button hover/focus feedback
...
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2021-04-12 14:59:59 +07:00
Jan C. Borchardt
dcf044a7a6
Fix password visibility toggle alt text and hover/focus feedback
...
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2021-04-12 14:59:31 +07:00
Greta
6078eab30b
Revert "Do not target vue buttons with server rules"
...
Signed-off-by: GretaD <gretadoci@gmail.com>
2021-03-24 20:03:57 +07:00
Roeland Jago Douma
2f70397b03
Merge pull request #25721 from nextcloud/do-not-target-vue-buttons
...
Do not target vue buttons with server rules
2021-03-09 20:31:57 +07:00
Marco Ambrosini
8691084f17
Do not target vue buttons with server rules
...
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2021-03-05 08:16:20 +07:00
Vincent Petry
49eff095ff
Change outline color to --color-main-text
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-02-26 10:15:21 +07:00
Vincent Petry
23c143e034
Add focus-visible outline for checkboxes and radio buttons
...
To make keyboard navigation visible in forms.
When clicking with the mouse it doesn't appear.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-02-26 10:15:20 +07:00
John Molakvoæ (skjnldsv)
4f90766ba3
Skip template picker if none available
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-01-28 12:00:20 +07:00
Marco Ambrosini
dc9d37e7f8
Do not target vue progressbar with server styles
...
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2021-01-25 08:22:18 +07:00
Julius Härtl
a2f024ae1d
Unquote string when removing the hash from a color
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-01-11 12:41:25 +07:00
Julius Härtl
3ec20be575
Make SCSS compliant
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-01-11 12:41:25 +07:00
Marco Ambrosini
23b61de21e
Increase horizontal padding
...
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2020-12-22 12:28:47 +07:00
GretaD
bfe87e501d
Add default font size
...
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-11-03 13:58:04 +07:00
Vincent Petry
1476817975
Properly put hidden-visually off-screen
...
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>
2020-10-29 21:35:36 +07:00
John Molakvoæ
e1a0b3f98f
Merge pull request #23345 from nextcloud/fix/scrollbars
...
Increase scrollbar sizes
2020-10-13 15:19:38 +07:00
John Molakvoæ (skjnldsv)
d519adaa51
Increase scrollbar sizes
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-10-11 11:18:23 +07:00
Richard Steinmetz
0e77a9aee1
Fix adminpass strengthify margin
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2020-10-08 13:59:04 +07:00
Marco Ambrosini
dc4a294826
Bump default font size to 15 px
...
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-10-06 13:22:04 +07:00
Joas Schilling
910588d2dc
Don't influence toastify errors and always use white
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-05 14:12:23 +07:00
Jan C. Borchardt
d1cfb44583
Fix app text going too far down on hover/focus
...
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2020-09-25 17:17:34 +07:00
Jan C. Borchardt
b9807e0633
Make sure most app names don’t ellipsize, fix #22845 , fix #22219
...
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2020-09-17 20:02:51 +07:00
Joas Schilling
5bfd7143dc
Revert "Increase html body height to full content height"
2020-09-10 13:33:36 +07:00
Morris Jobke
7fd505f881
Merge pull request #22614 from nextcloud/fix/22606/popover-boundaries
...
Increase html body height to full content height
2020-09-10 09:34:41 +07:00
Julius Härtl
402f85a15e
Add icon for dashboard app store category
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-07 10:17:54 +07:00
Raimund Schlüßler
36076d234a
Increase html body height to full content height
...
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2020-09-05 20:37:01 +07:00
John Molakvoæ (skjnldsv)
f04b182b94
Fix search placeholder animation & dark theme compatibility
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-09-03 09:03:10 +07:00
Jan C. Borchardt
5f6db37413
Fix contrast issue in Files app menu
...
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2020-08-23 23:58:53 +07:00
Jan C. Borchardt
e0664b575c
Adjust entry highlights of navigation and menus based on Vue component style
...
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2020-08-05 16:33:58 +07:00