mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
MAINT: Add missing styling for keyboard-activated chat room sep header clicks
This commit is contained in:
parent
0e02933545
commit
754076b594
1 changed files with 10 additions and 0 deletions
|
@ -362,6 +362,16 @@
|
|||
}
|
||||
}
|
||||
|
||||
#TextAreaChatLog[data-colortheme="dark"] .chat-room-sep-header[data-active] > .chat-room-sep-image,
|
||||
#TextAreaChatLog[data-colortheme="dark2"] .chat-room-sep-header[data-active] > .chat-room-sep-image {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
#TextAreaChatLog[data-colortheme="light"] .chat-room-sep-header[data-active] > .chat-room-sep-image,
|
||||
#TextAreaChatLog[data-colortheme="light2"] .chat-room-sep-header[data-active] > .chat-room-sep-image {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
#TextAreaChatLog[data-colortheme="dark"] .chat-room-sep-div>.button:active,
|
||||
#TextAreaChatLog[data-colortheme="dark2"] .chat-room-sep-div>.button:active,
|
||||
#TextAreaChatLog[data-colortheme="dark"] .chat-room-sep-div>.button[data-active],
|
||||
|
|
Loading…
Add table
Reference in a new issue