@@ -177,12 +177,14 @@ html.landscape-small #sepiaFW-chat-controls {
177177
178178# sepiaFW-chat-output article {
179179 border : 1px solid rgb (245 , 245 , 245 );
180- border-left-color : unset !important ;
181180 background : rgba (250 , 250 , 250 , 0.60 );
182181 color : # 000 ;
183182 padding-left : 9px ;
184183 box-shadow : 1px 1px 12px 0 rgba (0 , 0 , 0 , 0.08 ), 1px 1px 2px 0 rgba (0 , 0 , 0 , 0.12 );
185184}
185+ # sepiaFW-chat-output article .chatPm {
186+ border-left-color : rgb (245 , 245 , 245 );
187+ }
186188# sepiaFW-chat-output article b ,
187189# sepiaFW-chat-output article .chatMe b ,
188190# sepiaFW-chat-output article .chatAssistant b {
@@ -199,12 +201,18 @@ html.landscape-small #sepiaFW-chat-controls {
199201 background : rgba (255 , 240 , 255 , 0.4 );
200202 color : # 000 ;
201203}
204+ # sepiaFW-chat-output article .chatMe .chatPm {
205+ border-left-color : rgb (244 , 236 , 245 );
206+ }
202207
203208# sepiaFW-chat-output article .chatAssistant {
204209 border : 1px solid rgb (238 , 238 , 245 );
205210 background : rgba (243 , 248 , 255 , 0.40 );
206211 color : # 000 ;
207212}
213+ # sepiaFW-chat-output article .chatAssistant .chatPm {
214+ border-left-color : rgb (238 , 238 , 245 );
215+ }
208216
209217# sepiaFW-chat-output article .statusUpdate {
210218 background : transparent;
@@ -278,6 +286,7 @@ html.landscape-small #sepiaFW-chat-controls {
278286.sepiaFW-cards-list-body .newsArticle > div ,
279287.sepiaFW-cards-list-body .listElement div ,
280288.sepiaFW-cards-list-body .listElement .listRight ,
289+ .sepiaFW-cards-list-body .fullWidthItem .cardItemBlock ,
281290.sepiaFW-cards-list-title ,
282291.sepiaFW-cards-list-title .newsHeader ,
283292.sepiaFW-cards-list-footer {
@@ -286,6 +295,9 @@ html.landscape-small #sepiaFW-chat-controls {
286295 box-shadow : 1px 1px 12px 0 rgba (0 , 0 , 0 , 0.08 ), 1px 1px 2px 0 rgba (0 , 0 , 0 , 0.12 );
287296 color : # 000 ;
288297}
298+ .sepiaFW-cards-flexSize-container .cardBodyItem .fullWidthItem .cardItemOverlay {
299+ background : # eaecf5 ;
300+ }
289301.sepiaFW-cards-list-body .newsArticle .newsCenter {
290302 background : rgba (250 , 250 , 250 , 0.60 );
291303}
0 commit comments