]> git.gir.st - VimFx.git/commit
Move `z-index` out of `.VimFxReset`
authorSimon Lydell <simon.lydell@gmail.com>
Wed, 4 Sep 2013 22:30:15 +0000 (00:30 +0200)
committerSimon Lydell <simon.lydell@gmail.com>
Wed, 4 Sep 2013 22:30:15 +0000 (00:30 +0200)
commit61e421729159d2c37b8730f26b412a94cce0711f
treeaa74c5229058b675ab03fe4c95cc439a56e53473
parent060deea1496085f116a06e10c3f3756fba4d6c43
Move `z-index` out of `.VimFxReset`

The hint markers need to set `z-index` dynamically (to rotate overlapping
markers). style.css is inserted as an agent sheet and uses `!important`
everywhere (this is needed to override userstyles, see commit 6145382),
and can therefore not be overrided by inline styles.

Therefore, I've moved `z-index` out of `.VimFxReset`, to each place that
actually _needs_ it: A few positioned elements.
extension/resources/style.css
Imprint / Impressum