Merge pull request #149 from lorenzhs/patch-1
Remove black background on own chat lines
This commit is contained in:
commit
0c9f5aab34
|
@ -144,7 +144,6 @@
|
||||||
.cob-chat_nick {
|
.cob-chat_nick {
|
||||||
}
|
}
|
||||||
.cob-chat_nick_self {
|
.cob-chat_nick_self {
|
||||||
background: #080808;
|
|
||||||
}
|
}
|
||||||
.cob-chat_nick_other {
|
.cob-chat_nick_other {
|
||||||
}
|
}
|
||||||
|
@ -1935,4 +1934,4 @@
|
||||||
.highlight {
|
.highlight {
|
||||||
color: yellow;
|
color: yellow;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue