fix int article border color & active nav icon

This commit is contained in:
Felix Niklas 2014-08-27 13:34:52 +02:00
parent 14f77344c5
commit 6c533f1b82

View file

@ -1627,7 +1627,7 @@ footer {
vertical-align: bottom;
}
.navigation .nav > li.active > .icon,
.navigation .nav > li.active > a .icon,
.navigation .nav > li > a:hover .icon,
.navigation .nav > li > a:focus .icon {
opacity: 1;
@ -2511,10 +2511,14 @@ footer {
.ticket-article-item .text-bubble.internal {
background: #f2def2;
border-color: #eed3d7;
border-color: hsl(300,43%,90%);
box-shadow: none;
}
.customer.ticket-article-item.state--folde-out .text-bubble.internal {
border-color: hsl(300,43%,84%);
}
.new-article .text-bubble {
padding: 0;
border-color: #b3b3b3;