Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* In light of Feb 2020 update,
- This is a workaround for improved usability of Discord in dark theme on Firefox browser */
- /* Message background CSS Starts*/
- /* Update border-bottom: 1px #33313f solid; to change the slight underline that helps you read*/
- .message-2qnXI6{
- background-color: #36393f;
- border-top: 1px #33313f solid;
- }
- .message-2qnXI6:hover{
- background-color: #36393f !important;
- }
- .markup-2BOw-j{
- background-color: #36393f;
- }
- .markup-2BOw-j:hover{
- background-color: #36393f;
- }
- /* Message background CSS Ends*/
- /* Fixing right-click of user menu CSS Starts*/
- .contextMenu-HLZMGh{
- background-color: #36393f;
- }
- /* Removing x mark of blocked-user CSS Starts*/
- .blockedIcon-IrnkVA{
- color:#36393f;
- }
- /* Removing x mark of blocked-user CSS Ends*/
- /* Fixing messaging text area CSS Starts*/
- .placeholder-37qJjk{
- background-color: inherit;
- }
- .markup-2BOw-j{
- background-color: inherit;
- /*! margin-left: 50% !important; */
- }
- .markup-2BOw-j:hover{
- background-color: inherit;
- }
- /* Fixing messaging text area CSS Ends*/
- /* Removing hideous new messages indicator CSS Starts*/
- .divider-3_HH5L{
- display: none;
- }
- /* Removing hideous new messages indicator CSS Ends*/
- /*-------------------------Floating-Buttons-Starts----------------------------*/
- /* Comment out or delete the set that you don't need. You can choose to:
- 1. Remove only the suggested emoji's
- 2. Removing the emoji's option completely
- 3. Remove the entire floating bar
- */
- /* 1. Removing only the suggested emoji's in floating buttons CSS Starts*/
- .emojiButton-jE9tXC{
- display: none;
- }
- .emojiSeparator-10VgEJ{
- display: none;
- }
- /* 1. Removing only the suggested emoji's in floating buttons CSS Ends*/
- /* 2. Removing the emoji's option completely from the floating buttons bar CSS Starts */
- .button-1ZiXG9[aria-label="Add Reaction"]{
- display: none;
- }
- /* 2. Removing the emoji's option alltogether from the floating buttons bar CSS Ends */
- /* 3. Removing floating buttons bar completely CSS Starts */
- .button-1ZiXG9{
- display: none;
- }
- .buttonContainer-DHceWr{
- display: none;
- }
- /* 3. Removing floating buttons bar completely CSS Ends*/
- /*-------------------------Floating-Buttons-Ends------------------------------*/
- /*-------------------------Multi-Timestamps-Starts----------------------------*/
- /* Comment out or delete the set that you don't need. You can choose to:
- 1. Remove multiple timestamps for a bunch of messages by same user completely
- 2. Hide multiple timestamps but visible when you hover at the region where time is present */
- /* 1. Remove multiple timestamps for a bunch of messages by same user completely CSS Starts*/
- .timestampVisibleOnHover-2bQeI4{
- visibility: hidden;
- }
- /* 1. Remove multiple timestamps for a bunch of messages by same user completely CSS Ends*/
- /* 2. Hide multiple timestamps but visible when you hover at the region where time is present CSS Starts*/
- .timestampVisibleOnHover-2bQeI4{
- color: #36393f !important;
- }
- /* 2. Hide multiple timestamps but visible when you hover at the region where time is present CSS Ends*/
- /*-------------------------Multi-Timestamps-Ends------------------------------*/
- /*----------------------------------------------------------------------------*/
- /*----------------------------------------------------------------------------*/
- /*----------------------------------------------------------------------------*/
- /*----------------------------------------------------------------------------*/
- /*-----------------------------Experimental-----------------------------------*/
- /*----------------------------------------------------------------------------*/
- /*----------------------------------------------------------------------------*/
- /*----------------------------------------------------------------------------*/
- /*----------------------------------------------------------------------------*/
- /* Unfortunately hiding multiple names of same user from showing while aligning text isn't easy, :( */
- /* Hiding user name if there is a block of separate messages from same user CSS Starts*/
- /*
- .compact-T3H92H .username-1A8OIy{
- color: #36393f !important;
- }
- .groupStart-23k01U .username-1A8OIy{
- color: #ffffff !important;
- }
- */
- .message-2qnXI6.compact-T3H92H .username-1A8OIy{
- visibility: hidden;
- }
- .message-2qnXI6.groupStart-23k01U.compact-T3H92H .username-1A8OIy{
- visibility: visible;
- }
- /* Hiding user name if there is a block of separate messages from same user CSS Ends*/
Add Comment
Please, Sign In to add comment