summaryrefslogtreecommitdiff
path: root/res/css/partials/input-bar.scss
AgeCommit message (Collapse)Author
2014-12-16moving files around after repository mergerAlon Levy
2014-12-08cursor now changes to pointer on suggestion boxesOfer Lehr
2014-12-08better looking search suggestionOfer Lehr
- fixes bug that hides the suggestions behind the input bar - suggestion items are now highlighted on hover - better positioning - larger font size for search bar suggestions
2014-12-06new info box (now card) styling - PartialOfer Lehr
added a class to the info card to style different types in css. also rearranged colors in helpers.js (alon: changed implementation and broke the edit, will fix in the morning)
2014-12-06nicer looking autocompleteOfer Lehr
added a class to the items inside the suggestion box so we could style them.
2014-12-05fixes #182Ofer Lehr
Also started using mixins for browser prefixes - box shadow and box sizing
2014-12-05replace jquery.autocomplete with our own autocompletionAlon Levy
Missing: - handling dropdown in the middle of the sentence correctly (almost there, extra space added) - clicking changes focus (transition event related?) and .focus() doesn't work - could not find how to fix it.
2014-12-04make autocomplete menu items at least visibleAlon Levy
The fact you can't see most is by their design, need to fix that (regression I think)
2014-12-04improved input bar styling and animationOfer Lehr
2014-12-04fixes #165 - Input box segment obscures graph viewOfer Lehr
2014-12-01changed position css and input barOfer Lehr
2014-12-01fixed sass variable colors and polished top bar cssOfer Lehr
2014-11-30Input bar styling - submit button not workinggarbash