Last active
July 2, 2025 06:34
-
-
Save rabbitinblack/8bb3eb3284fa5d6d4e6c7bc58ecb942d to your computer and use it in GitHub Desktop.
Modified warroom style
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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