mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-22 21:40:08 +00:00
Style the time :)
This commit is contained in:
parent
768c4f0066
commit
cbd2814659
@ -68,6 +68,18 @@
|
|||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chatMessage time, .chatMessage time::before, .chatMessage time::after {
|
||||||
|
font-size: .8em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.chatMessage time::before {
|
||||||
|
content: "[";
|
||||||
|
}
|
||||||
|
|
||||||
|
.chatMessage time::after {
|
||||||
|
content: "]";
|
||||||
|
}
|
||||||
|
|
||||||
.chatSidebar a {
|
.chatSidebar a {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user