Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-07Only add the vue exeption to actual button elementsmarco
Signed-off-by: marco <marcoambrosini@pm.me>
2021-12-01Fix collaborative tags stylesChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-10-19Do notr make action icons too transparentmarco
Signed-off-by: marco <marcoambrosini@pm.me>
2021-09-30Do not target vue buttons with server rulesMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2021-03-24Revert "Do not target vue buttons with server rules"Greta
Signed-off-by: GretaD <gretadoci@gmail.com>
2021-03-09Merge pull request #25721 from nextcloud/do-not-target-vue-buttonsRoeland Jago Douma
Do not target vue buttons with server rules
2021-03-05Do not target vue buttons with server rulesMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2021-02-26Change outline color to --color-main-textVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-02-26Add focus-visible outline for checkboxes and radio buttonsVincent Petry
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-01-25Do not target vue progressbar with server stylesMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-12-22Increase horizontal paddingMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2020-10-29Properly put hidden-visually off-screenVincent Petry
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-03-25Fix cursor on click inputs and their descendantsDaniel Calviño Sánchez
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-01-16Fix cursor on disabled contenteditable divsDaniel Calviño Sánchez
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-10Narrow error button styling scopeJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-05Prompt on destructive user actionsGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2019-10-10Increase contast between text and placeholder in input fieldsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-07-04Fix alignment issues in admin settingsGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2019-04-30Increase checkbox & radio sizeJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-03-02Fix default input element heightJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-02-22Fix .infield labels not being readable by screenreadersJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-02-01Improve design of description below label of checkbox or radio buttonJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-01-16Dark theme: Fix select2 iconsJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-01-15Dark theme: Fix select triangle not being visibleJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-01-09Fix select2 style preferenceJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-01-09Override select2 lib stylingJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-19Fix ie11 checkboxesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-11Use default cursor for disabled primary buttonsDaniel Calviño Sánchez
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-11-21Always give primary button a border for light primary colorsJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-11-20Apply border to primary button if on log in page (and not in a dark ↵Jan-Christoph Borchardt
container) or if in header, fix #12294 Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-11-10Fix inline input confirm marginJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-01Revert "make .button inline-block"Julius Härtl
This reverts commit 87c3f79399f4b3e71fa1d0ff6d774c9c9f6ddc18.
2018-10-30make .button inline-blockJonas Sulzer
fix #3752 Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2018-10-23Round off buttons 'pill style' like on the websiteJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-19Move fonts from light/semibold to regular/bold for better readabilityJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-03Force multiselect max-height to 5.5 itemsJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-10-01Multiselect line-height fixJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-28TABS :DJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-28Fix invalid inline input confirm borderJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-29Use main text color for editable divs and text areasDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-08-26Make the color importantJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-07-19Add versionning to icon svg color api functionJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-06-20More vars fixesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-06-20RGBA and variables fixesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-06-20Fix for darken/lighten vars and new global colours vars to unify designJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-06-20Inputs scssJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-06-20New user support, provisionning api and design fixesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-05-23Fixed IE design, subadmins groups update and multiselect base widthJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-05-18Fixed webpack config, groups flex thanks to @juliushaertl and groups tooltipJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-05-18Bump webpack, config, deps, fixes groups selects, improved design and added ↵John Molakvoæ (skjnldsv)
tooltip to groups +x indicator Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>