summaryrefslogtreecommitdiffstats
path: root/core/css
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Keyboard focus and mouse hover feedback for 'Show password' toggleJan-Christoph Borchardt2019-02-222-9/+19
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix header label visibility on open menuJulius Härtl2019-02-191-5/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #14186 from nextcloud/enh/systemtags_to_webpackRoeland Jago Douma2019-02-141-1/+4
|\ | | | | Move systemtags (app) to webpack
| * Move systemtags icon to icons.scssRoeland Jago Douma2019-02-141-1/+4
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Move jquery.ocdialog.scss to bundleRoeland Jago Douma2019-02-141-90/+0
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Move jquery-ui-fixes to bundleRoeland Jago Douma2019-02-147-227/+0
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix corners that are cut in popup menu in SafariMorris Jobke2019-02-131-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #13097 from nextcloud/feature/11319/where-is-your-dataMorris Jobke2019-02-111-4/+4
|\ | | | | Where is your data?
| * Add the "where is your data?" frontendMichael Weimann2019-01-141-4/+4
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | Improve design of description below label of checkbox or radio buttonJan-Christoph Borchardt2019-02-011-0/+9
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Extract variable for yellow color in iconsfnuesse2019-02-012-2/+3
| | | | | | | | Signed-off-by: fnuesse <felix.nuesse@t-online.de>
* | Merge pull request #12785 from nextcloud/head-menu-half-height-fixMorris Jobke2019-01-302-120/+61
|\ \ | | | | | | Unify headers menu design, fix click area
| * | Scrolling on apps popovermenuJohn Molakvoæ (skjnldsv)2019-01-301-0/+7
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Popovermenu size fixJohn Molakvoæ (skjnldsv)2019-01-291-8/+9
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Unify headers menu design, fix click areaJohn Molakvoæ (skjnldsv)2019-01-291-117/+50
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #13752 from rummatee/issue7629Roeland Jago Douma2019-01-301-0/+1
|\ \ \ | | | | | | | | fix opacity for add-new-folder button
| * | | fix opacity for add-new-folder buttonFlorian Schunk2019-01-231-0/+1
| |/ / | | | | | | | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
* / / Do not generate dark version of the view-icons w/ shadowsJohn Molakvoæ (skjnldsv)2019-01-241-5/+18
|/ / | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #13648 from nextcloud/darktheme-fixJan-Christoph Borchardt2019-01-224-19/+20
|\ \ | | | | | | 🕶 Dark theme fixes
| * | Dark theme: Fix move/copy dialog iconsJan-Christoph Borchardt2019-01-172-2/+2
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Dark theme: Fix search fieldJan-Christoph Borchardt2019-01-171-2/+2
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Fix password change toggle position and visibility in dark themeJan-Christoph Borchardt2019-01-161-9/+10
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Dark theme: Fix select2 iconsJan-Christoph Borchardt2019-01-161-5/+5
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Dark theme: Fix select triangle not being visibleJan-Christoph Borchardt2019-01-151-1/+1
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Use warning background color & primary text color for setting warningsMorris Jobke2019-01-181-0/+2
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #13574 from alion300/masterMorris Jobke2019-01-161-1/+1
|\ \ \ | |/ / |/| | Fix app navigation flickering on hover
| * | the bug number #13263 fixed by the xavierando userAlaa Shmalih2019-01-141-1/+1
| |/ | | | | | | | | i change the file by xaviterando done and fix and i will do pull request to the solution becouse xavirando did pull request to him self
* / 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>