Increase contrast a bit for the customize buttons

- Legacy-Id: 6197
This commit is contained in:
Ole Laursen 2013-09-19 15:19:12 +00:00
parent 8ffecd8015
commit 19fc7c14bc

View file

@ -12,7 +12,7 @@
.state-table .set-state input, .set-tag input { width: 6em; }
.state-table .toggled { display: none; }
.state-table .toggler {
color: #666;
color: #444;
background: #ddd;
font-weight: bold;
text-decoration: none;
@ -23,7 +23,7 @@
margin-bottom: 0.5em;
}
.state-table .inactive .toggler { color: #aaa; background: #eee; }
.state-table .toggler:hover { background-color: #999; color: #fff; }
.state-table .toggler:hover { color: #fff; background-color: #999; }
{% endblock %}
{% block content %}