summaryrefslogtreecommitdiff
path: root/res/client/css/by-view/graph-view.scss
AgeCommit message (Collapse)Author
2015-04-06client: css: enable no opacity hover.Alon Levy
side effect: no more click to deselect before select (easier to implement). resolve #430
2015-04-05graph-view.scss: adding yellow text-shadow to link labelsLV-426
2015-04-05client: graph construction: text below circles. resolve #429Alon Levy
remind myself svg doesn't respect z-index, flatten back the svg structure: svg - zoom - graph g path 1 link text 1 node text 1 node text 2 node circle 1 node circle 2 per SVG 1.1 spec the last node is the top most.
2015-04-02client: graph_view: fix text with hover, text now under it's linkAlon Levy
plus make hover orange, and override opacity so nonselected hovered links are visible.
2015-04-02client: hover on nodes and links almost there, missing textAlon Levy
2015-04-01creation bubble SVG blur effectLV-426
2015-03-24client: css: make notselected unclickable and hide any unselected link labelsAlon Levy
2015-03-10client: show red circle around focused element (focus != selection)Alon Levy
2015-03-07client/css/graph-view/node info: set textarea styleAlon Levy
2015-03-07client: node-info style fixes. Fixes #360Alon Levy
2015-03-01Fixed outline in edit box with chrome buggarbash
2015-03-01client/svg-input: rewrite using width:auto, no more measure hack (Fix #338)Alon Levy
Source for inspiration / copying: http://jsfiddle.net/brx3xm59/ http://stackoverflow.com/questions/9308938/inline-text-editing-in-svg comment 2 by John Ktejik
2015-02-27client: highlight user selected nodes (aka root selection); Fixes #341Alon Levy
2015-02-24input-bar.scss: fix positioningLV-426
2015-02-24graph-view.scss:LV-426
- rm unnecessary width - use variables - expand to fill height
2015-02-23style.scss: use 'by-view' file layoutLV-426