summaryrefslogtreecommitdiffstats
path: root/core/css
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* / Prefix icon variables with app name to avoid conflictsJulius Härtl2018-11-151-1/+5
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Allow apps to use the variables tooJohn Molakvoæ (skjnldsv)2018-11-142-5/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix breakpoint and shrinking of the content + listJohn Molakvoæ (skjnldsv)2018-11-143-5/+18
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #12359 from nextcloud/ie11-width-fixMorris Jobke2018-11-121-1/+1
|\ | | | | Fix IE rule for min width
| * Fix IE rule for min widthJohn Molakvoæ (skjnldsv)2018-11-081-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #12384 from nextcloud/fix/12357/public-share-scrollbarMorris Jobke2018-11-121-2/+2
|\ \ | | | | | | Reduces the footer link padding
| * | Fixes the footer #12357Michael Weimann2018-11-091-2/+2
| |/ | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* / Fix inline input confirm marginJohn Molakvoæ (skjnldsv)2018-11-101-0/+1
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add fix for IE11 flexbox height bugJulius Härtl2018-11-071-0/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #12328 from nextcloud/more-icon-moveMorris Jobke2018-11-071-4/+8
|\ | | | | Fix missing dot before class name
| * Fix missing dot before class nameJan-Christoph Borchardt2018-11-051-4/+8
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Disable grid for ieJohn Molakvoæ (skjnldsv)2018-11-051-0/+1
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix loading indicator in app menuJulius Härtl2018-11-021-2/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix popover menu alignment in listJohn Molakvoæ (skjnldsv)2018-11-021-1/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Revert "Fix .hidden class specificity, should not be overridable, ref #12138"Julius Härtl2018-11-011-3/+3
| | | | This reverts commit 25e70e1eb798d9292b4d5864d89c6c424ff0218c.
* Revert "make .button inline-block"Julius Härtl2018-11-011-1/+0
| | | | This reverts commit 87c3f79399f4b3e71fa1d0ff6d774c9c9f6ddc18.
* Merge pull request #12180 from nextcloud/sidebar-fixesMorris Jobke2018-11-011-5/+25
|\ | | | | Sidebar fixes, mostly fixing design of tabs
| * Fix design of tabs in sidebarJan-Christoph Borchardt2018-11-011-5/+25
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Fix header app name clickability issue, fix #12165Jan-Christoph Borchardt2018-11-011-0/+1
|/ | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix .hidden class specificity, should not be overridable, ref #12138Jan-Christoph Borchardt2018-10-311-3/+3
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Merge pull request #12153 from nextcloud/appnamesJohn Molakvoæ2018-10-313-18/+85
|\ | | | | Show all app titles on hovering app menu area, fix #10952, fix #4619
| * Show all app titles on hovering app menu area, fix #10952, fix #4619Jan-Christoph Borchardt2018-10-303-18/+85
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Added round border for thumbnailJohn Molakvoæ (skjnldsv)2018-10-311-0/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Filepicker: center text in grid view, improve spacingJan-Christoph Borchardt2018-10-311-4/+4
|/ | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Merge pull request #11899 from nextcloud/enhancement/noid/sharing-consolidationRoeland Jago Douma2018-10-302-2/+10
|\ | | | | Sharing user consolidation
| * Styling papercutsJulius Härtl2018-10-301-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add talk iconJulius Härtl2018-10-301-0/+4
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Highlight search term in sharing resultsJulius Härtl2018-10-301-0/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>