aboutsummaryrefslogtreecommitdiffstats
path: root/src/epicker.html
Commit message (Collapse)AuthorAgeFilesLines
* removed useless CSS propertygorhill2015-05-261-1/+0
|
* minor epicker dialog restylinggorhill2015-05-261-27/+36
|
* code reviewgorhill2015-03-051-1/+1
|
* this fixes #843gorhill2015-02-241-2/+5
|
* cursor shapegorhill2015-02-171-1/+1
|
* Transparent background for the pickerDeathamns2015-02-151-0/+1
|
* fine tuning cssgorhill2015-02-141-13/+11
|
* Move every part of the picker to the iframeDeathamns2015-02-141-23/+63
|
* vAPI.sessionId, element-picker dialog as iframeDeathamns2015-02-141-0/+120
vAPI.sessionId - random ID generated every time when a page loads. Having the dialog in an iframe lowers the chance of interference with the styling of the page, also avoids using innerHTML (AMO complaint).