Browse Source

Jun 03: [FIX] Bug Fixed 'advanced_chatter_view'

pull/320/head
RisvanaCybro 11 months ago
parent
commit
fa8974a189
  1. 2
      advanced_chatter_view/static/src/css/chatter_topbar.css
  2. 6
      advanced_chatter_view/static/src/xml/chatter_container.xml

2
advanced_chatter_view/static/src/css/chatter_topbar.css

@ -1,4 +1,4 @@
.icon{
.chatter_icon{
background-color: #F8F8F8;
border-radius: 50%;
width: 55px;

6
advanced_chatter_view/static/src/xml/chatter_container.xml

@ -17,21 +17,21 @@
t-on-click="_onClickCross"/>
<t t-if="chatter and chatter.thread">
<!-- button to view send message chatter-->
<button class="icon bi bi-chat-left-text"
<button class="chatter_icon bi bi-chat-left-text"
id="send_message"
type="button" style="color: #FA035A;"
t-on-click="_onClickSendMessage"/>
<div class="hide"
style="color: #FA035A;">Message</div>
<!-- button to view log note chatter-->
<button class="icon bi bi-journal-text"
<button class="chatter_icon bi bi-journal-text"
id="log_note"
type="button" style="color: #24A72F;"
t-on-click="_onClickLogNote"/>
<div class="hide"
style="color: #24A72F;">Log Note</div>
<!-- button to view activity box-->
<button class="icon bi bi-clock-history" id="active"
<button class="chatter_icon bi bi-clock-history" id="active"
type="button" style="color: #0349F6;"
t-on-click="_onClickActive"/>
<div class="hide"

Loading…
Cancel
Save