]> source.dussan.org Git - gitblit.git/commit
IE < 10 does not support gradients. 230/head
authorTom <tw201207@gmail.com>
Mon, 17 Nov 2014 15:31:46 +0000 (16:31 +0100)
committerTom <tw201207@gmail.com>
Mon, 17 Nov 2014 15:31:46 +0000 (16:31 +0100)
commit3f6995c70e8b15f7abf1785eb780a0de46f8bd07
tree38aff3eb6ff9593be47881cb7928de1ca3e9d4dc
parentdbd9e1538976518e8514961f4dc7d0771eb6634b
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.
src/main/resources/gitblit.css