summaryrefslogtreecommitdiffstats
path: root/core/css/apps.scss
Commit message (Collapse)AuthorAgeFilesLines
* prevent the server's app-navigation's css to overrule the scoped css in vue ↵Marco Ambrosini2019-08-061-1/+1
| | | | | | components Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
* Add border-top to settings menu when its openGreta Doci2019-07-191-1/+2
| | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* Add border-top to settings menu when its open ref #16076Greta Doci2019-07-171-2/+4
| | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* CSS: adjust media query breakpoint to improve tablet readabilitynacho2019-05-301-1/+1
| | | | see https://github.com/nextcloud/news/pull/467
* Remove divider in app content list (Mail, Contacts, …)Jan-Christoph Borchardt2019-05-221-1/+0
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix collapse button in app navigation in IE11Daniel Calviño Sánchez2019-05-061-0/+4
| | | | | | | | | | 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>
* Fix corners that are cut in popup menu in SafariMorris Jobke2019-02-131-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Popovermenu size fixJohn Molakvoæ (skjnldsv)2019-01-291-8/+9
| | | | 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>
* 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 app navigation edit entryJohn Molakvoæ (skjnldsv)2018-11-291-0/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix navigation more menu background for dark themeJohn Molakvoæ (skjnldsv)2018-11-221-1/+1
| | | | 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>
* Fix updatenotifications display, dependencies and cspJohn Molakvoæ (skjnldsv)2018-11-191-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Allow apps to use the variables tooJohn Molakvoæ (skjnldsv)2018-11-141-5/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix breakpoint and shrinking of the content + listJohn Molakvoæ (skjnldsv)2018-11-141-3/+13
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix popover menu alignment in listJohn Molakvoæ (skjnldsv)2018-11-021-1/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix design of tabs in sidebarJan-Christoph Borchardt2018-11-011-5/+25
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* fixup! CleanupJohn Molakvoæ (skjnldsv)2018-10-281-11/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Headings standardJohn Molakvoæ (skjnldsv)2018-10-231-6/+17
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #11932 from nextcloud/font-nunitoMorris Jobke2018-10-231-5/+4
|\ | | | | Change typeface to Nunito
| * Use normal text color for sections now that it's not full blackJan-Christoph Borchardt2018-10-201-1/+0
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Move fonts from light/semibold to regular/bold for better readabilityJan-Christoph Borchardt2018-10-191-4/+4
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Add icon to file sidebar tabsJulius Härtl2018-10-181-0/+10
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Change heading weights from Light to Semibold for better information ↵Jan-Christoph Borchardt2018-10-011-3/+7
| | | | | | architecture Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix default flex shrink on listJohn Molakvoæ (skjnldsv)2018-09-251-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix size of icons in menus inside apps when shown as imagesDaniel Calviño Sánchez2018-09-041-0/+21
| | | | | | | | | | | | | | | | 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>
* Fix overflow x scroll on app content listJohn Molakvoæ (skjnldsv)2018-08-311-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move collapsible triangle to svg apiJohn Molakvoæ (skjnldsv)2018-08-201-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Adds a vendor prefix for position stickyMichael Weimann2018-08-191-2/+2
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Merge pull request #10608 from nextcloud/header-menu-fixesJulius Härtl2018-08-161-0/+4
|\ | | | | Fix header menu & contact popover
| * TypoJohn Molakvoæ (skjnldsv)2018-08-091-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fix header menu & contact popoverJohn Molakvoæ (skjnldsv)2018-08-091-0/+4
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | POpovermenu fix and token settings design fixesJohn Molakvoæ (skjnldsv)2018-08-061-4/+7
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #10519 from nextcloud/min-height-wrapperRoeland Jago Douma2018-08-031-0/+3
|\ | | | | Min height 100% on content-wrapper
| * Min height 100% on content-wrapperJohn Molakvoæ (skjnldsv)2018-08-031-0/+3
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fixed design zindexJohn Molakvoæ (skjnldsv)2018-08-031-2/+2
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #10482 from nextcloud/content-list-checkbox-visibility-fixRoeland Jago Douma2018-08-021-5/+21
|\ | | | | Only show checkbox on hover/focus + accessibility fixes
| * Add class to show all checkboxesJohn Molakvoæ (skjnldsv)2018-08-021-0/+3
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Only show checkbox on hover/focus + accessibility fixesJohn Molakvoæ (skjnldsv)2018-08-011-5/+18
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | No margin left if the navigation is hiddenJohn Molakvoæ (skjnldsv)2018-08-011-1/+1
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #10448 from nextcloud/list-opacity-fixRoeland Jago Douma2018-08-011-11/+16
|\ | | | | Only lower opacity of the avatar if the checkbox is checked on the content-list
| * Only lower opacity of the avatar if the checkbox is cheked on the content-listJohn Molakvoæ (skjnldsv)2018-07-301-11/+16
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Mobile scroll fixesJohn Molakvoæ (skjnldsv)2018-07-301-2/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Mobile fixes and list fixesJohn Molakvoæ (skjnldsv)2018-07-271-4/+5
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | App-content list fixes for new layoutJohn Molakvoæ (skjnldsv)2018-07-271-8/+8
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Height fix for contentJohn Molakvoæ (skjnldsv)2018-07-271-1/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Really cleanup the content-wrapperJohn Molakvoæ (skjnldsv)2018-07-271-7/+0
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix safari submenu navigation positionningJohn Molakvoæ (skjnldsv)2018-07-251-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix header controls sticky positioningJohn Molakvoæ (skjnldsv)2018-07-241-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>