]> git.wh0rd.org - tt-rss.git/commitdiff
Merge branch 'fix-night-theme-for-ios' into 'master'
authorAndrew Dolgov <cthulhoo@gmail.com>
Fri, 26 Aug 2016 09:39:46 +0000 (12:39 +0300)
committerAndrew Dolgov <cthulhoo@gmail.com>
Fri, 26 Aug 2016 09:39:46 +0000 (12:39 +0300)
Fix themes/night.css for iOS browsers

Somehow the image filters order matters for iOS browsers (Chrome, Safari), so
grayscale filter is not applied if -webkit-filter is not the last filter in
list.

See merge request !34


Trivial merge