Tom
2014-11-17 3f6995c70e8b15f7abf1785eb780a0de46f8bd07
refs
author Tom <tw201207@gmail.com>
Monday, November 17, 2014 10:31 -0500
committer Tom <tw201207@gmail.com>
Monday, November 17, 2014 10:31 -0500
commit3f6995c70e8b15f7abf1785eb780a0de46f8bd07
tree 38aff3eb6ff9593be47881cb7928de1ca3e9d4dc tree | zip | gz
parent dbd9e1538976518e8514961f4dc7d0771eb6634b view | diff
IE < 10 does not support gradients.

Since the new imgdiff UI heavily used gradients, this leaves IE9 and
IE8 users with a complete disfunctional UI.

Replaced all gradients by simpler means:

* Vertical handle: instead of 2px wide gradient, use a 1px background
and a white border-right

* Opacity slider: No gradient but a simple border and background-color

* All radial-gradients replaced by small pre-computed PNGs

* Checkerboard background done with a small repeated PNG

With these changes, the imgdiff UI is fully functional even in IE 8.
Visual changes in other browsers are barely discernible.
1 files modified
40 ■■■■■ changed files
src/main/resources/gitblit.css 40 ●●●●● diff | view | raw | blame | history