change mention and chatname background colors

This commit is contained in:
HF 2022-08-14 13:30:20 +02:00
parent 7c0d6d075e
commit f3e6333982
4 changed files with 25 additions and 1 deletions

View File

@ -692,6 +692,8 @@ tr:nth-child(even) {
max-width: 95px;
overflow: hidden;
vertical-align: bottom;
font-size: smaller;
background-color: #ebf2f9;
}
.mention, .ping {
text-overflow: ellipsis;
@ -700,6 +702,10 @@ tr:nth-child(even) {
max-width: 85px;
overflow: hidden;
vertical-align: bottom;
font-size: smaller;
}
.mention {
background-color: #f2eee9;
}
.chatts {
color: #83839f;
@ -713,7 +719,7 @@ tr:nth-child(even) {
padding: 3px 0 3px 2px;
}
.chatmsg:hover {
background-color: #dadada;
background-color: #e7e7e7;
}
.msgcont {
display: flex;

View File

@ -136,6 +136,12 @@ tr:nth-child(even) {
background-color: rgba(187, 187, 187, 0.75);
}
.chatname {
background-color: #434648;
}
.mention {
background-color: #484643;
}
.chatmsg:hover {
background-color: #2525252b;
}

View File

@ -141,6 +141,12 @@ tr:nth-child(even) {
background-color: rgba(187, 187, 187, 0.75);
}
.chatname {
background-color: #3e4143;
}
.mention {
background-color: #4a4642;
}
.chatmsg:hover {
background-color: #2525252b;
}

View File

@ -121,6 +121,12 @@ tr:nth-child(even) {
background-color: rgba(187, 187, 187, 0.75);
}
.chatname {
background-color: #434648;
}
.mention {
background-color: #484643;
}
.chatmsg:hover {
background-color: #2525252b;
}