Last active
March 7, 2025 06:20
-
-
Save vihoangson/4517c5acbab79f0468f0861c018385ea to your computer and use it in GitHub Desktop.
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
| .l-layout .send-to-quote, .send-to-review-file, .chat-info ,.send-to-room,.send-to-task,.time,.message-deleted,.modal-file-w-list-in-user,.send-to-download-file{ | |
| background: #747474 !important; | |
| border: #999 !important; | |
| } | |
| .message-deleted{ | |
| background: #555555 !important; | |
| border: #999 !important; | |
| } | |
| .l-layout ul.list_room__content li, ul.list_room__content div { | |
| height: 30px !important; | |
| } | |
| .l-layout ul.list_room__content img, .l-avatar { | |
| height: 30px !important; | |
| width: 30px !important; | |
| } | |
| .l-layout .box-message { | |
| font-size: 12px !important; | |
| margin: 0px !important; | |
| padding: 0px 0px 0px 10px !important; | |
| } | |
| .l-layout .text-format-msg > div > pre { | |
| font-size: 12px !important; | |
| font-family: inherit !important; | |
| } | |
| .l-layout .roomchat { | |
| background: #434343; | |
| } | |
| .l-layout div#message-219 { | |
| background: #545454 !important; | |
| } | |
| .l-layout .box-message.box-message-1 { | |
| background: #434343 !important; | |
| color: #d7d7d7 !important; | |
| } | |
| .l-layout .box-message.box-message-1 a { | |
| color: #9094b6 !important; | |
| } | |
| .l-layout .box-message.box-message-1 *, .l-secondary-sidebar.side_right * { | |
| color: #d7d7d7 !important; | |
| } | |
| .l-layout .header_listchat { | |
| background: #434343 !important; | |
| color: #d7d7d7 !important; | |
| } | |
| .l-layout .header_listchat * { | |
| color: #d7d7d7 !important; | |
| } | |
| .l-layout .list_room { | |
| background: #434343 !important; | |
| } | |
| .l-layout .editor { | |
| background: #727272 !important; | |
| } | |
| .l-layout .btn-left-collapse { | |
| border: none !important; | |
| background: #727272 !important; | |
| } | |
| .l-layout .btn-left-collapse * { | |
| color: #d7d7d7 !important; | |
| } | |
| .l-layout .list_type_message { | |
| background: #646464 !important; | |
| } | |
| .l-layout .list_type_message * { | |
| color: black !important; | |
| } | |
| .l-layout .l-primary-sidebar-header { | |
| background: #505050 !important; | |
| } | |
| .l-layout .editor__input textarea { | |
| background: #707070 !important; | |
| color: #d7d7d7 !important; | |
| } | |
| .l-layout .info-time, .btn-right-collapse, .room_detail, .l-secondary-sidebar.side_right { | |
| background: #434343 !important; | |
| } | |
| .l-layout .btn-right-collapse { | |
| background: #646464 !important; | |
| } | |
| .l-layout .room_active a { | |
| background: #b7b7b7 !important; | |
| border: #ccc !important; | |
| color: blue !important; | |
| } | |
| .l-layout .list_room__content * { | |
| color: #d7d7d7 !important; | |
| } | |
| .info-unread { | |
| background: #626262 !important; | |
| border: #787878 !important; | |
| } | |
| .headerlistchat__search input { | |
| background: #9d9d9d !important; | |
| } | |
| /*Ẩn Ku Khang*/ | |
| img[src*="18b9a02bd4df45451fbe9733d7972b5e"]{display:none} | |
| img[dataUrl*="18b9a02bd4df45451fbe9733d7972b5e"]{display:none} | |
| a[href*="14766"] img.loaded { | |
| display: none; | |
| } | |
| /*end Ẩn Ku Khang*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment