Increase contrast a bit for the customize buttons
- Legacy-Id: 6197
This commit is contained in:
parent
8ffecd8015
commit
19fc7c14bc
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue