From 6c533f1b827c6505ce53b8b9b29358ccd159a47e Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Wed, 27 Aug 2014 13:34:52 +0200 Subject: [PATCH] fix int article border color & active nav icon --- app/assets/stylesheets/zzz.css.erb | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/zzz.css.erb b/app/assets/stylesheets/zzz.css.erb index 96509cc31..340fda2c0 100644 --- a/app/assets/stylesheets/zzz.css.erb +++ b/app/assets/stylesheets/zzz.css.erb @@ -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;