Skip to content

Instantly share code, notes, and snippets.

@rabbitinblack
Last active July 2, 2025 06:34
Show Gist options
  • Select an option

  • Save rabbitinblack/8bb3eb3284fa5d6d4e6c7bc58ecb942d to your computer and use it in GitHub Desktop.

Select an option

Save rabbitinblack/8bb3eb3284fa5d6d4e6c7bc58ecb942d to your computer and use it in GitHub Desktop.
Modified warroom style
#thread-container #thread-content .warroom-case-action .dropdown-menu {
position: static;
border: 0 none;
display: flex;
flex-wrap: wrap;
box-shadow: 0 0 0 0 transparent;
}
#thread-container #thread-content .warroom-case-action .dropdown-menu li {
height: 23px;
padding: 0 10px;
margin-top: -2px;
}
.message .message-item.case-assigned {
background-color: #FDEBAE;
}
.message .message-item.case-closed {
background-color: #CBDD81;
}
.message .message-item .details .multi-note {
background: #98FAFE;
}
.message .message-item.case-new {
background: #006F73;
}
.message .message-item.case-rejected {
background: #000000;
color: #999999;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment