summaryrefslogtreecommitdiffstats
path: root/core/css
Commit message (Collapse)AuthorAgeFilesLines
* Fix non-centered no javascript messageGary Kim2020-02-291-1/+2
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* 🐛 FIX: horizontal scrolling on mobile due to tab accessibility navigation ↵Jonas Sulzer2019-11-101-0/+4
| | | | | | 'skip to content' positioned at a fixed position Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
* Position fixed for .toastify.toastzorn-v2019-10-221-1/+1
| | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Revert "[stable17] Bring the default font size up to 15px"John Molakvoæ2019-09-302-4/+2
|
* Bring the default font size up to 15pxMarco Ambrosini2019-09-282-2/+4
| | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
* Merge pull request #17219 from nextcloud/backport/17017/stable17Roeland Jago Douma2019-09-261-2/+2
|\ | | | | [stable17] fix "create folder" icon overlaying home icon
| * fix "create folder" icon overlaying home iconritsute2019-09-191-2/+2
| | | | | | | | Signed-off-by: Brandon <brandon.yeow@websparks.sg>
* | Fix spaces being collapsed in move dialogGary Kim2019-09-251-1/+2
|/ | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* 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>
* Standardize scrollbar color and width across Webkit and FirefoxJan-Christoph Borchardt2019-07-311-2/+5
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* 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>
* adding toggle password to be able to see itPhie2019-07-091-0/+9
| | | | Signed-off-by: Phie <phie@phie.ovh>
* Use theme colors for text selection (#16037)John Molakvoæ2019-07-071-0/+8
|\ | | | | Use theme colors for text selection
| * Use theme colors for text selectionJan-Christoph Borchardt2019-07-051-0/+8
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Fix alignment issues in admin settingsGary Kim2019-07-051-1/+1
|/ | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Merge pull request #16098 from nextcloud/design/header-textMorris Jobke2019-07-031-1/+0
|\ | | | | Show share link header text always in 2 rows
| * Show share link header text always in 2 rowsJan-Christoph Borchardt2019-06-261-1/+0
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Only set the font if it was not set beforeJoas Schilling2019-07-011-1/+1
|/ | | | | | Otherwise Dyslexia setting can not set the font in the accessibility app Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #16055 from nextcloud/design/native-fontsJan-Christoph Borchardt2019-06-265-93/+4
|\ | | | | Use native font stack
| * Use native font stackJan-Christoph Borchardt2019-06-245-297/+4
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Move font from Nunito to Noto SansJan-Christoph Borchardt2019-06-224-66/+270
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Add sidebar icon we use in Talk and Viewer alreadyJan-Christoph Borchardt2019-06-181-1/+2
|/ | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix mobile menu over app-contentJohn Molakvoæ (skjnldsv)2019-06-111-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Adjust jsunit tests for new toast libraryJulius Härtl2019-06-071-0/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add toastify js as a OC.Notification replacementJulius Härtl2019-06-072-1/+48
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* CSS: adjust media query breakpoint to improve tablet readabilitynacho2019-05-302-3/+3
| | | | see https://github.com/nextcloud/news/pull/467
* Vueify the login pageChristoph Wurst2019-05-291-5/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #15691 from nextcloud/app-content-list-noborderMorris Jobke2019-05-281-1/+0
|\ | | | | Remove divider in app content list (Mail, Contacts, …)
| * Remove divider in app content list (Mail, Contacts, …)Jan-Christoph Borchardt2019-05-221-1/+0
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Change text color in search box in darktheme, ref #15598Greta Doci2019-05-261-1/+4
|/ | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* Remove extra margin from warning messages in authenticate pageDaniel Calviño Sánchez2019-05-071-0/+5
| | | | | | | | | | 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>
* 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>
* Increase checkbox & radio sizeJohn Molakvoæ (skjnldsv)2019-04-301-8/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add animation-slow varJohn Molakvoæ (skjnldsv)2019-04-152-0/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add projects iconJulius Härtl2019-04-091-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Truncate filename in the middle on filepickerJohn Molakvoæ (skjnldsv)2019-03-301-0/+13
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix various theming issues on bright colorsJulius Härtl2019-03-281-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix filepicker's add button designJohn Molakvoæ (skjnldsv)2019-03-221-4/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Revert "Where is your data?"Roeland Jago Douma2019-03-201-4/+4
|
* Also style the "too many apps" menuJoas Schilling2019-03-191-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Style of navigation links in header is too catchyJoas Schilling2019-03-181-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Removed radio and shadow on activeJohn Molakvoæ (skjnldsv)2019-03-151-1/+9
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* fix database select styling in setup pageRobin Appelman2019-03-121-3/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix tooltip styling for bootstrap 4.3Julius Härtl2019-03-071-3/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix default input element heightJohn Molakvoæ (skjnldsv)2019-03-022-9/+11
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add icon for resource type and icons for folder/fileJulius Härtl2019-03-011-0/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Remove/replace missing css varsJulius Härtl2019-02-272-2/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix .infield labels not being readable by screenreadersJan-Christoph Borchardt2019-02-223-12/+13
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Installation: Fix focus of database password toggleJan-Christoph Borchardt2019-02-221-2/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>