Files @ 7156dc8f0b6b
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
less: set menu colors - navbar and dropdown hover and active color

This is especially important in navbar when @kallithea-theme-inverse-color
isn't white.

To try to keep the contrast and make it more visible what is highlighted, give
it 15% tint like the background.

The same colors are used for selected items in dropdown menus.
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    -r{toxinidir}/dev_requirements.txt
    py26-pytest: unittest2
    python-ldap
    python-pam
commands =
    pytest: py.test {posargs}