summaryrefslogtreecommitdiffstats
path: root/core/css
Commit message (Collapse)AuthorAgeFilesLines
* Fix click app namesMichael Weimann2019-01-141-2/+3
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Merge pull request #13156 from nextcloud/enhancement/npmizeRoeland Jago Douma2019-01-091-4/+5
|\ | | | | Use npm for js depdencies, bundle with webpack
| * Fix select2 style preferenceJulius Härtl2019-01-091-3/+3
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Override select2 lib stylingJohn Molakvoæ (skjnldsv)2019-01-091-5/+6
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | fix button position for chromeFlorian Schunk2019-01-091-2/+2
| | | | | | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
* | change menu's orientation to make sure it is completly visibleFlorian Schunk2019-01-091-0/+1
| | | | | | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
* | adjust design to match file appFlorian Schunk2019-01-091-6/+7
| | | | | | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
* | add functionality to create new folder in file pickerFlorian Schunk2019-01-091-1/+14
| | | | | | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
* | added button for new folder to interfaceFlorian Schunk2019-01-091-1/+26
|/ | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
* Merge pull request #13381 from nextcloud/menu-apps-fixesRoeland Jago Douma2019-01-071-0/+1
|\ | | | | Fix apps menu overlapping
| * Fix apps menu overlappingJohn Molakvoæ (skjnldsv)2019-01-051-0/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Make the nav bullet transparent selector more specificMichael Weimann2019-01-061-1/+1
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | Merge pull request #13145 from nextcloud/ie11-apps-menu-fixMorris Jobke2019-01-042-16/+37
|\ \ | |/ |/| IE fix for apps menu
| * IE fix for apps menuJohn Molakvoæ (skjnldsv)2018-12-182-16/+37
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix ie11 checkboxesJohn Molakvoæ (skjnldsv)2018-12-191-8/+7
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #12923 from nextcloud/fix/12832/share-autocompleteJohn Molakvoæ2018-12-131-0/+9
|\ | | | | Fixes the share autocomplete layout
| * Fixes the share autocomplete scrollbarsMichael Weimann2018-12-081-0/+8
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * Fixes the share autocomplete #12832Michael Weimann2018-12-081-0/+1
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | Use default cursor for disabled primary buttonsDaniel Calviño Sánchez2018-12-111-0/+1
|/ | | | | | | | | | 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>
* Fix logo path in non-themed instanceMorris Jobke2018-12-061-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Smaller icon and h2 in emptycontent inside the headerJoas Schilling2018-12-041-0/+15
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix dialogs, button positionJan-Christoph Borchardt2018-11-301-9/+7
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Merge pull request #12709 from nextcloud/login-button-fixesMorris Jobke2018-11-291-4/+4
|\ | | | | Fix the loader position and the focus state on the login button
| * Fix the loader position and the focus state on the login buttonJohn Molakvoæ (skjnldsv)2018-11-281-4/+4
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Remove animation on the sidebar for accessibility purposeJohn Molakvoæ (skjnldsv)2018-11-291-22/+6
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix default filepicker style and gridviewJohn Molakvoæ (skjnldsv)2018-11-291-3/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix app navigation edit entryJohn Molakvoæ (skjnldsv)2018-11-291-0/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | I changed the width of the srollbar to make it a bit biggerGretaD2018-11-271-1/+1
|/ | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* Merge pull request #12580 from nextcloud/app-navigation-menu-dark-fixMorris Jobke2018-11-221-1/+1
|\ | | | | Fix navigation more menu background for dark theme
| * Fix navigation more menu background for dark themeJohn Molakvoæ (skjnldsv)2018-11-221-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #12558 from nextcloud/blurry-buttonMorris Jobke2018-11-221-3/+11
|\ \ | | | | | | Apply border to primary button if on log in page (and not in a dark container) or if in header
| * | Always give primary button a border for light primary colorsJan-Christoph Borchardt2018-11-211-1/+1
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Apply border to primary button if on log in page (and not in a dark ↵Jan-Christoph Borchardt2018-11-201-3/+11
| | | | | | | | | | | | | | | | | | container) or if in header, fix #12294 Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Merge pull request #12559 from nextcloud/heading-menu-spacingMorris Jobke2018-11-221-57/+51
|\ \ \ | |_|/ |/| | Better header navigation display
| * | Better header navigation displayJohn Molakvoæ (skjnldsv)2018-11-201-57/+51
| |/ | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #12468 from nextcloud/multiselect-removal-fixJohn Molakvoæ2018-11-222-133/+0
|\ \ | | | | | | Remove conflicting multiselect
| * | Remove conflicting multiselectJohn Molakvoæ (skjnldsv)2018-11-152-133/+0
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Do not show tab headers marked as hiddenDaniel Calviño Sánchez2018-11-211-0/+4
| |/ |/| | | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #12350 from nextcloud/filepicker-sortingMorris Jobke2018-11-201-0/+41
|\ \ | | | | | | Enable sorting in file picker
| * | Properly align loading indicator when switching foldersJulius Härtl2018-11-161-1/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Allow sorting in the file pickerJulius Härtl2018-11-161-0/+41
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Fix CSS specificity preventing buttons displayed in pill styleJan-Christoph Borchardt2018-11-191-0/+1
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Fix header text color on redirect pageJan-Christoph Borchardt2018-11-191-0/+1
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Merge pull request #12525 from nextcloud/contrast-fix-updatenotificationsMorris Jobke2018-11-191-1/+1
|\ \ \ | | | | | | | | Fix updatenotifications display, dependencies and csp
| * | | Fix updatenotifications display, dependencies and cspJohn Molakvoæ (skjnldsv)2018-11-191-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Fix login primary colour and feedbackJohn Molakvoæ (skjnldsv)2018-11-191-8/+21
|/ / / | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Only use width and opacity for transitionJulius Härtl2018-11-161-2/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #12484 from nextcloud/loader-color-fixesMorris Jobke2018-11-161-1/+1
|\ \ \ | | | | | | | | Fix loader colours for better visibility
| * | | Fix loader colours for better visibilityJohn Molakvoæ (skjnldsv)2018-11-161-1/+1
| |/ / | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* / / Fix login loader position and theming supportJohn Molakvoæ (skjnldsv)2018-11-161-7/+7
|/ / | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>