summaryrefslogtreecommitdiffstats
path: root/search/css
Commit message (Collapse)AuthorAgeFilesLines
* search: fix color hex codeJan-Christoph Borchardt2014-04-151-1/+1
|
* search: change date color to grey for less distractionJan-Christoph Borchardt2014-04-091-0/+1
|
* increase height of result for better clickabilityJan-Christoph Borchardt2014-04-091-1/+1
|
* make search results work on mobile as wellJan-Christoph Borchardt2014-04-091-6/+9
|
* initial scrollto implementation:Jörn Friedrich Dreyer2013-09-171-2/+20
| | | | | | | | | | use places/folder icon, move link construction to JS, only show icon on hover, use 'searchresult' as css class name, add filter/unfilter methods, highlight searched files in current filelist only filter when correct FileList is present
* Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
|
* update css properties with px based valuesJörn Friedrich Dreyer2013-07-311-4/+4
|
* add overflow-y scroll and clean up indentsJörn Friedrich Dreyer2013-07-311-56/+57
|
* Fallback to border instead of box-shadowVictor Dubiniuk2013-07-021-0/+4
|
* Place the brackets in the first lineLukas Reschke2012-10-241-61/+60
|
* radius can safely be used without vendor prefixesLukas Reschke2012-10-231-2/+0
| | | | http://caniuse.com/#search=radius
* box-shadow can safely be used without vendor prefixesLukas Reschke2012-10-231-2/+0
| | | | http://caniuse.com/#feat=css-boxshadow
* Format the CSS in a readable way….Lukas Reschke2012-10-231-9/+65
|
* adding proper copyright and license notice to the style filesJan-Christoph Borchardt2012-04-231-0/+4
|
* fix search, sane z-indexesJan-Christoph Borchardt2011-08-101-1/+1
|
* pimped the search dropdown style a bitJan-Christoph Borchardt2011-08-012-26/+9
|
* keyboard shortcuts for search resultsRobin Appelman2011-07-311-0/+1
|
* some interface work on instant searchRobin Appelman2011-07-301-0/+8
|
* add search functionality, for now only searches files but plugins/apps can ↵Robin Appelman2011-04-241-0/+17
extend that