fix int article border color & active nav icon
This commit is contained in:
parent
14f77344c5
commit
6c533f1b82
1 changed files with 6 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue