Christoph Wurst
17c901bde0
Merge pull request #29905 from nextcloud/bugfix/fix-some-buttons
...
Only add the vue exeption to actual button elements
2021-12-01 11:38:57 +07:00
John Molakvoæ (skjnldsv)
a325141545
Remove isIE and associated legacy scripts
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-11-30 13:03:08 +07:00
marco
67915dbc43
Only add the vue exeption to actual button elements
...
Signed-off-by: marco <marcoambrosini@pm.me>
2021-11-25 16:16:02 +07:00
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
kaktuspalme
b920d9bd1f
Update variables.scss
...
I would put sans-serif before Noto Color Emoji. If you have none of the previous fonts installed but Noto Color Emoji is, the interface looks very ugly because it uses Noto Color Emoji then. That's exactly the case on my linux distribution.
2021-02-01 08:31:14 +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
Morris Jobke
b585aefcea
Merge pull request #22075 from nextcloud/bugfix/noid/prefer-emoji-fonts-over-sans-serif
...
Also consider Noto Color Emoji font
2020-08-03 14:43:20 +07:00
John Molakvoæ (skjnldsv)
1a1b3e20e4
Fix unified search
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-08-03 11:26:03 +07:00
Joas Schilling
f32cf0ab63
Also consider Noto Color Emoji font
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-31 17:31:28 +07:00
kevin147147
32505e78f6
Fix height to big for iPhone when using many apps
...
Same story as https://github.com/nextcloud/server/pull/10276
I'm testing on iPhone without home button. These devices now have an even higher bottom bar.
2020-07-25 23:45:38 +07:00
Jan C. Borchardt
49f4b726e9
Move Cantarell before Ubuntu in font stack to fix GNOME + Ubuntu setups
...
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2020-07-21 16:20:32 +07:00
Jan-Christoph Borchardt
9aff5355e6
Simplify text variables from 4 to 2, map -lighter to -maxcontrast
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2020-05-26 21:42:11 +07:00
Jan-Christoph Borchardt
a7e1ba4558
Fix color-text-maxcontrast not passing WCAG AA
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2020-05-07 10:36:22 +07:00
John Molakvoæ (skjnldsv)
6e79fb60d8
Fix public layout header title & description
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-04-30 13:32:28 +07:00
Raimund Schlüßler
cfb94c7469
Correctly hide table headers in filepicker
...
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2020-04-24 21:15:09 +07:00
Loïc Hermann
6c60b85a87
Fix breadcrumb in move or copy file dialog
...
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-04-17 06:47:17 +07:00
Joas Schilling
0b53084ccb
Use the primary element color in case it primary color is too bright
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-04-10 06:49:21 +07:00
John Molakvoæ (skjnldsv)
01389d395e
Fix systemtags overflow
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-04-09 10:19:42 +07:00
Joas Schilling
f733444234
Default to dark background in dark mode and better themed navbar
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-07 08:53:49 +07:00
Daniel Calviño Sánchez
52706213d3
Fix cursor on click inputs and their descendants
...
The cursor in click inputs is shown as a pointer to convey that it can
be interacted with. However, in those click inputs that can have
descendants, like buttons, the descendants may not inherit the cursor
from it (for example, a "strong" element would, but a "span" element
would not), which causes a pointer cursor to be shown on some areas of
the button and a different one to be shown on other areas. To prevent
that now all the descendants of click inputs that can have descendants
use a pointer cursor.
On the other hand, if a click input is disabled it can not be interacted
with it, so now disabled click inputs as well as their descendants show
a default cursor instead of a pointer cursor in that case.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-03-25 10:50:45 +07:00
Marco Ambrosini
ce033072f4
Fix color-box-shadow variable
...
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-03-13 11:43:31 +07:00
Roeland Jago Douma
971e619c89
Merge pull request #19671 from nextcloud/fix-loading-icons-on-replaced-elements
...
Fix loading icons on replaced elements
2020-03-05 20:11:12 +07:00
Gary Kim
ff6db60b8c
Fix non-centered no javascript message
...
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-02-29 10:43:42 +07:00
Daniel Calviño Sánchez
243feca786
Adjust list of replaced elements to the spec
...
"button, textarea, select, div[contenteditable='true']" were removed and
"audio, canvas, embed, iframe" were added.
Note that this is a coarse-grained list; according to the spec some of
the elements, like canvas or input, might be treated as a replaced
element in some cases and as ordinary elements in others:
https://html.spec.whatwg.org/multipage/rendering.html#replaced-elements
For now all the elements that might be replaced elements use the loading
image by default, so apps will need to override that when the elements
are treated as ordinary elements. Of course that can be flipped in the
future to instead make an element to use the "::after" approach by
default if it is found that the element requires the override often.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-02-27 10:35:54 +07:00
Daniel Calviño Sánchez
5f1713f9db
Set loading image on replaced elements instead of on their descendants
...
Replaced elements do not have "::after" nor "::before" pseudo-elements,
so the regular loading icon needs to be shown using a background image
instead of the default "::after" pseudo-element approach. However, the
CSS rules were not applied on the replaced elements themselves, but on
their descendants. As the descendants might have support for
pseudo-elements the rules were fixed to be applied on the replaced
elements, and only on the replaced elements.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-02-27 10:25:58 +07:00
Marc Michalsky
c97aa97814
Update guest.css
2020-01-31 17:38:39 +07:00
Marc Michalsky
9f473f777f
Center Buttons
...
Since Version 18.0.0 the Registration button of the [registration app](https://github.com/pellaeon/registration ) is not centered anymore.
2020-01-31 14:56:20 +07:00
Julius Härtl
8c8fe4a5c0
New file menu needs to be above the filelist header
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-24 11:49:37 +07:00
Daniel Calviño Sánchez
914172690c
Fix cursor on disabled contenteditable divs
...
The cursor should be a default cursor, as the text cursor implies that
text can be introduced.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-01-16 18:28:36 +07:00
Marco Ambrosini
dd8141b36b
Add color background hover css variable
...
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-01-16 12:41:20 +07:00
Roeland Jago Douma
060dd35ef9
Merge pull request #18873 from nextcloud/design/install-page
...
Install page design fixes
2020-01-15 07:24:57 +07:00
Christoph Wurst
a673ff3a63
Fix max width on 2FA pages
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-14 19:37:54 +07:00
Jan-Christoph Borchardt
19397059d6
Add explanatory bit for recommended apps, fix #18631
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2020-01-14 14:18:16 +07:00
Marco Ambrosini
22e32501a5
Create hover color variable
...
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-01-13 20:03:47 +07:00
Roeland Jago Douma
106ea9fdaa
Merge pull request #18819 from nextcloud/bugfix/guest-container-size
...
Limit the size of the container on guest pages
2020-01-11 08:23:09 +07:00
Roeland Jago Douma
9eb16da35e
Merge pull request #18806 from nextcloud/bugfix/contactsmenu-fix-min
...
Set the contactsmenu height without min calculation
2020-01-11 08:19:33 +07:00
Julius Härtl
7e5956a906
Limit the size of the container on guest pages
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-10 17:09:40 +07:00
Julius Härtl
41134dafa0
Narrow error button styling scope
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-10 16:50:20 +07:00
Julius Härtl
fdf5408b7d
Set the contactsmenu height without min calculation
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-10 13:56:59 +07:00
Roeland Jago Douma
4b28da1dd9
Merge pull request #18752 from nextcloud/bugfix/contacts-menu-scroll
...
Fix contacts menu sizing
2020-01-10 08:05:42 +07:00
Roeland Jago Douma
edd957140a
Merge pull request #18780 from nextcloud/bugfix/18779/safari_madness
...
Tell Safari to watch out for changes of filter
2020-01-09 20:01:33 +07:00
Georg Ehrke
cfdf12d8d6
Tell Safari to watch out for changes of filter aka attempt no. 1 to fix #18779
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-01-09 14:42:32 +07:00
Julius Härtl
f2e466905f
Fix contacts menu sizing
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-08 15:22:44 +07:00
Roeland Jago Douma
86bccde9c7
Merge pull request #17861 from nextcloud/fix-tab-navigation-of-menu-in-public-share-pages
...
Fix tab navigation of menu in public share pages
2020-01-07 21:00:00 +07:00
Julius Härtl
99a450c9dd
Move scroll container to inner element
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-31 10:35:11 +07:00
Daniel Calviño Sánchez
883a71ce8e
Split the menu entry for external shares in two
...
The external shares entry showed a "button" that, when pressed, replaced
the button with the input to set the remote share address. The "button"
was actually a label for the input, so when the label was focused it
transferred the focus to the input and thus pressing enter or space did
not show the input. Moreover, inputs inside links are not valid HTML,
and once shown there was no way to hide the input again.
Due to all this, and for consistency with the direct link input, the
external share input was moved to a different menu item that is shown
and hidden when the button, which nows is also a real button, is
clicked.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-12-30 10:29:36 +07:00
Daniel Calviño Sánchez
e32766bd11
Change menu toggle element from span to button
...
This makes possible to navigate to the menu toggle using the keyboard,
as well as being semantically more correct.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-12-30 10:29:36 +07:00
Joas Schilling
59e9b3d1d0
Only round the real avatars
...
Before this all images were rounded, including the icons of contacts menu options
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-20 12:11:54 +07:00
Julius Härtl
46931c98a7
Add flow icon for app store category
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-19 15:18:09 +07:00
John Molakvoæ
2959487f71
Fix size of header menus ( #16057 )
...
Fix size of header menus
2019-12-07 09:48:10 +07:00
Roeland Jago Douma
2a2d0cd312
Merge pull request #18082 from nextcloud/design/style-update
...
Update style of log in page and header
2019-11-26 12:01:47 +07:00
John Molakvoæ
fe6dc8082c
add var for theming images , advanced options ( #16815 )
...
add var for theming images , advanced options
2019-11-26 10:55:20 +07:00
John Molakvoæ (skjnldsv)
27d68b4f90
Improve tag icon
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-11-25 16:32:22 +07:00
Guillaume COMPAGNON
ed399a31bd
add var for theming images , advanced options
...
Signed-off-by: Guillaume COMPAGNON <gcompagnon@outlook.com>
2019-11-24 21:51:43 +07:00
Jan-Christoph Borchardt
7edeac887b
Update style of log in page and header
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-11-23 19:16:59 +07:00
Jonas Sulzer
93dcc42631
🐛 FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position
...
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-11-07 15:28:31 +07:00
Gary Kim
0efa78d1e2
Prompt on destructive user actions
...
Signed-off-by: Gary Kim <gary@garykim.dev>
2019-11-05 20:39:07 +07:00
Roeland Jago Douma
ef6806a235
Merge pull request #17670 from nextcloud/fix/noid/collapsing-spaces-in-move-again
...
Fix spaces being collapsed in move dialog again
2019-10-31 16:17:31 +07:00
John Molakvoæ (skjnldsv)
1c13c52acf
Systemtags and external actions update
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-10-29 13:20:03 +07:00
Gary Kim
ffead18518
Fix spaces being collapsed in move dialog again
...
Signed-off-by: Gary Kim <gary@garykim.dev>
2019-10-25 09:52:31 +07:00
Julius Härtl
57a4a7d0e4
Increase contast between text and placeholder in input fields
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-10 15:54:10 +07:00
Gary Kim
11d01319c6
Show Delete Icon in Breadcrumb in Trashbin
...
Signed-off-by: Gary Kim <gary@garykim.dev>
2019-10-07 19:35:23 +07:00
Julius Härtl
bef426e3f4
Move to proper scroll container and add more space to height
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-04 20:56:10 +07:00
Jan-Christoph Borchardt
d889019f00
Fix horizontal scrollbar in user menu
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-10-04 20:27:31 +07:00
Julius Härtl
6283b57310
Fix size of header menus
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-04 20:27:31 +07:00
Marco Ambrosini
fe5d5312ca
Bring the font size down to 14px
...
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2019-10-01 17:42:16 +07:00
John Molakvoæ
a0d48c568d
Bring the default font size up to 15px ( #17228 )
...
Bring the default font size up to 15px
2019-09-28 17:17:35 +07:00
John Molakvoæ (skjnldsv)
f737dc9a86
Remove input id on login form
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-09-28 08:15:03 +07:00
Gary Kim
4211c50dba
Fix spaces being collapsed in move dialog
...
Signed-off-by: Gary Kim <gary@garykim.dev>
2019-09-24 01:54:42 +07:00
Marco Ambrosini
cde1c8b9a3
Bring the default font size up to 15px
...
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2019-09-21 20:47:46 +07:00
Roeland Jago Douma
505fc0e1c2
Merge pull request #17017 from ritsute/fix/css-actions.creatable
...
fix "create folder" icon overlaying home icon
2019-09-19 21:36:37 +07:00
Joas Schilling
89880fb2c4
Merge pull request #17098 from nextcloud/fix/css/variables-color-primary-light
...
Create color-primary-light variable
2019-09-17 15:54:35 +07:00
zorn-v
e2b4c958f7
Position fixed for .toastify.toast
2019-09-12 16:54:43 +07:00
John Molakvoæ (skjnldsv)
223046b079
Create color-primary-light variable
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-09-11 11:27:59 +07:00
Jochen
dff16b60c8
Hide only icons for buttons
...
https://github.com/nextcloud/server/pull/16832#issuecomment-529115417
Signed-off-by: Jochen <rothjochen@gmail.com>
2019-09-07 23:25:42 +07:00
Jochen
ba8acfe2d4
Optimize responsiveness, remove primary class
...
Signed-off-by: Jochen <rothjochen@gmail.com>
2019-09-06 20:02:19 +07:00
ritsute
a67941f5f3
fix "create folder" icon overlaying home icon
...
Signed-off-by: Brandon <brandon.yeow@websparks.sg>
2019-09-06 13:49:51 +07:00
Jochen
a9b942cbbe
Add default style for alternative login
...
Signed-off-by: Jochen <rothjochen@gmail.com>
2019-09-04 21:06:25 +07:00
Jochen
e710976b99
Add more space between form and alternate login
...
Signed-off-by: Jochen <rothjochen@gmail.com>
2019-09-03 22:44:31 +07:00
Jochen
dc30ffc1e5
Add more space to buttonsy
...
Signed-off-by: Jochen <rothjochen@gmail.com>
2019-09-02 17:50:56 +07:00
ochorocho
068f1d28f3
Move alternative login above standard login, optimize alignment
...
Signed-off-by: ochorocho <rothjochen@gmail.com>
2019-08-26 20:01:44 +07:00
Marco Ambrosini
70eeb9df4e
prevent the server's app-navigation's css to overrule the scoped css in vue components
...
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2019-08-06 08:45:19 +07:00
Jan-Christoph Borchardt
c92e6192a5
Standardize scrollbar color and width across Webkit and Firefox
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-07-31 18:36:39 +07:00
Greta Doci
92e0a1ab63
Add border-top to settings menu when its open
...
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-07-19 15:18:26 +07:00
Greta Doci
8e4b5d02f4
Add border-top to settings menu when its open ref #16076
...
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-07-17 15:58:03 +07:00
Phie
8fa2d70e9e
adding toggle password to be able to see it
...
Signed-off-by: Phie <phie@phie.ovh>
2019-07-09 10:54:21 +07:00
John Molakvoæ
65abdea330
Use theme colors for text selection ( #16037 )
...
Use theme colors for text selection
2019-07-07 20:02:30 +07:00
Jan-Christoph Borchardt
3cca2bbcf1
Use theme colors for text selection
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-07-05 15:51:23 +07:00
Gary Kim
c9ef40af27
Fix alignment issues in admin settings
...
Signed-off-by: Gary Kim <gary@garykim.dev>
2019-07-05 00:10:29 +07:00
Morris Jobke
a528942c24
Merge pull request #16098 from nextcloud/design/header-text
...
Show share link header text always in 2 rows
2019-07-03 13:56:41 +07:00
Joas Schilling
c0b27dcf4b
Only set the font if it was not set before
...
Otherwise Dyslexia setting can not set the font in the accessibility app
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-01 15:06:11 +07:00
Jan-Christoph Borchardt
4686fc6734
Show share link header text always in 2 rows
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-06-26 10:47:29 +07:00
Jan-Christoph Borchardt
b466127b1f
Merge pull request #16055 from nextcloud/design/native-fonts
...
Use native font stack
2019-06-26 00:08:16 +07:00
Jan-Christoph Borchardt
97fbf91f29
Use native font stack
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-06-24 17:27:35 +07:00
Jan-Christoph Borchardt
d14c0f2ed7
Move font from Nunito to Noto Sans
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-06-22 11:23:44 +07:00
Jan-Christoph Borchardt
3a0299f75f
Add sidebar icon we use in Talk and Viewer already
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-06-18 17:59:00 +07:00
John Molakvoæ (skjnldsv)
cc6aed9362
Fix mobile menu over app-content
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-06-11 10:17:09 +07:00
Julius Härtl
6d848b545d
Adjust jsunit tests for new toast library
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-07 07:32:48 +07:00
Julius Härtl
2d0337332d
Add toastify js as a OC.Notification replacement
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-07 07:32:16 +07:00
nacho
3c30d293fa
CSS: adjust media query breakpoint to improve tablet readability
...
see https://github.com/nextcloud/news/pull/467
2019-05-30 08:28:30 +07:00
Christoph Wurst
64c4bb5bce
Vueify the login page
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-29 11:05:16 +07:00
Morris Jobke
4ff4d5583a
Merge pull request #15691 from nextcloud/app-content-list-noborder
...
Remove divider in app content list (Mail, Contacts, …)
2019-05-28 13:54:27 +07:00
Greta Doci
bb811ee3e1
Change text color in search box in darktheme, ref #15598
...
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-05-26 17:03:40 +07:00
Jan-Christoph Borchardt
aba395faf0
Remove divider in app content list (Mail, Contacts, …)
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-05-22 17:44:14 +07:00
Daniel Calviño Sánchez
7ad1b150ab
Remove extra margin from warning messages in authenticate page
...
In the public share authentication page the form elements appear inside
a container that uses the "warning" CSS class. When the given password
is wrong a warning message is shown inside that container; this message
uses the "warning" CSS class too, so the top margin set for ".warning"
elements need to be removed in that case.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-05-07 10:56:01 +07:00
Daniel Calviño Sánchez
de84e037e0
Fix collapse button in app navigation in IE11
...
Although the collapse button has an absolute position Internet Explorer
11 needs the left position of that button to be explicitly set to 0
(other browsers do it implicitly due to the absolute position);
otherwise the button appears to the right of the link (and behind the
app content).
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-05-06 09:14:29 +07:00
John Molakvoæ (skjnldsv)
fcdea35554
Increase checkbox & radio size
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-04-30 09:55:39 +07:00
John Molakvoæ (skjnldsv)
a88bd71d89
Add animation-slow var
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-04-15 11:34:18 +07:00
Julius Härtl
0cdc671484
Add projects icon
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-04-09 08:30:48 +07:00
John Molakvoæ (skjnldsv)
c12545b581
Truncate filename in the middle on filepicker
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-03-30 10:28:59 +07:00
Julius Härtl
3860373fd4
Fix various theming issues on bright colors
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-28 08:02:46 +07:00
John Molakvoæ (skjnldsv)
3736bc82cd
Fix filepicker's add button design
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-03-22 11:09:00 +07:00
Roeland Jago Douma
575b3f9ff8
Revert "Where is your data?"
2019-03-20 15:17:31 +07:00
Joas Schilling
1f925ca4c5
Also style the "too many apps" menu
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-19 09:40:39 +07:00
Joas Schilling
f6b506bc87
Style of navigation links in header is too catchy
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-18 16:26:18 +07:00
John Molakvoæ (skjnldsv)
4965f8c723
Removed radio and shadow on active
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-03-15 15:38:51 +07:00
Robin Appelman
1bfbfb2c5b
fix database select styling in setup page
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-03-12 15:25:55 +07:00
Julius Härtl
e6ab850aac
Fix tooltip styling for bootstrap 4.3
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-07 10:45:47 +07:00
John Molakvoæ (skjnldsv)
2503520121
Fix default input element height
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-03-02 10:32:36 +07:00
Julius Härtl
31340b8be9
Add icon for resource type and icons for folder/file
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-01 20:56:18 +07:00
Julius Härtl
b4e6bffe1d
Remove/replace missing css vars
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-02-27 16:34:48 +07:00
Jan-Christoph Borchardt
58ecd86f55
Fix .infield labels not being readable by screenreaders
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-02-22 12:54:31 +07:00
Jan-Christoph Borchardt
d9ecc4d570
Installation: Fix focus of database password toggle
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-02-22 12:54:31 +07:00
Jan-Christoph Borchardt
d1ba0d52ab
Keyboard focus and mouse hover feedback for 'Show password' toggle
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-02-22 12:54:28 +07:00
Julius Härtl
4d62c0a889
Fix header label visibility on open menu
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-02-19 09:12:05 +07:00
Roeland Jago Douma
fc39b28549
Merge pull request #14186 from nextcloud/enh/systemtags_to_webpack
...
Move systemtags (app) to webpack
2019-02-14 21:17:50 +07:00
Roeland Jago Douma
65964a537a
Move jquery.ocdialog.scss to bundle
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-14 13:38:24 +07:00
Roeland Jago Douma
ea951136d1
Move jquery-ui-fixes to bundle
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-14 13:31:49 +07:00
Roeland Jago Douma
15dc1fa62f
Move systemtags icon to icons.scss
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-14 12:17:57 +07:00
Morris Jobke
15ae633864
Fix corners that are cut in popup menu in Safari
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-13 15:29:52 +07:00
Morris Jobke
34dc165132
Merge pull request #13097 from nextcloud/feature/11319/where-is-your-data
...
Where is your data?
2019-02-11 11:13:55 +07:00
Jan-Christoph Borchardt
c44c23a1c3
Improve design of description below label of checkbox or radio button
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-02-01 10:06:31 +07:00
fnuesse
4b32e1c6ab
Extract variable for yellow color in icons
...
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2019-02-01 00:59:05 +07:00
Morris Jobke
681437d23d
Merge pull request #12785 from nextcloud/head-menu-half-height-fix
...
Unify headers menu design, fix click area
2019-01-30 16:25:30 +07:00
John Molakvoæ (skjnldsv)
818c23d9f1
Scrolling on apps popovermenu
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-01-30 10:30:20 +07:00
Roeland Jago Douma
502c0df2d9
Merge pull request #13752 from rummatee/issue7629
...
fix opacity for add-new-folder button
2019-01-30 09:25:47 +07:00
John Molakvoæ (skjnldsv)
ecede42969
Popovermenu size fix
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-01-29 08:43:08 +07:00
John Molakvoæ (skjnldsv)
bb9e282e95
Unify headers menu design, fix click area
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-01-29 08:12:03 +07:00
John Molakvoæ (skjnldsv)
969fb9ac3f
Do not generate dark version of the view-icons w/ shadows
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-01-24 12:08:43 +07:00
Florian Schunk
251b9e4cfb
fix opacity for add-new-folder button
...
Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
2019-01-23 20:54:24 +07:00
Jan-Christoph Borchardt
ccc35d5566
Merge pull request #13648 from nextcloud/darktheme-fix
...
🕶 Dark theme fixes
2019-01-22 16:30:14 +07:00
Morris Jobke
9ee4433333
Use warning background color & primary text color for setting warnings
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-01-18 12:07:10 +07:00
Jan-Christoph Borchardt
4c18cc34f3
Dark theme: Fix move/copy dialog icons
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-01-17 10:59:50 +07:00
Jan-Christoph Borchardt
e5922c6b8f
Dark theme: Fix search field
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-01-17 10:53:10 +07:00
Morris Jobke
355d69e60e
Merge pull request #13574 from alion300/master
...
Fix app navigation flickering on hover
2019-01-16 16:30:07 +07:00
Jan-Christoph Borchardt
a081096d32
Fix password change toggle position and visibility in dark theme
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-01-16 14:49:03 +07:00
Jan-Christoph Borchardt
dd3ed98031
Dark theme: Fix select2 icons
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-01-16 14:34:19 +07:00
Jan-Christoph Borchardt
db1f1048f9
Dark theme: Fix select triangle not being visible
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-01-15 20:54:39 +07:00
Alaa Shmalih
6ad1a8f132
the bug number #13263 fixed by the xavierando user
...
i change the file by xaviterando done and fix
and i will do pull request to the solution becouse xavirando did pull request to him self
2019-01-14 10:41:29 +07:00
Michael Weimann
349687ac09
Fix click app names
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2019-01-14 00:48:09 +07:00
Michael Weimann
107fab9dfa
Add the "where is your data?" frontend
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2019-01-14 00:07:34 +07:00
Roeland Jago Douma
011aab52ff
Merge pull request #13156 from nextcloud/enhancement/npmize
...
Use npm for js depdencies, bundle with webpack
2019-01-09 20:16:05 +07:00
Julius Härtl
96102c1b70
Fix select2 style preference
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-01-09 15:13:34 +07:00
John Molakvoæ (skjnldsv)
dbee410a6e
Override select2 lib styling
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-01-09 15:02:01 +07:00
Florian Schunk
0134ca51f1
fix button position for chrome
...
Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
2019-01-09 11:28:51 +07:00
Florian Schunk
808cf39961
change menu's orientation to make sure it is completly visible
...
Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
2019-01-09 11:28:51 +07:00
Florian Schunk
b61df4e290
adjust design to match file app
...
Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
2019-01-09 11:28:51 +07:00
Florian Schunk
dba14fac8b
add functionality to create new folder in file picker
...
Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
2019-01-09 11:28:51 +07:00
Florian Schunk
74197462c0
added button for new folder to interface
...
Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
2019-01-09 11:28:51 +07:00
Roeland Jago Douma
e11048932f
Merge pull request #13381 from nextcloud/menu-apps-fixes
...
Fix apps menu overlapping
2019-01-07 13:33:20 +07:00
Michael Weimann
f54e3c7576
Make the nav bullet transparent selector more specific
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2019-01-06 22:36:18 +07:00
John Molakvoæ (skjnldsv)
f611c777d1
Fix apps menu overlapping
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-01-05 09:53:22 +07:00
Morris Jobke
f736b3445f
Merge pull request #13145 from nextcloud/ie11-apps-menu-fix
...
IE fix for apps menu
2019-01-04 19:30:11 +07:00
John Molakvoæ (skjnldsv)
1cb507e0e3
Fix ie11 checkboxes
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-19 11:31:10 +07:00
John Molakvoæ (skjnldsv)
f038cea243
IE fix for apps menu
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-18 16:33:30 +07:00
John Molakvoæ
6e91329872
Merge pull request #12923 from nextcloud/fix/12832/share-autocomplete
...
Fixes the share autocomplete layout
2018-12-13 14:07:18 +07:00
Daniel Calviño Sánchez
7dad6d8f5b
Use default cursor for disabled primary buttons
...
Disabled buttons use the default cursor, but as the cursor property for
primary buttons is set after the cursor property for disabled buttons
the latter is always overridden, even if the primary button is also
disabled. Due to this it is necessary to explicitly set the default
cursor for disabled primary buttons.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-12-11 10:25:48 +07:00
Michael Weimann
5723f77ef7
Fixes the share autocomplete scrollbars
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-12-08 20:51:06 +07:00
Michael Weimann
1f3060eacf
Fixes the share autocomplete #12832
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-12-08 13:05:25 +07:00
Morris Jobke
7d98414f7b
Fix logo path in non-themed instance
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-06 16:53:22 +07:00
Joas Schilling
19c9549553
Smaller icon and h2 in emptycontent inside the header
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-12-04 16:46:58 +07:00
Jan-Christoph Borchardt
2824622feb
Fix dialogs, button position
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-11-30 16:11:33 +07:00
Morris Jobke
3b53c10774
Merge pull request #12709 from nextcloud/login-button-fixes
...
Fix the loader position and the focus state on the login button
2018-11-29 18:30:46 +07:00
John Molakvoæ (skjnldsv)
ac7c7782ff
Remove animation on the sidebar for accessibility purpose
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-29 16:52:44 +07:00
John Molakvoæ (skjnldsv)
d526ab55fb
Fix default filepicker style and gridview
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-29 14:05:10 +07:00
John Molakvoæ (skjnldsv)
80b3452da2
Fix app navigation edit entry
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-29 13:41:36 +07:00
John Molakvoæ (skjnldsv)
d0b17043f2
Fix the loader position and the focus state on the login button
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-28 17:53:44 +07:00
GretaD
27466313c0
I changed the width of the srollbar to make it a bit bigger
...
Signed-off-by: GretaD <gretadoci@gmail.com>
2018-11-27 19:03:39 +07:00
Morris Jobke
e8df902083
Merge pull request #12580 from nextcloud/app-navigation-menu-dark-fix
...
Fix navigation more menu background for dark theme
2018-11-22 11:21:58 +07:00
Morris Jobke
2e68b73e5e
Merge pull request #12558 from nextcloud/blurry-button
...
Apply border to primary button if on log in page (and not in a dark container) or if in header
2018-11-22 10:18:52 +07:00
Morris Jobke
bebdb19ac2
Merge pull request #12559 from nextcloud/heading-menu-spacing
...
Better header navigation display
2018-11-22 10:13:59 +07:00
John Molakvoæ (skjnldsv)
b8cdc636f7
Fix navigation more menu background for dark theme
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-22 10:04:50 +07:00
John Molakvoæ
654880da25
Merge pull request #12468 from nextcloud/multiselect-removal-fix
...
Remove conflicting multiselect
2018-11-22 08:49:09 +07:00
Daniel Calviño Sánchez
7a57409f7d
Do not show tab headers marked as hidden
...
Tab headers that should not be shown are marked with the "hidden" CSS
class. The CSS rules set "display: none" for ".hidden" elements, but as
the rules for ".tabHeaders .tabHeader" are more specific than rules for
".hidden" the "display" property is overriden and ends being "flex".
Therefore, it is necessary to explicitly set a rule for ".tabHeaders
.tabHeader.hidden" elements.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-11-21 15:21:22 +07:00
Jan-Christoph Borchardt
f80a023431
Always give primary button a border for light primary colors
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-11-21 14:30:05 +07:00
John Molakvoæ (skjnldsv)
28afcaad03
Better header navigation display
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-20 18:39:54 +07:00
Jan-Christoph Borchardt
325396330c
Apply border to primary button if on log in page (and not in a dark container) or if in header, fix #12294
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-11-20 17:01:51 +07:00
Morris Jobke
a9de88e96e
Merge pull request #12350 from nextcloud/filepicker-sorting
...
Enable sorting in file picker
2018-11-20 13:34:51 +07:00
Jan-Christoph Borchardt
256f989a71
Fix CSS specificity preventing buttons displayed in pill style
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-11-19 21:56:38 +07:00
Jan-Christoph Borchardt
4c2dad9ec4
Fix header text color on redirect page
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-11-19 21:54:37 +07:00
Morris Jobke
1d8f7e7806
Merge pull request #12525 from nextcloud/contrast-fix-updatenotifications
...
Fix updatenotifications display, dependencies and csp
2018-11-19 16:05:50 +07:00
John Molakvoæ (skjnldsv)
3b16a76ba0
Fix login primary colour and feedback
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-19 13:19:59 +07:00
John Molakvoæ (skjnldsv)
e7d5651781
Fix updatenotifications display, dependencies and csp
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-19 10:26:04 +07:00
Julius Härtl
edd7dde27b
Only use width and opacity for transition
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-16 15:42:23 +07:00
Morris Jobke
8a5ac26ca6
Merge pull request #12484 from nextcloud/loader-color-fixes
...
Fix loader colours for better visibility
2018-11-16 14:53:09 +07:00
Julius Härtl
5e5cced48c
Properly align loading indicator when switching folders
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-16 14:50:40 +07:00
Julius Härtl
3e11337b3b
Allow sorting in the file picker
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-16 14:12:41 +07:00
John Molakvoæ (skjnldsv)
80543684c3
Fix loader colours for better visibility
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-16 13:40:00 +07:00
John Molakvoæ (skjnldsv)
d0e2a22e83
Fix login loader position and theming support
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-16 12:48:13 +07:00
John Molakvoæ (skjnldsv)
a8dafc2ff8
Remove conflicting multiselect
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-15 14:08:13 +07:00
Julius Härtl
521b2dd615
Prefix icon variables with app name to avoid conflicts
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-15 11:47:27 +07:00
John Molakvoæ (skjnldsv)
f8bed7d585
Allow apps to use the variables too
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-14 18:34:26 +07:00
John Molakvoæ (skjnldsv)
2b7832d0c9
Fix breakpoint and shrinking of the content + list
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-14 17:19:35 +07:00
Morris Jobke
795cc8345d
Merge pull request #12359 from nextcloud/ie11-width-fix
...
Fix IE rule for min width
2018-11-12 23:45:17 +07:00
Morris Jobke
3117e996be
Merge pull request #12384 from nextcloud/fix/12357/public-share-scrollbar
...
Reduces the footer link padding
2018-11-12 11:16:53 +07:00
John Molakvoæ (skjnldsv)
dbcea3316a
Fix inline input confirm margin
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-10 09:48:16 +07:00
Michael Weimann
b4b96fc23f
Fixes the footer #12357
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-11-09 21:23:02 +07:00
John Molakvoæ (skjnldsv)
563df2a9ea
Fix IE rule for min width
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-08 18:19:52 +07:00
Julius Härtl
ca9e52b135
Add fix for IE11 flexbox height bug
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-07 19:51:00 +07:00
Morris Jobke
b56cb41e2f
Merge pull request #12328 from nextcloud/more-icon-move
...
Fix missing dot before class name
2018-11-07 12:28:36 +07:00
Jan-Christoph Borchardt
4468141f65
Fix missing dot before class name
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-11-05 19:13:17 +07:00
John Molakvoæ (skjnldsv)
e0de0a122f
Disable grid for ie
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-05 17:27:09 +07:00
Julius Härtl
727df9f970
Fix loading indicator in app menu
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-02 15:11:18 +07:00
John Molakvoæ (skjnldsv)
6200ee78f9
Fix popover menu alignment in list
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-02 09:57:11 +07:00
Julius Härtl
9387294993
Revert "Fix .hidden class specificity, should not be overridable, ref #12138"
...
This reverts commit 25e70e1eb7 .
2018-11-01 21:00:44 +07:00
Julius Härtl
927bdebd65
Revert "make .button inline-block"
...
This reverts commit 87c3f79399 .
2018-11-01 21:00:22 +07:00
Morris Jobke
bfab6ccf1b
Merge pull request #12180 from nextcloud/sidebar-fixes
...
Sidebar fixes, mostly fixing design of tabs
2018-11-01 12:42:03 +07:00
Jan-Christoph Borchardt
62028160ac
Fix header app name clickability issue, fix #12165
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-11-01 05:09:56 +07:00
Jan-Christoph Borchardt
c0aee3f1a1
Fix design of tabs in sidebar
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-11-01 04:16:56 +07:00
Jan-Christoph Borchardt
25e70e1eb7
Fix .hidden class specificity, should not be overridable, ref #12138
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-31 14:00:49 +07:00
John Molakvoæ
75f8b161f9
Merge pull request #12153 from nextcloud/appnames
...
Show all app titles on hovering app menu area, fix #10952 , fix #4619
2018-10-31 10:04:49 +07:00
John Molakvoæ (skjnldsv)
372109a276
Added round border for thumbnail
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-10-31 06:52:11 +07:00
Jan-Christoph Borchardt
f4ac90e8d0
Filepicker: center text in grid view, improve spacing
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-31 00:02:26 +07:00
Jan-Christoph Borchardt
ac01522927
Show all app titles on hovering app menu area, fix #10952 , fix #4619
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-30 23:20:09 +07:00
Roeland Jago Douma
41ff001b77
Merge pull request #11899 from nextcloud/enhancement/noid/sharing-consolidation
...
Sharing user consolidation
2018-10-30 19:27:05 +07:00
Julius Härtl
ffc32222f1
Styling papercuts
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-10-30 14:43:34 +07:00
Jonas Sulzer
87c3f79399
make .button inline-block
...
fix #3752
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2018-10-30 13:03:20 +07:00
Julius Härtl
fd08dd613a
Add talk icon
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-10-30 10:19:34 +07:00
Julius Härtl
e5cae301eb
Highlight search term in sharing results
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-10-30 10:19:33 +07:00
Julius Härtl
6dde7e1183
Improve share select list
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-10-30 10:19:32 +07:00
John Molakvoæ
c05e8acdb1
Merge pull request #12019 from nextcloud/icons-svg-api-fixes
...
Move svg api endpoint
2018-10-29 15:45:45 +07:00
John Molakvoæ
c58b935bf5
Merge pull request #11993 from nextcloud/headings-standards
...
Headings standard
2018-10-29 13:15:55 +07:00
John Molakvoæ (skjnldsv)
5c74423902
Move svg api endpoint
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-10-29 11:45:13 +07:00
John Molakvoæ (skjnldsv)
371cf29f0c
fixup! Cleanup
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-10-28 10:44:45 +07:00
Jan-Christoph Borchardt
50b9dd66b7
Adjust design of maintenance mode page
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-25 17:55:35 +07:00
Morris Jobke
37782b1084
Merge pull request #11573 from nextcloud/gridview-table
...
Files grid view
2018-10-24 15:31:23 +07:00
Morris Jobke
f18db1657c
Merge pull request #11906 from kevin147147/patch-5
...
make scroll navigation items full width
2018-10-23 19:54:37 +07:00
John Molakvoæ (skjnldsv)
8013dab044
Allow focus on input with keyboard
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-10-23 17:00:47 +07:00
John Molakvoæ (skjnldsv)
b6981dcecb
Merge branch 'master' of https://github.com/nextcloud/server into gridview-table
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-10-23 16:44:20 +07:00
John Molakvoæ (skjnldsv)
19a56d9e16
Cleanup
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-10-23 16:14:34 +07:00
John Molakvoæ (skjnldsv)
09c1810f71
Headings standard
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-10-23 15:43:47 +07:00
Jan-Christoph Borchardt
5ba75e727c
Fix password protected share link button
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-23 15:18:37 +07:00
Jan-Christoph Borchardt
b04ebd8553
Round off buttons 'pill style' like on the website
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-23 15:18:37 +07:00
Morris Jobke
171fe69db7
Merge pull request #11932 from nextcloud/font-nunito
...
Change typeface to Nunito
2018-10-23 15:14:10 +07:00
John Molakvoæ (skjnldsv)
26ca7a0e2f
Add filepicker toggle
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-10-23 10:38:00 +07:00
John Molakvoæ (skjnldsv)
c039bd2bd1
Filepicker grid
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-10-23 10:04:03 +07:00
Jan-Christoph Borchardt
bcce56942c
Use normal text color for sections now that it's not full black
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-20 11:59:08 +07:00
Jan-Christoph Borchardt
c57c9f42b2
Add woff2 format of Nunito for better performance in modern browsers
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-19 20:19:34 +07:00
Jan-Christoph Borchardt
2eceb1a3b3
Text color #222 instead of #000 for better readability
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-19 12:16:12 +07:00
Jan-Christoph Borchardt
9d05347fba
Change typeface from Open Sans to Nunito
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-19 12:04:19 +07:00
Jan-Christoph Borchardt
d9387add9e
Move fonts from light/semibold to regular/bold for better readability
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-19 12:04:19 +07:00
kevin147147
ac8f4effa7
make scroll navigation items full width
2018-10-18 16:17:17 +07:00
Julius Härtl
45804b5bef
Add icon to file sidebar tabs
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-10-18 15:54:17 +07:00
Jan-Christoph Borchardt
e51d1867c3
Fix translucent controls bar for dark themes
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-18 13:44:11 +07:00
Jan-Christoph Borchardt
b62a48b2cd
Add back slightly translucent background for controls bar
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-18 13:44:10 +07:00
John Molakvoæ (skjnldsv)
c4cce14134
Remember toggle and events handler
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-10-18 13:44:07 +07:00
Morris Jobke
7971ba5cc6
Merge pull request #10898 from nextcloud/feature/10684/default-logo-color-theme-colors
...
Switches the default logo color depending on the primary color
2018-10-08 10:33:22 +07:00
Michael Weimann
32856197b9
Fixes the apps menu scrollbar
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-10-04 22:09:28 +07:00
Christoph Wurst
ae2cd50427
Improve 2FA login screens
...
* Show icon if no provider is available
* Reduce shown text if no provider available
* Fix login button icons
* Make backup codes button primary if the only options to log in
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-03 22:16:54 +07:00
Morris Jobke
fc60d9f852
Merge pull request #11566 from nextcloud/404-design
...
Improve 404 page design, fix #11370
2018-10-03 17:40:46 +07:00
Jan-Christoph Borchardt
f393cc017d
Improve 404 page design, fix #11370
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-03 16:12:00 +07:00
Christoph Wurst
335a461250
Fix design of 2FA login screens
...
* Fix rending of empty selection screen (ul missing)
* Fix rendering of backup codes inputs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-03 15:31:23 +07:00
Roeland Jago Douma
ae71a5574f
Merge pull request #11571 from nextcloud/dropdown-bottom-users-list-fix
...
Force multiselect max-height to 5.5 items
2018-10-03 12:04:45 +07:00
Marin Treselj
a92e8b4c18
Merge pull request #11538 from nextcloud/heading-bold
...
Set headings to Semibold for better information architecture
2018-10-03 10:09:57 +07:00
Roeland Jago Douma
6979b2ea0c
Merge pull request #11557 from nextcloud/update-design
...
Accessibility and design fixes for update and redirect pages
2018-10-03 10:01:20 +07:00
John Molakvoæ (skjnldsv)
66664cf9a5
Force multiselect max-height to 5.5 items
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-10-03 08:33:24 +07:00
Jan-Christoph Borchardt
241e0db3da
Remove box-shadow from update/redirect boxes
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-02 23:15:49 +07:00
Morris Jobke
34751e05a6
Merge pull request #11553 from nextcloud/header-overflow
...
Fix header overflow, fix more apps menu, fix #11552
2018-10-02 21:30:11 +07:00
Jan-Christoph Borchardt
4de8f48b06
Accessibility and design fixes for update and redirect pages
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-02 20:58:32 +07:00
Morris Jobke
4de134385f
Merge pull request #11111 from kevin147147/patch-4
...
Added kinetic scrolling for iOS to apps dropdown menu
2018-10-02 20:25:07 +07:00
Jan-Christoph Borchardt
2665965918
Fix header overflow, fix more apps menu, fix #11552
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-02 20:16:20 +07:00
Morris Jobke
25790ece89
Merge pull request #11536 from nextcloud/adjust-dialog-radius
...
Adjust border-radius-large to fit with padding of modals
2018-10-02 17:15:59 +07:00
Jan-Christoph Borchardt
79317975e6
Adjust border-radius-large to 10px
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-02 11:33:49 +07:00
John Molakvoæ
afef15b07b
Merge pull request #11500 from nextcloud/enhancement/revamp-2fa-login-provider-selection
...
Improve 2FA provider selection screen
2018-10-02 10:37:18 +07:00
Michael Weimann
a45ec3d324
Refactors the scss svg functions
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-10-02 08:37:55 +07:00
Michael Weimann
d855c38e07
Moves the logo files to logo
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-10-02 08:37:54 +07:00
Christoph Wurst
feb5842a7d
Restructure and redesign two-factor auth provider selection
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-01 23:58:54 +07:00
Jan-Christoph Borchardt
5829fcd685
Change heading weights from Light to Semibold for better information architecture
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-01 23:48:11 +07:00
Jan-Christoph Borchardt
36062fec7d
Improve overall container style, radius and shadow
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-01 21:40:28 +07:00
Jan-Christoph Borchardt
3b7c6e7dfd
Fix long folder names in picker, prevent horizontal scroll
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-01 21:23:10 +07:00
Jan-Christoph Borchardt
5ed0062002
Fix breadcrumbs in file picker
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-01 21:19:48 +07:00
Morris Jobke
53656829b9
Merge pull request #11357 from nextcloud/multiselect-design-fix
...
Multiselect line-height fix
2018-10-01 20:07:25 +07:00
John Molakvoæ
c4ea7b1e8f
Merge pull request #11487 from nextcloud/avatar-hover-background
...
Fix img seelct and variable for avatar hover
2018-10-01 15:50:22 +07:00
Morris Jobke
b5bf83fb4c
Merge pull request #11502 from nextcloud/share-header
...
Fix share header text on small widths
2018-10-01 15:19:01 +07:00
John Molakvoæ (skjnldsv)
7afa1cf283
Fix gear display and cursor
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-10-01 12:50:56 +07:00
Jan-Christoph Borchardt
74e52a14b7
Remove non-clickable right margin from 3-dot-menu in share page header
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-01 11:50:29 +07:00
Jan-Christoph Borchardt
b9806f7012
Ellipsize long filenames and sharee names in public share page header
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-01 11:49:16 +07:00
Jan-Christoph Borchardt
688de57c50
Fix public page footer link wrap
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-01 11:14:31 +07:00
John Molakvoæ (skjnldsv)
3686cc8c12
Fix img seelct and variable for avatar hover
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-10-01 10:15:11 +07:00
John Molakvoæ (skjnldsv)
b53985363d
Multiselect line-height fix
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-10-01 09:40:11 +07:00
Jan-Christoph Borchardt
e9a307c9f7
Change highlight effect of user avatar from opacity to border
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-09-30 13:05:29 +07:00
John Molakvoæ (skjnldsv)
29e80053bf
Center back the history icon
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-28 12:07:04 +07:00
John Molakvoæ (skjnldsv)
4bfe88d2af
TABS :D
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-28 09:38:21 +07:00
John Molakvoæ (skjnldsv)
e744b029ff
Fix invalid inline input confirm border
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-28 09:29:08 +07:00
Michael Weimann
c7714b43c7
Fixes the logo height
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-09-27 12:47:13 +07:00
John Molakvoæ (skjnldsv)
7a8b260c27
Fix default flex shrink on list
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-25 10:36:46 +07:00
kevin147147
9e2c472a91
Added kinetic scrolling for iOS to apps dropdown menu #10281
...
this is tested with nc14
2018-09-07 17:47:24 +07:00
Roeland Jago Douma
99edbac06c
Merge pull request #11054 from nextcloud/fix-size-of-icons-in-menus-inside-apps-when-shown-as-images
...
Fix size of icons in menus inside apps when shown as images
2018-09-05 22:17:32 +07:00
Daniel Calviño Sánchez
0c758dbe5b
Fix size of icons in menus inside apps when shown as images
...
Some popover menus, like the contacts menu, still show their icon using
an img element. The main CSS rules assume that a "content-box" sizing is
being used, and thus set the size and padding of the image to add up to
the line height.
However, ".app-*" descendants use a "border-box" sizing, so when a menu
with an image was shown in an app the icon was not properly shown. Now
both the width and height of the image is set to the item height in
those cases, which causes the visible size of the icon to be the item
height minus the padding (the same as when "content-box" sizing is
used).
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-09-04 22:21:22 +07:00
Michael Weimann
a74629d1e1
Updates logo scss to regard default values
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-09-04 11:12:48 +07:00
Roeland Jago Douma
3693d9568e
Merge pull request #10944 from nextcloud/content-list-overflow-fix
...
Fix overflow x scroll on app content list
2018-08-31 14:19:06 +07:00
John Molakvoæ (skjnldsv)
27f14cf91b
Fix overflow x scroll on app content list
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-31 09:17:54 +07:00