Merge branch 'master' into production

This commit is contained in:
HF 2022-02-09 22:55:36 +01:00
commit 29a93f7655
4 changed files with 27 additions and 12 deletions

View File

@ -661,13 +661,6 @@ tr:nth-child(even) {
overflow-y: scroll;
}
.chatarea {
background-color: #393939;
}
.chatarea:nth-child(even) {
background-color: #4b4b4b;
}
.chatinput {
height: 24px;
white-space: nowrap;
@ -686,12 +679,16 @@ tr:nth-child(even) {
text-align: right;
}
.chatmsg {
background-color: #eaeaea;
font-size: 13px;
user-select: text;
margin: 5px 0 0 0;
padding: 5px 0 0 0;
}
.chatmsg:nth-child(even) {
background-color: #f2f2f2;
}
.chatmsg:hover {
background-color: #ececec;
background-color: #dadada;
}
.msg {
color: #2d2d2d;

View File

@ -136,8 +136,14 @@ tr:nth-child(even) {
background-color: rgba(187, 187, 187, 0.75);
}
.chatmsg {
background-color: #393939;
}
.chatmsg:nth-child(even) {
background-color: #414141;
}
.chatmsg:hover {
background-color: #474747;
background-color: #393939;
}
.msg {
color: #f3f3f3;

View File

@ -141,8 +141,14 @@ tr:nth-child(even) {
background-color: rgba(187, 187, 187, 0.75);
}
.chatmsg {
background-color: #393939;
}
.chatmsg:nth-child(even) {
background-color: #414141;
}
.chatmsg:hover {
background-color: #474747;
background-color: #393939;
}
.msg {
color: #f3f3f3;

View File

@ -121,8 +121,14 @@ tr:nth-child(even) {
background-color: rgba(187, 187, 187, 0.75);
}
.chatmsg {
background-color: #393939;
}
.chatmsg:nth-child(even) {
background-color: #414141;
}
.chatmsg:hover {
background-color: #474747;
background-color: #393939;
}
.msg {
color: #f3f3f3;