neutral active state for non-ticket tasks #130

This commit is contained in:
Felix Niklas 2014-07-23 20:48:33 +02:00
parent 99f3522ec9
commit 6004f00560

View file

@ -877,7 +877,8 @@ ol.tabs li {
background-position: 0 -115px; background-position: 0 -115px;
} }
.icon-switch:hover .organisation.icon { .icon-switch:hover .organisation.icon,
.task.active .organisation.icon {
background-position: 0 -128px; background-position: 0 -128px;
} }
@ -887,7 +888,8 @@ ol.tabs li {
background-position: -14px -115px; background-position: -14px -115px;
} }
.icon-switch:hover .user.icon { .icon-switch:hover .user.icon,
.task.active .user.icon {
background-position: -14px -128px; background-position: -14px -128px;
} }
@ -1406,7 +1408,7 @@ footer {
border-bottom: 1px solid rgba(240, 250, 255, .05); border-bottom: 1px solid rgba(240, 250, 255, .05);
} }
.navbar-nav > li.active a { .navigation .nav > li.active > a {
background: #389ed9; background: #389ed9;
} }
@ -1469,6 +1471,10 @@ footer {
background: #26272e; background: #26272e;
} }
.task.active {
background: #389ed9;
}
.task.active .name { .task.active .name {
color: white; color: white;
} }